| Commit message (Expand) | Author | Files | Lines |
| 2008-06-02 | Make "xfree (NULL)" a no-op; remove useless if-before-xfree. | Jim Meyering | 1 | -0/+2 |
| 2008-05-15 | (init_alloc_once): Call init_weak_hash_tables. | Chong Yidong | 1 | -0/+1 |
| 2008-05-14 | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 1 | -6/+4 |
| 2008-04-12 | [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc) | YAMAMOTO Mitsuharu | 1 | -0/+6 |
| 2008-02-22 | Consolidate the image_cache to the terminal struct. | Stefan Monnier | 1 | -36/+4 |
| 2008-02-11 | (mark_buffer): Comment fix to clarify the status of Lisp fields. | Stefan Monnier | 1 | -0/+2 |
| 2008-01-13 | * movemail.c: | Dan Nicolaescu | 1 | -5/+1 |
| 2008-01-08 | Add 2008 to copyright years. | Glenn Morris | 1 | -1/+2 |
| 2007-11-16 | * alloc.c (allocate_other_vector): | Stefan Monnier | 1 | -16/+0 |
| 2007-11-16 | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. | Stefan Monnier | 1 | -5/+1 |
| 2007-10-29 | (NSTATICS): Revert spurious change made in last merge. | Jason Rumney | 1 | -1/+1 |
| 2007-10-26 | (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead, | Juanma Barranquero | 1 | -36/+37 |
| 2007-10-17 | (free_misc): Use XMISCTYPE. | Stefan Monnier | 1 | -5/+5 |
| 2007-10-16 | (Fpurecopy): Set the pvec tag on pseudo vectors. | Stefan Monnier | 1 | -1/+4 |
| 2007-10-16 | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value. | Stefan Monnier | 1 | -7/+8 |
| 2007-10-12 | Fix up multi-tty merge | Miles Bader | 1 | -46/+4 |
| 2007-10-02 | (mark_terminals): Typo. | Stefan Monnier | 1 | -1/+1 |
| 2007-10-02 | * window.h (struct window): | Stefan Monnier | 1 | -0/+1 |
| 2007-10-02 | * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end. | Stefan Monnier | 1 | -38/+7 |
| 2007-10-02 | (mark_object): Fix typo. | Stefan Monnier | 1 | -7/+8 |
| 2007-10-02 | (allocate_pseudovector): New fun. | Stefan Monnier | 1 | -131/+84 |
| 2007-09-29 | (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE. | Stefan Monnier | 1 | -36/+18 |
| 2007-09-29 | (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros | Stefan Monnier | 1 | -73/+44 |
| 2007-09-27 | (allocate_terminal): Set the vector size to only count the Lisp fields. | Stefan Monnier | 1 | -17/+13 |
| 2007-09-23 | (gc_sweep): Check cons cell mark bits word by word | Richard M. Stallman | 1 | -14/+42 |
| 2007-09-20 | (enum mem_type): New member for `terminal' objects. | Stefan Monnier | 1 | -1/+49 |
| 2007-09-16 | (reset_malloc_hooks): Set the hooks to the previous | Andreas Schwab | 1 | -3/+3 |
| 2007-09-16 | (reset_malloc_hooks): Set the hooks to the previous | Andreas Schwab | 1 | -3/+3 |
| 2007-08-19 | (pure): Round PURESIZE up. | Andreas Schwab | 1 | -1/+1 |
| 2007-08-19 | (pure): Round PURESIZE up. | Andreas Schwab | 1 | -1/+1 |
| 2007-07-25 | Switch license to GPLv3 or later. | Glenn Morris | 1 | -1/+1 |
| 2007-07-11 | (emacs_blocked_free): Remove unused var `bytes_used_now'. | Stefan Monnier | 1 | -2/+0 |
| 2007-07-10 | (mark_maybe_pointer): Enforce mult-of-8 alignment when using | Stefan Monnier | 1 | -3/+8 |
| 2007-06-29 | Replace uses of GC_* macros with the non-GC_ versions. | Stefan Monnier | 1 | -21/+21 |
| 2007-06-08 | (init_strings): Initialize canonical empty strings. | Juanma Barranquero | 1 | -0/+7 |
| 2007-04-16 | (mem_insert): Set min_heap_address and max_heap_address | YAMAMOTO Mitsuharu | 1 | -2/+2 |
| 2007-02-23 | (Fgarbage_collect): If nextb->text->inhibit_shrinking is | Kenichi Handa | 1 | -1/+2 |
| 2007-01-26 | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use | YAMAMOTO Mitsuharu | 1 | -2/+2 |
| 2007-01-21 | Add 2007 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2007-01-11 | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal, | Jan Djärv | 1 | -14/+14 |
| 2006-11-13 | (mark_memory): New argument OFFSET. All uses changed. | YAMAMOTO Mitsuharu | 1 | -8/+14 |
| 2006-10-14 | Fix obvious runtime errors after merge. | Karoly Lorentey | 1 | -1/+2 |
| 2006-08-27 | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous | YAMAMOTO Mitsuharu | 1 | -16/+6 |
| 2006-08-10 | * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler | Jan Djärv | 1 | -6/+16 |
| 2006-08-07 | (NSTATICS): Fix previous change. | Kenichi Handa | 1 | -1/+1 |
| 2006-08-07 | (NSTATICS): Increased to 0x7F0. | Kenichi Handa | 1 | -1/+1 |
| 2006-08-05 | Include w32.h. | Eli Zaretskii | 1 | -0/+5 |
| 2006-07-29 | [WINDOWSNT]: Include fcntl.h, to fix last change. | Eli Zaretskii | 1 | -0/+4 |
| 2006-07-29 | Whitespace change. | Richard M. Stallman | 1 | -1/+2 |
| 2006-07-28 | (valid_pointer_p): New function (from valid_lisp_object_p). | Kim F. Storm | 1 | -18/+33 |