aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port to Sun C.Paul Eggert2011-06-211-0/+9
* New primitive secure-hash supporting md5, sha-1 and sha-2Leo Liu2011-06-211-0/+11
* * src/process.c (Fset_process_buffer): Clarify return value in docstring.Deniz Dogan2011-06-201-0/+5
* Fixes for GLYPH_DEBUG.Chong Yidong2011-06-181-1/+15
* * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup.Stefan Monnier2011-06-171-0/+4
* * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX.Paul Eggert2011-06-161-0/+4
* Improve buffer-overflow checking (Bug#8873).Paul Eggert2011-06-161-0/+26
|\
| * Improve buffer-overflow checking.Paul Eggert2011-06-161-0/+10
| * * editfns.c: Tune. Don't use wider integers than needed. Don't use alloca.Paul Eggert2011-06-161-0/+2
| * * editfns.c (Finsert_char): Don't dump core with very negative counts.Paul Eggert2011-06-161-0/+2
| * * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.Paul Eggert2011-06-151-0/+2
| * * insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert2011-06-151-0/+6
| * * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed.Paul Eggert2011-06-151-0/+4
|/
* Integer overflow and signedness fixes (Bug#8873).Paul Eggert2011-06-151-0/+250
|\
| * * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772.Paul Eggert2011-06-151-0/+3
| * Merge from trunk.Paul Eggert2011-06-151-0/+4
| |\ | |/ |/|
* | * src/eval.c (Fdefvaralias): Also mark the target as variable-special-p.Stefan Monnier2011-06-151-0/+4
| * Merge from trunk.Paul Eggert2011-06-151-4/+26
| |\ | |/ |/|
* | Fix resize and change of scroll bar width for Gtk3.Jan Djärv2011-06-141-0/+24
| * * fileio.c: Don't assume EMACS_INT fits in off_t.Paul Eggert2011-06-141-0/+7
| * * fns.c (Fload_average): Don't assume 100 * load average fits in int.Paul Eggert2011-06-141-0/+2
| * * fns.c (Fcopy_sequence): Don't assume vector length fits in int.Paul Eggert2011-06-141-0/+1
| * * fns.c (Fnthcdr, Fsort): Don't assume list length fits in int.Paul Eggert2011-06-141-0/+1
| * * fns.c: Don't overflow int when computing a list length.Paul Eggert2011-06-141-5/+9
| * * fns.c (Flength): Don't overflow int when computing a list length.Paul Eggert2011-06-141-0/+6
| * * alloc.c: Check that resized vectors' lengths fit in fixnums.Paul Eggert2011-06-141-0/+7
| * * fns.c (next_almost_prime): Don't return a multiple of 3 or 5.Paul Eggert2011-06-141-0/+6
| * * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length.Paul Eggert2011-06-141-0/+2
| * * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now.Paul Eggert2011-06-141-2/+4
| * Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-0/+23
| * * callint.c (Fcall_interactively): Don't use index var as event count.Paul Eggert2011-06-131-0/+2
| * * vm-limit.c (check_memory_limits): Fix incorrect extern function decls.Paul Eggert2011-06-131-0/+5
| * * xterm.c (x_alloc_nearest_color_1): Go back to original algorithm.Paul Eggert2011-06-131-3/+1
| * Merge from trunk.Paul Eggert2011-06-131-11/+128
| |\ | |/ |/|
* | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics2011-06-121-0/+13
* | Fix minor problems found by GCC 4.6.0 static checking.Paul Eggert2011-06-111-0/+30
|\ \
| * \ Merge from trunk.Paul Eggert2011-06-111-1/+11
| |\ \ | |/ / |/| |
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-06-121-0/+5
* | | Handle gif subimage animation delay correctly.Chong Yidong2011-06-111-0/+5
| * | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption.Paul Eggert2011-06-111-2/+0
| * | * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-0/+31
|/ /
* | Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics2011-06-111-0/+9
* | * src/image.c (imagemagick_load_image): Fix type mismatch.Andreas Schwab2011-06-111-0/+3
* | * src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab2011-06-111-0/+4
* | Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-0/+51
| * * xterm.c (x_alloc_nearest_color_1): Use a more-precise algorithmPaul Eggert2011-06-131-0/+4
| * Remove unnecessary casts.Paul Eggert2011-06-121-0/+6
| * * sound.c (Fplay_sound_internal): Remove cast to unsigned long.Paul Eggert2011-06-121-0/+4
| * * dired.c (Ffile_attributes): Don't use 32-bit hack on 64-bit hosts.Paul Eggert2011-06-121-0/+2
| * * unexelf.c (unexec): Don't assume BSS addr fits in unsigned.Paul Eggert2011-06-121-0/+2