Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yandex.ru.
[bpt/emacs.git] / src / alloc.c
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovRevert last save_excursion_save and save_excursion_rest...
2012-07-27 Paul EggertImprove GDB symbol export.
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-27 Dmitry AntipovFast save_excursion_save and save_excursion_restore.
2012-07-26 Paul EggertFix export of symbols to GDB.
2012-07-23 Dmitry AntipovCleanup miscellaneous objects allocation and initializa...
2012-07-22 Dmitry AntipovAdjust consing_since_gc when objects are explicitly...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovExtend the value returned by Fgarbage_collect with...
2012-07-20 Dmitry AntipovMake maybe_gc inline.
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-19 Paul Eggert* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buf...
2012-07-19 Stefan Monnier* lisp/emacs-lisp/chart.el: Use lexical-binding.
2012-07-19 Dmitry AntipovTweak the value returned from Fgarbage_collect again.
2012-07-19 Dmitry AntipovCompact buffers when idle.
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
2012-07-18 Paul Eggert* alloc.c (Fmake_bool_vector): Fix off-by-8 bug
2012-07-18 Paul EggertRemove some struct layout assumptions in bool vectors.
2012-07-18 Dmitry AntipovFix sweep_vectors to handle large bool vectors correctly.
2012-07-18 Dmitry AntipovReturn more descriptive data from Fgarbage_collect.
2012-07-17 Paul Eggert* alloc.c (Fmemory_free): Account for memory-free's...
2012-07-17 Dmitry AntipovRestore old code in allocate_string_data to avoid Faset...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Dmitry AntipovCleanup and convert miscellaneous checks to eassert.
2012-07-17 Dmitry AntipovFix previous change to make Fmemory_free always accurate.
2012-07-17 Dmitry AntipovSimple free memory accounting feature.
2012-07-15 Dmitry AntipovCleanup basic allocation variables and functions.
2012-07-15 Dmitry AntipovUse zero_vector where appropriate.
2012-07-11 John Wiegleyalloc.c (mark_memory): Guard the "no_address_safety_ana...
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
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
next