aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.Paul Eggert2011-06-171-0/+4
* * dispextern.h (struct it.selective): Now EMACS_INT, not int.Paul Eggert2011-06-171-0/+6
* * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.Paul Eggert2011-06-171-0/+2
* * composite.c (get_composition_id, composition_gstring_put_cache): Use EMACS_...Paul Eggert2011-06-171-0/+2
* * composite.c: Don't truncate sizes to 'int'.Paul Eggert2011-06-171-0/+4
* * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT.Paul Eggert2011-06-171-0/+2
* * buffer.c: Include <verify.h>.Paul Eggert2011-06-171-1/+3
* * buffer.c (record_overlay_string): Check for size-calculation overflow.Paul Eggert2011-06-171-1/+4
* * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ...Paul Eggert2011-06-171-0/+1
* * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow.Paul Eggert2011-06-171-0/+1
* * buffer.c (struct sortstr.priority): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+2
* * buffer.c (struct sortvec.priority): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+5
* * 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