Merge from trunk.
[bpt/emacs.git] / src / alloc.c
2011-07-11 Paul EggertMerge from trunk.
2011-07-10 Andreas SchwabProtoize
2011-07-09 Paul EggertMerge from trunk.
2011-07-08 Paul EggertMerge from trunk.
2011-07-07 Paul Eggert* alloc.c: Integer signedness and overflow fixes.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Paul EggertMerge from trunk.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Paul EggertRemove more assumptions re struct layout (Bug#8884).
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
2011-06-21 Paul EggertMerge from trunk.
2011-06-18 Paul Eggert* alloc.c (Fmake_bool_vector): Avoid unnecessary multip...
2011-06-15 Paul EggertInteger overflow and signedness fixes (Bug#8873).
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul EggertMerge from trunk.
2011-06-14 Paul Eggert* alloc.c: Check that resized vectors' lengths fit...
2011-06-14 Paul EggertMerge from trunk.
2011-06-14 Paul EggertVariadic C functions now count arguments with ptrdiff_t.
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-10 Paul EggertMerge from trunk.
2011-06-08 Paul EggertMerge from trunk.
2011-06-08 Paul Eggert* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
2011-06-08 Paul Eggert* alloc.c (allocate_pseudovector): Don't use EMACS_INT...
2011-06-08 Paul Eggert* alloc.c (inhibit_garbage_collection): Set gc_cons_thr...
2011-06-08 Paul Eggert* alloc.c (nzombies, ngcs, max_live, max_zombies):...
2011-06-08 Paul Eggert* alloc.c: (n_interval_blocks, n_string_blocks, n_float...
2011-06-08 Paul Eggert* alloc.c: Use EMACS_INT, not int, to count objects.
2011-06-08 Paul Eggert* alloc.c (mark_vectorlike, mark_char_table, mark_objec...
2011-06-08 Paul Eggert* alloc.c (allocate_vectorlike): Check for ptrdiff_t...
2011-06-08 Paul Eggert* alloc.c (Fmake_bool_vector): Don't assume vector...
2011-06-08 Paul Eggert* alloc.c: Catch some string size overflows that we...
2011-06-07 Paul Eggert* alloc.c (Fmake_string): Check for out-of-range init.
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Paul Eggert* alloc.c: Simplify handling of large-request failures...
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-06 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-06 Paul Eggert* alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO).
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-04 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-03 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-03 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-03 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-03 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-03 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-02 Paul EggertMerge: memory_full, gnutls improvements
2011-06-02 Paul Eggert* alloc.c (allocate_vectorlike): Adjust to memory_full...
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul EggertMerge: Remove arbitrary limit of 2**31 entries in hash...
2011-06-02 Paul EggertMerge from trunk.
2011-05-31 Paul EggertRemove arbitrary limit of 2**31 entries in hash tables.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertUse 'inline', not 'INLINE'.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-30 Paul Eggert[ChangeLog]
2011-05-30 Paul EggertMerge from trunk.
2011-05-30 Paul Eggert* alloc.c (lisp_align_malloc): Omit unnecessary val...
2011-05-30 Paul EggertMerge from trunk.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-28 Paul Eggert[ChangeLog]
2011-05-27 Toby Cubitt* lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datat...
2011-05-27 Paul EggertMerge from trunk.
2011-05-27 Paul EggertMerge: Integer overflow fixes.
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-23 Paul Eggert* alloc.c (make_event_array): Use XINT, not XUINT.
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Paul EggertMerge from mainline.
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-16 Paul EggertMerge from mainline.
2011-05-16 Paul Eggert* alloc.c (string_overflow): New function.
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-04-30 Paul EggertMerge from mainline.
2011-04-29 Paul Eggert* lisp.h (EMACS_INTPTR): Remove. All uses changed...
2011-04-29 Paul EggertPrefer intptr_t/uintptr_t for integers the same widths...
2011-04-26 Paul EggertMerge from mainline.
next