]> code.delx.au - gnu-emacs/history - src/alloc.c
Merge from emacs-24
[gnu-emacs] / src / alloc.c
2014-10-02 Stefan MonnierMerge from emacs-24
2014-10-02 Dmitry Antipov* alloc.c (mark_overlay): Assume that overlay boundarie...
2014-09-30 Stefan MonnierMerge from emacs-24
2014-09-30 Paul Eggert* alloc.c: Remove now-unnecessary check.
2014-09-29 Ulf JasperDo not set `url-gateway-method' in `url-https'. (Bug...
2014-09-29 Dmitry AntipovKeep stack-allocated Lisp objects fast rather than...
2014-09-22 Stefan MonnierMerge from emacs-24
2014-09-17 Paul EggertFix minor problems found by static checking.
2014-09-17 Dmitry Antipov* alloc.c (local_vector_init): Remove useless INLINE.
2014-09-15 Dmitry AntipovIf USE_LOCAL_ALLOCATORS, allocate some Lisp objects...
2014-09-15 Glenn MorrisMerge from emacs-24; up to 2014-07-09T02:04:12Z!rgm...
2014-09-11 Paul EggertSpelling fixes.
2014-09-10 Paul Eggert* src/alloc.c (verify_alloca): Replace a stray occurren...
2014-09-10 Paul EggertImprove the experimental local and scoped allocation.
2014-09-09 Dmitry AntipovCleanup last change and make all new stuff conditional.
2014-09-09 Dmitry AntipovAdd macros to allocate temporary Lisp objects with...
2014-09-08 Glenn MorrisMerge from emacs-24; up to 2014-07-08T06:24:07Z!eggert...
2014-09-07 Paul EggertUse SAFE_ALLOCA etc. to avoid unbounded stack allocation.
2014-09-03 Glenn MorrisMerge from emacs-24; up to 2014-07-04T02:28:54Z!dmantip...
2014-08-29 Dmitry AntipovAdd vectors support to Fsort.
2014-08-28 Ken BrownAdd support for HYBRID_MALLOC, allowing the use of...
2014-08-28 Glenn MorrisMerge from emacs-24; up to 2014-07-02T00:57:53Z!juri...
2014-08-15 Glenn MorrisMerge from emacs-24; up to 2014-06-29T18:32:35Z!michael...
2014-08-11 Glenn MorrisMerge from emacs-24; up to 2014-06-28T23:35:17Z!rgm...
2014-08-09 Reuben Thomassrc/alloc.c: remove a stray brace
2014-08-03 Glenn MorrisMerge from emacs-24; up to 2014-06-27T16:27:08Z!rgm...
2014-08-01 Eli ZaretskiiMerge from emacs-24; up to 2014-06-26T21:51:25Z!rgm...
2014-07-28 Glenn MorrisMerge from emacs-24; up to 2014-06-26T06:55:15Z!rgm...
2014-07-26 Paul EggertRevert previous change.
2014-07-26 Andreas SchwabReorder conditions that are written backwards
2014-07-21 Glenn MorrisMerge from emacs-24; up to 2014-06-25T10:17:41Z!rgm...
2014-07-16 Glenn MorrisMerge from emacs-24; up to 2014-06-23T06:25:47Z!rgm...
2014-07-12 Glenn MorrisMerge from emacs-24; up to 2014-06-22T05:00:14Z!dmantip...
2014-07-11 Dmitry Antipov* src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]:...
2014-07-11 Eli ZaretskiiImplement memory-info for MS-DOS.
2014-07-10 Eli ZaretskiiImplement memory-info for MS-Windows.
2014-07-10 Dmitry Antipov* configure.ac: Check whether sys/sysinfo.h provides
2014-07-09 Glenn MorrisMerge from emacs-24; up to 2014-06-19T14:03:45Z!monnier...
2014-07-05 Kenichi Handamerge trunk
2014-07-03 Glenn MorrisMerge from emacs-24; up to 2014-06-15T04:52:34Z!eli...
2014-07-02 Dmitry AntipovShrink Lisp_Sub_Char_Table by preferring C integers...
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-13 Eli ZaretskiiAttempt to fix bug #17771 with segfault if "C-h h"...
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-11 Paul EggertSpelling fix.
2014-06-09 Dmitry AntipovFurther adjustments to mark_object and friends.
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Dmitry AntipovChange object marking routines to minimize stack usage.
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-05-30 Paul EggertFix port to 32-bit AIX with xlc.
2014-05-30 Dmitry AntipovDebugging facility to check whether 'const char *'...
2014-05-29 Dmitry Antipov* alloc.c (Fgarbage_collect): Fix compilation with
2014-05-26 Glenn MorrisMerge from emacs-24; up to 2014-05-26T10:21:18Z!rgm...
2014-05-24 Eli ZaretskiiAvoid marking too deep portions of stack in mark_stack.
2014-05-19 Paul EggertAllow any non-nil value to count as true in bool-vector.
2014-05-19 Dmitry Antipov* src/lisp.h (CHECK_BOOLEAN): New function.
2014-05-14 Glenn MorrisMerge from emacs-24; up to 2014-05-15T16:55:18Z!jan...
2014-05-12 Glenn MorrisMerge from emacs-24; up to 2014-05-12T06:15:47Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T06:58:46Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T03:34:20Z!rgm...
2014-05-04 Paul EggertMerge from emacs-24; up to 2014-05-04T21:18:30Z!eggert...
2014-04-30 Juanma BarranqueroMerge from emacs-24; up to 2014-05-01T10:21:17Z!rgm...
2014-04-28 Paul EggertUse bits_word for gcmarkbits.
2014-04-28 Paul EggertAvoid undefined behavior in signed left shift.
2014-04-25 Juanma BarranqueroMerge from emacs-24; up to 2014-04-25T10:35:01Z!michael...
2014-04-22 Paul EggertMerge from emacs-24; up to 2014-04-22T20:19:17Z!eggert...
2014-04-19 Daniel ColascioneMerge from emacs-24; up to 2014-04-17T02:05:48Z!eggert...
2014-04-18 Juanma BarranqueroMerge from emacs-24; up to 2014-04-16T15:28:06Z!eggert...
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-16 Paul EggertRemove DATA_SEG_BITS.
2014-04-13 Paul EggertPort to IRIX 6.5.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-08 Daniel ColascioneCorrect merge
2014-04-08 Daniel ColascioneMore GC assertions
2014-04-08 Daniel ColascioneRearrange pointer logging
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-07 Paul Eggert* alloc.c: Simplify by removing use of HAVE_EXECINFO_H.
2014-04-07 Stefan Monnier* src/alloc.c: Keep track of symbols referenced from...
2014-04-05 Paul EggertPrefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-03 Daniel ColascioneRename EARRAYSIZE to ARRAYELTS
2014-04-03 Daniel ColascioneAssert that function cells contain valid lisp objects
2014-04-03 Daniel ColascioneRearrange suspicious pointer logging
2014-04-03 Daniel ColascioneFix typo
2014-04-03 Daniel ColascioneAdd GC bug investigation code
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-03-27 Juanma BarranqueroMerge from emacs-24; up to 2014-03-24T03:06:35Z!dancol...
2014-03-26 Juanma BarranqueroMerge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka...
2014-03-23 Daniel ColascioneClean up gc_sweep
2014-03-23 Daniel ColascioneMerge from emacs-24; up to 2014-03-21T23:16:26Z!rms...
2014-03-22 Glenn MorrisMerge from emacs-24; up to 2014-03-21T21:27:25Z!dancol...
2014-03-21 Glenn MorrisMerge from emacs-24; up to 2014-03-21T08:51:02Z!eliz...
2014-03-21 Daniel ColascioneAllow lisp allocation via mmap in dumped emacs
2014-03-21 Daniel ColascioneAllow lisp allocation via mmap in dumped emacs
next