]> code.delx.au - gnu-emacs/history - src/alloc.c
Update copyright notices for 2013.
[gnu-emacs] / src / alloc.c
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-10-19 Eli ZaretskiiDecrease NSTATICS to 0x800.
2012-10-18 Eli ZaretskiiFix wording of error message in staticpro.
2012-10-18 Daniel ColascioneIncrease NSTATICS; tell the user when we run out of...
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-16 Dmitry Antipov* alloc.c (Fmake_byte_code): Fix typo in comment.
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-11 Kenichi Handamerge trunk
2012-10-10 Dmitry Antipov* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
2012-10-10 Kenichi Handamerge trunk
2012-10-10 Dmitry Antipov* alloc.c (gc_sweep): Use pointer-to-a-pointer loop...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Fabrice PopineauSupport x64 build on MS-Windows with MSVC.
2012-09-30 Kenichi Handamerge trunk
2012-09-29 Stefan Monnier* src/lisp.h (struct backtrace): Remove indirection...
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-25 Stefan Monnier* src/profiler.c: Rename sample_profiler_* to profiler_...
2012-09-24 Stefan MonnierRewrite sampler to use Elisp hash-tables.
2012-09-23 Paul EggertDo not use SA_NODEFER.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-20 Stefan Monnier* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Tomohiro Matsuyama* alloc.c (emacs_blocked_malloc): Remove redundant...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-15 Kenichi Handamerge trunk
2012-09-14 Paul EggertFix glitches with 'configure --without-sync-input'.
2012-09-13 Dmitry AntipovFunction to mark objects and remove killed buffers...
2012-09-11 Paul Eggert* alloc.c (discard_killed_buffers): Tune and simplify...
2012-09-11 Dmitry AntipovDiscard killed buffers from deleted window and frame...
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 Tomohiro MatsuyamaAdd GC profiler.
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Tomohiro MatsuyamaAdd emacs native profiler.
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.
next