Optimize pure C strings initialization.
[bpt/emacs.git] / src / alloc.c
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-09 Paul EggertMinor improvements to make_formatted_string.
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-04 Paul Eggert* alloc.c (PSEUDOVECTOR_NBYTES): Remove stray ';'
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-07-03 Dmitry AntipovFix block vector allocation code to allow VECTOR_BLOCK_SIZE
2012-07-03 Stefan Monnier* src/alloc.c (mark_object): Revert part of last patch...
2012-07-03 Dmitry Antipov* alloc.c (allocate_vector_block): Remove redundant
2012-07-03 Dmitry Antipov* alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
2012-07-03 Dmitry AntipovCleanup basic buffer management.
2012-07-02 Paul Eggert* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED...
2012-07-02 Dmitry Antipov* alloc.c (mark_buffer): Simplify. Remove prototype.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Stefan Monnier* src/editfns.c (region_limit): Clip to narrowing.
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string_data): Remove dead code.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Omit intervals initialization.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Fix last change.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Remove two redundant...
2012-06-27 John Wiegleyalloc.c (mark_memory): Do not check with -faddress...
2012-06-26 Dmitry Antipov* alloc.c (allocate_window): Zero out non-Lisp part...
2012-06-26 Dmitry Antipov* src/alloc.c: Remove build_string.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Eli ZaretskiiEnlarge NSTATICS to 0x650.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-13 Andreas SchwabUse a simple struct to implement compile time checks...
2012-06-13 Paul EggertUSE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
2012-06-11 Stefan MonnierDon't purify in Fmake_byte_code.
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-08 Eli ZaretskiiFix BLOCK_INPUT/UNBLOCK_INPUT mismatch in 2012-06-08T08...
2012-06-08 Dmitry AntipovBlock-based vector allocation of small vectors.
2012-06-02 Andreas Schwab* alloc.c (CONS_BLOCK_SIZE): Account for padding at...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-30 Paul Eggert* alloc.c, lisp.h (make_pure_vector): Now static.
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-22 Paul EggertRemove src/m/*.
2012-05-21 Paul EggertAssume C89 or later.
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-23 Paul EggertSpelling fixes.
2012-04-22 Paul EggertFix GC_MALLOC_CHECK debugging output on 64-bit hosts.
2012-04-22 Paul Eggert* alloc.c: Handle unusual debugging option combinations.
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul Eggert* alloc.c: Remove one incorrect comment and fix another.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertFix minor alloc.c problems found by static checking.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul Eggert* alloc.c (which_symbols): Fix alignment issue / type...
2012-04-15 Paul EggertMerge from trunk.
2012-04-15 Andreas SchwabSimplify enforcement of object address alignment
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-11 Stefan Monnier* src/alloc.c (lisp_align_malloc): Remove unneeded...
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk; add Bug#.
2012-04-09 Chong YidongRemove * characters from the front of variable docstrings.
2012-04-07 Paul EggertAvoid unnecessary pointer scanning in garbage collectio...
2012-03-25 Stefan MonnierMerge from trunk
2012-03-03 Glenn Morrislispref/internals.texi Memory Usage tiny change
2012-03-03 Glenn Morrislispref/internals.texi Pure Storage updates
2012-03-02 Paul EggertMerge from trunk.
2012-02-26 Paul Eggert* alloc.c (mark_memory): Conditionalize recent fix...
2012-02-25 Paul EggertGeneralize fix for crash due to non-contiguous EMACS_IN...
2012-02-25 Paul EggertMerge from trunk.
2012-02-10 Paul EggertMerge from trunk.
2012-02-09 Glenn MorrisMerge from emacs-23; up to 2010-06-29T18:17:31Z!cyd...
2012-01-21 Kenichi Handamerge trunk
2012-01-19 Glenn MorrisMerge from emacs-23; up to 2012-01-19T07:15:48Z!rgm...
2012-01-17 Paul EggertMerge from trunk.
2012-01-15 Paul EggertMerge from trunk.
2012-01-13 Eric M. LudlamFix EDE security flaw involving loading arbitrary Lisp...
2012-01-11 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files (do...
2012-01-09 Paul EggertMerge from trunk.
2012-01-09 Chong YidongMerge changes from emacs-23 branch
2012-01-07 Paul EggertMerge from trunk.
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files
2011-12-14 Paul EggertMerge from trunk.
2011-12-12 Paul EggertSpelling fixes.
2011-12-11 Paul EggertMerge from trunk.
2011-11-20 Paul EggertStandardize on VIRT_ADDR_VARIES behavior.
2011-11-20 Paul EggertMerge from trunk.
next