| Commit message (Expand) | Author | Age | Files | Lines |
| * | * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -0/+4 |
| * | * dispextern.h (struct it.selective): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -0/+6 |
| * | * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0. | Paul Eggert | 2011-06-17 | 1 | -0/+2 |
| * | * composite.c (get_composition_id, composition_gstring_put_cache): Use EMACS_... | Paul Eggert | 2011-06-17 | 1 | -0/+2 |
| * | * composite.c: Don't truncate sizes to 'int'. | Paul Eggert | 2011-06-17 | 1 | -0/+4 |
| * | * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. | Paul Eggert | 2011-06-17 | 1 | -0/+2 |
| * | * buffer.c: Include <verify.h>. | Paul Eggert | 2011-06-17 | 1 | -1/+3 |
| * | * buffer.c (record_overlay_string): Check for size-calculation overflow. | Paul Eggert | 2011-06-17 | 1 | -1/+4 |
| * | * buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size ... | Paul Eggert | 2011-06-17 | 1 | -0/+1 |
| * | * buffer.c (compare_overlays, cmp_for_strings): Avoid subtraction overflow. | Paul Eggert | 2011-06-17 | 1 | -0/+1 |
| * | * buffer.c (struct sortstr.priority): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+2 |
| * | * buffer.c (struct sortvec.priority): Now EMACS_INT, not int. | Paul Eggert | 2011-06-17 | 1 | -1/+5 |
| * | * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX. | Paul Eggert | 2011-06-16 | 1 | -0/+4 |
| * | Improve buffer-overflow checking (Bug#8873). | Paul Eggert | 2011-06-16 | 1 | -0/+26 |
| |\ |
|
| | * | Improve buffer-overflow checking. | Paul Eggert | 2011-06-16 | 1 | -0/+10 |
| | * | * editfns.c: Tune. Don't use wider integers than needed. Don't use alloca. | Paul Eggert | 2011-06-16 | 1 | -0/+2 |
| | * | * editfns.c (Finsert_char): Don't dump core with very negative counts. | Paul Eggert | 2011-06-16 | 1 | -0/+2 |
| | * | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. | Paul Eggert | 2011-06-15 | 1 | -0/+2 |
| | * | * insdel.c, lisp.h (buffer_overflow): New function. | Paul Eggert | 2011-06-15 | 1 | -0/+6 |
| | * | * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed. | Paul Eggert | 2011-06-15 | 1 | -0/+4 |
| |/ |
|
| * | Integer overflow and signedness fixes (Bug#8873). | Paul Eggert | 2011-06-15 | 1 | -0/+250 |
| |\ |
|
| | * | * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. | Paul Eggert | 2011-06-15 | 1 | -0/+3 |
| | * | Merge from trunk. | Paul Eggert | 2011-06-15 | 1 | -0/+4 |
| | |\
| |/
|/| |
|
| * | | * src/eval.c (Fdefvaralias): Also mark the target as variable-special-p. | Stefan Monnier | 2011-06-15 | 1 | -0/+4 |
| | * | Merge from trunk. | Paul Eggert | 2011-06-15 | 1 | -4/+26 |
| | |\
| |/
|/| |
|
| * | | Fix resize and change of scroll bar width for Gtk3. | Jan Djärv | 2011-06-14 | 1 | -0/+24 |
| | * | * fileio.c: Don't assume EMACS_INT fits in off_t. | Paul Eggert | 2011-06-14 | 1 | -0/+7 |
| | * | * fns.c (Fload_average): Don't assume 100 * load average fits in int. | Paul Eggert | 2011-06-14 | 1 | -0/+2 |
| | * | * fns.c (Fcopy_sequence): Don't assume vector length fits in int. | Paul Eggert | 2011-06-14 | 1 | -0/+1 |
| | * | * fns.c (Fnthcdr, Fsort): Don't assume list length fits in int. | Paul Eggert | 2011-06-14 | 1 | -0/+1 |
| | * | * fns.c: Don't overflow int when computing a list length. | Paul Eggert | 2011-06-14 | 1 | -5/+9 |
| | * | * fns.c (Flength): Don't overflow int when computing a list length. | Paul Eggert | 2011-06-14 | 1 | -0/+6 |
| | * | * alloc.c: Check that resized vectors' lengths fit in fixnums. | Paul Eggert | 2011-06-14 | 1 | -0/+7 |
| | * | * fns.c (next_almost_prime): Don't return a multiple of 3 or 5. | Paul Eggert | 2011-06-14 | 1 | -0/+6 |
| | * | * bytecode.c (exec_byte_code): Use ptrdiff_t, not int, for vector length. | Paul Eggert | 2011-06-14 | 1 | -0/+2 |
| | * | * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defines this now. | Paul Eggert | 2011-06-14 | 1 | -2/+4 |
| | * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -0/+23 |
| | * | * callint.c (Fcall_interactively): Don't use index var as event count. | Paul Eggert | 2011-06-13 | 1 | -0/+2 |
| | * | * vm-limit.c (check_memory_limits): Fix incorrect extern function decls. | Paul Eggert | 2011-06-13 | 1 | -0/+5 |
| | * | * xterm.c (x_alloc_nearest_color_1): Go back to original algorithm. | Paul Eggert | 2011-06-13 | 1 | -3/+1 |
| | * | Merge from trunk. | Paul Eggert | 2011-06-13 | 1 | -11/+128 |
| | |\
| |/
|/| |
|
| * | | Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings. | Martin Rudalics | 2011-06-12 | 1 | -0/+13 |
| * | | Fix minor problems found by GCC 4.6.0 static checking. | Paul Eggert | 2011-06-11 | 1 | -0/+30 |
| |\ \ |
|
| | * \ | Merge from trunk. | Paul Eggert | 2011-06-11 | 1 | -1/+11 |
| | |\ \
| |/ /
|/| | |
|
| * | | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2011-06-12 | 1 | -0/+5 |
| * | | | Handle gif subimage animation delay correctly. | Chong Yidong | 2011-06-11 | 1 | -0/+5 |
| | * | | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption. | Paul Eggert | 2011-06-11 | 1 | -2/+0 |
| | * | | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -0/+31 |
| |/ / |
|
| * | | Window configuration, balancing and fit-to-buffer rewrites. | Martin Rudalics | 2011-06-11 | 1 | -0/+9 |
| * | | * src/image.c (imagemagick_load_image): Fix type mismatch. | Andreas Schwab | 2011-06-11 | 1 | -0/+3 |