aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port to Sun C.Paul Eggert2011-06-214-5/+24
* New primitive secure-hash supporting md5, sha-1 and sha-2Leo Liu2011-06-214-60/+96
* * src/process.c (Fset_process_buffer): Clarify return value in docstring.Deniz Dogan2011-06-202-1/+7
* Fixes for GLYPH_DEBUG.Chong Yidong2011-06-185-51/+37
* * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.Stefan Monnier2011-06-172-1/+5
* * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.Paul Eggert2011-06-162-0/+5
* Improve buffer-overflow checking (Bug#8873).Paul Eggert2011-06-166-57/+60
|\
| * Improve buffer-overflow checking.Paul Eggert2011-06-163-36/+19
| * * editfns.c: Tune. Don't use wider integers than needed. Don't use alloca.Paul Eggert2011-06-162-13/+10
| * * editfns.c (Finsert_char): Don't dump core with very negative counts.Paul Eggert2011-06-162-2/+4
| * * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.Paul Eggert2011-06-152-4/+6
| * * insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert2011-06-155-7/+20
| * * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.Paul Eggert2011-06-152-2/+8
|/
* Integer overflow and signedness fixes (Bug#8873).Paul Eggert2011-06-1546-531/+836
|\
| * * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.Paul Eggert2011-06-152-2/+9
| * * fileio.c (emacs_lseek): Work around GCC bug 43772.Paul Eggert2011-06-151-1/+3
| * * character.h, charset.h: Use verify_expr, not verify_true.Paul Eggert2011-06-152-24/+25
| * Merge from trunk.Paul Eggert2011-06-152-0/+5
| |\ | |/ |/|
* | * src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.Stefan Monnier2011-06-152-0/+5
| * Merge from trunk.Paul Eggert2011-06-156-16/+275
| |\ | |/ |/|
* | Fix resize and change of scroll bar width for Gtk3.Jan Djärv2011-06-146-12/+273
| * * fileio.c: Don't assume EMACS_INT fits in off_t.Paul Eggert2011-06-142-8/+28
| * * fns.c (Fload_average): Don't assume 100 * load average fits in int.Paul Eggert2011-06-142-2/+4
| * * fns.c (Fcopy_sequence): Don't assume vector length fits in int.Paul Eggert2011-06-142-1/+2
| * * fns.c (Fnthcdr, Fsort): Don't assume list length fits in int.Paul Eggert2011-06-142-2/+3
| * * fns.c: Don't overflow int when computing a list length.Paul Eggert2011-06-142-16/+40
| * * fns.c (Flength): Don't overflow int when computing a list length.Paul Eggert2011-06-142-10/+16
| * * alloc.c: Check that resized vectors' lengths fit in fixnums.Paul Eggert2011-06-142-10/+22
| * * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.Paul Eggert2011-06-142-7/+9
| * * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert2011-06-142-1/+3
| * * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.Paul Eggert2011-06-143-10/+4
| * Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-1419-161/+188
| * * callint.c (Fcall_interactively): Don't use index var as event count.Paul Eggert2011-06-132-2/+4
| * * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.Paul Eggert2011-06-133-5/+7
| * * xterm.c (x_alloc_nearest_color_1): Go back to original algorithm.Paul Eggert2011-06-132-7/+5
| * Merge from trunk.Paul Eggert2011-06-1317-887/+725
| |\ | |/ |/|
* | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-123-5/+31
* | Fix minor problems found by GCC 4.6.0 static checking.Paul Eggert2011-06-1115-47/+75
|\ \
| * \ Merge from trunk.Paul Eggert2011-06-113-90/+74
| |\ \ | |/ / |/| |
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-06-122-6/+6
* | | Handle gif subimage animation delay correctly.Chong Yidong2011-06-112-83/+67
| * | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption.Paul Eggert2011-06-112-2/+2
| * | * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-1115-49/+76
|/ /
* | Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics2011-06-112-224/+156
* | * src/image.c (imagemagick_load_image): Fix type mismatch.Andreas Schwab2011-06-112-3/+6
* | * src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab2011-06-112-0/+5
* | Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-115-524/+387
| * * xterm.c (x_alloc_nearest_color_1): Use a more-precise algorithmPaul Eggert2011-06-132-5/+11
| * Remove unnecessary casts.Paul Eggert2011-06-124-11/+12
| * * sound.c (Fplay_sound_internal): Remove cast to unsigned long.Paul Eggert2011-06-122-1/+5