Convenient macro to check whether the buffer is live.
[bpt/emacs.git] / src / alloc.c
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-07 Eli ZaretskiiFix compilation failure under ENABLE_CHECKING.
2012-09-07 Dmitry Antipov* alloc.c (mark_buffer): Revert unsafe marking optimiza...
2012-09-07 Paul EggertSignal-handler cleanup.
2012-09-06 Dmitry AntipovExplicitly mark buffer_defaults and buffer_local_symbols.
2012-09-06 Dmitry Antipov* alloc.c (mark_object): Revert window marking code
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Dmitry AntipovDo not mark objects from deleted buffers, windows and...
2012-09-05 Dmitry Antipov* alloc.c (valid_lisp_object_p): Treat killed buffers,
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertGive more-useful info on a fatal error (Bug#12328).
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-04 Paul EggertBe more systematic about _setjmp vs setjmp.
2012-09-02 Paul EggertClean up some extern decls.
2012-08-31 Dmitry AntipovRemove mark_ttys function and fix tty_display_info...
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-27 Dmitry AntipovFix spare memory change.
2012-08-27 Dmitry AntipovSpecial MEM_TYPE_SPARE to denote reserved memory.
2012-08-25 Paul EggertOn assertion failure, print backtrace if available.
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-16 Kenichi Handamerge trunk
2012-08-14 Stefan Monnier* src/alloc.c (Fgarbage_collect): Use plural form consi...
2012-08-14 Dmitry AntipovRevert and cleanup some recent overlay changes.
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Dmitry AntipovInline functions to examine and change buffer overlays.
2012-08-08 Dmitry AntipovInline functions to examine and change buffer intervals.
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-08 Dmitry AntipovCleanup intervals.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovBasic functions to set Lisp_Object and pointer slots...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovUse GCALIGNMENT where appropriate.
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-02 Paul EggertUse C99-style 'extern inline' if available.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for conses and overlays.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-30 Paul EggertExport DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
2012-07-30 Paul EggertExport to GDB most of lisp.h's remaining object-like...
2012-07-30 Dmitry AntipovCleanup string bytes checking.
2012-07-29 Dmitry AntipovRemove HIDE_LISP_IMPLEMENTATION and cleanup cons free...
2012-07-29 Paul Eggert* alloc.c (Fgarbage_collect): Indent as per usual Emacs...
2012-07-29 Dmitry AntipovCleanup statistics calculation in Fgarbage_collect.
2012-07-28 Paul EggertUse Gnulib stdalign and environ modules (Bug#9772,...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-27 Eli ZaretskiiFix listn introduced in 2012-07-27T06:04:35Z!dmantipov...
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-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
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
next