| Age | Commit message (Expand) | Author |
| 2006-02-06 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2005-08-07 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2005-07-04 | Update FSF's address. | Lute Kamstra |
| 2005-04-02 | #include blockinput also | Jan Djärv |
| 2005-04-02 | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling | Jan Djärv |
| 2003-09-01 | Add arch taglines | Miles Bader |
| 2003-02-04 | Trailing whitespace deleted. | Juanma Barranquero |
| 2001-02-19 | (__morecore) [!SYSTEM_MALLOC]: Move declaration | Gerd Moellmann |
| 2000-09-25 | (__malloc_extra_blocks): Declare as __malloc_size_t. | Dave Love |
| 2000-09-14 | Remove everything having to do with the use of mmap. | Gerd Moellmann |
| 2000-09-10 | (mmap_enlarge): Don't return 0 if successful. | Gerd Moellmann |
| 2000-09-08 | (mmap_fd): Remove initializer which can make it | Gerd Moellmann |
| 2000-09-08 | (r_alloc_init_fd): Move. Fix conditional for pcc. | Dave Love |
| 2000-09-08 | (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP. | Dave Love |
| 2000-09-08 | (r_alloc_init_fd): Conditionalize on MAP_ANON. | Dave Love |
| 2000-09-08 | Don't include string.h (redundant). | Dave Love |
| 2000-09-07 | (obtain, relinquish, relinquish, r_alloc_size_in_use) | Gerd Moellmann |
| 2000-09-07 | (mmap_find): Fix overlap computation. | Gerd Moellmann |
| 2000-09-06 | (POINTER, SIZE) [emacs]: Define in terms of | Gerd Moellmann |
| 2000-07-05 | Make real_morecore non-static. | Andrew Innes |
| 2000-06-23 | Maybe include unistd.h. | Dave Love |
| 1997-09-27 | (relinquish): When returning memory to the system, | Karl Heuer |
| 1997-07-12 | (r_alloc_reinit): New function. | Richard M. Stallman |
| 1997-05-16 | (mallopt): Declare, if appropriate. | Richard M. Stallman |
| 1996-04-07 | (r_alloc_check): Don't check alignment of h->start. | Richard M. Stallman |
| 1996-01-15 | Update FSF's address in the preamble. | Erik Naggum |
| 1996-01-05 | Comment fixes. | Karl Heuer |
| 1995-03-28 | (r_re_alloc): Correct realloc behavior--allow shrinking | Richard M. Stallman |
| 1995-02-19 | (r_alloc_init): Set __malloc_extra_blocks. | Richard M. Stallman |
| 1995-02-16 | (r_alloc_check): Return void. | Richard M. Stallman |
| 1995-02-16 | Whitespace fixes. | Richard M. Stallman |
| 1995-02-14 | (r_alloc_free): Call refill_memory_reserve only if emacs. | Richard M. Stallman |
| 1995-02-07 | (r_alloc_size_in_use): New function. | Richard M. Stallman |
| 1995-01-15 | (r_alloc_init): Remove unused variable END. | Roland McGrath |
| 1994-10-23 | (struct heap): New fields first_bloc, last_bloc. | Richard M. Stallman |
| 1994-10-18 | (heap_base): Move static var to top level. | Richard M. Stallman |
| 1994-10-12 | Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementations | Karl Heuer |
| 1994-09-20 | (r_alloc_freeze_level): New variable. | Karl Heuer |
| 1993-11-18 | (r_alloc_init): Explicitly use real_morecore | Richard M. Stallman |
| 1993-09-10 | Include <config.h> instead of "config.h". | Roland McGrath |
| 1993-07-22 | (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' for | Roland McGrath |
| 1993-06-09 | Apply typo patches from Paul Eggert. | Jim Blandy |
| 1993-05-26 | (r_alloc_sbrk): Declare already_available as long, not SIZE. | Richard M. Stallman |
| 1993-05-26 | (POINTER): Always use char *. | Richard M. Stallman |
| 1993-05-22 | Updated copyright years. | Jim Blandy |
| 1992-12-29 | [! emacs] [HAVE_CONFIG_H]: #include "config.h" | Roland McGrath |
| 1992-11-16 | * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC. | Jim Blandy |
| 1992-10-24 | (relinquish): Adjust page_break_value by amount of memory actually given back. | Richard M. Stallman |
| 1992-10-20 | [emacs]: Define POINTER and SIZE. | Richard M. Stallman |
| 1992-10-12 | Removed #include "mem-limits.h". | Roland McGrath |