2011-06-08 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c (allocate_pseudovector): Don't use EMACS_INT...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c (inhibit_garbage_collection): Set gc_cons_threshol...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c (nzombies, ngcs, max_live, max_zombies):...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c: (n_interval_blocks, n_string_blocks, n_float_bloc...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c: Use EMACS_INT, not int, to count objects.
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c (mark_vectorlike, mark_char_table, mark_object...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c (allocate_vectorlike): Check for ptrdiff_t...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c (Fmake_bool_vector): Don't assume vector...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * alloc.c: Catch some string size overflows that we...
|
commit | commitdiff | tree |
2011-06-08 |
Paul Eggert | * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
|
commit | commitdiff | tree |
2011-06-07 |
Paul Eggert | * character.c (string_escape_byte8): Fix nbytes/nchars...
|
commit | commitdiff | tree |
2011-06-07 |
Paul Eggert | * alloc.c (Fmake_string): Check for out-of-range init.
|
commit | commitdiff | tree |
2011-06-07 |
Paul Eggert | [ChangeLog]
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Merge: Document wide integers better.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Add Bug#8794 to ChangeLog entry.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Merge: Cons<->int and similar integer overflow fixes.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | * Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | * alloc.c: Simplify handling of large-request failures...
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Check for overflow when converting integer to cons...
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Check for buffer and string overflow more precisely.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | * image.c: Use ptrdiff_t, not int, for sizes.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | * fileio.c (Fverify_visited_file_modtime): Avoid time...
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | * dired.c (Ffile_attributes): Don't assume EMACS_INT...
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Don't assume time_t can fit into int.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | Minor fixes for signed vs unsigned integers.
|
commit | commitdiff | tree |
2011-06-06 |
Paul Eggert | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO).
|
commit | commitdiff | tree |
2011-06-04 |
Paul Eggert | * lib/getopt.c: Merge trivial change from gnulib.
|
commit | commitdiff | tree |
2011-06-04 |
Paul Eggert | * image.c (svg_load): Omit needless test.
|
commit | commitdiff | tree |
2011-06-04 |
Paul Eggert | Check for buffer and string overflow more precisely.
|
commit | commitdiff | tree |
2011-06-04 |
Paul Eggert | Use ptrdiff_t, not int, for sizes.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * buffers.texi (Buffers): Correct the size limit.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * xselect.c: Include <limits.h>.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Document wide integers better.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Check for overflow when converting integer to cons...
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Document wide integers better.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Document wide integers better.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Fix doc for machines with wider system times such as...
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * NEWS: 62-bit integers are typical now.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * lisp.h (WIDE_EMACS_INT): Now defaults to 1.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * xselect.c: Use 'unsigned' more consistently.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * fileio.c (Fverify_visited_file_modtime): Avoid time...
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * dired.c (Ffile_attributes): Don't assume EMACS_INT...
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | * lisp.h: Include <intprops.h>, as it'll useful in...
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Don't assume time_t can fit into int.
|
commit | commitdiff | tree |
2011-06-03 |
Paul Eggert | Minor fixes for signed vs unsigned integers.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Merge: memory_full, gnutls improvements
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Merge ChangeLog from trunk better.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | * alloc.c (allocate_vectorlike): Adjust to memory_full...
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Merge: Remove arbitrary limit of 2**31 entries in hash...
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | * lisp.h (WIDE_EMACS_INT): Now defaults to 1.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | * fileio.c (Fverify_visited_file_modtime): Avoid time...
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | * dired.c (Ffile_attributes): Don't assume EMACS_INT...
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | * lisp.h: Include <intprops.h>, as it'll useful in...
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Don't assume time_t can fit into int.
|
commit | commitdiff | tree |
2011-06-02 |
Paul Eggert | Merge: Minor fixes for signed vs unsigned integers.
|
commit | commitdiff | tree |
2011-06-01 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-06-01 |
Paul Eggert | Minor fixes for signed vs unsigned integers.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Adjust ChangeLog as per Stefan's suggestions.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Remove arbitrary limit of 2**31 entries in hash tables.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Fix ChangeLog entry order.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Add bug#.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | * ccl.c: Improve comment. (Bug#8751)
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Use 'inline', not 'INLINE'.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-31 |
Paul Eggert | * ccl.c (CCL_CODE_RANGE): Allow negative numbers. ...
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | [ChangeLog]
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | * alloc.c (lisp_align_malloc): Omit unnecessary val...
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | * gnutls.c: Use Emacs's memory allocators.
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | * eval.c (Qdebug): Now static. 2011-04-14T06:48:41Z!eggert@cs.ucla.edu.
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-29 |
Paul Eggert | Adjust to recent gnulib change for @GUARD_PREFIX@.
|
commit | commitdiff | tree |
2011-05-29 |
Paul Eggert | Minor fixes prompted by GCC 4.6.0 warnings.
|
commit | commitdiff | tree |
2011-05-29 |
Paul Eggert | * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
|
commit | commitdiff | tree |
2011-05-28 |
Paul Eggert | [ChangeLog]
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | Fix order of ChangeLog entries after merge.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * data.c (arith_driver): Omit unnecessary mask and...
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | Merge: Integer overflow fixes.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * xselect.c: Fix minor problems prompted by GCC 4.6...
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * doc/misc/texinfo.tex, lib/getopt.c, lib/intprops...
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c: Serial number integer overflow fixes.
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t...
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c: Use XFASTINT rather than XUINT, and check...
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * data.c (arith_driver, Flsh): Avoid unnecessary casts...
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * lib/verify.h: Merge from gnulib.
|
commit | commitdiff | tree |