]> code.delx.au - gnu-emacs/history - src/ralloc.c
(archive-l-e): New optional argument `float' means generate a float value.
[gnu-emacs] / src / ralloc.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-04-02 Jan Djärv#include blockinput also
2005-04-02 Jan Djärv* alloc.c (allocate_string_data): Call BLOCK_INPUT...
2003-09-01 Miles BaderAdd arch taglines
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2001-02-19 Gerd Moellmann(__morecore) [!SYSTEM_MALLOC]: Move declaration
2000-09-25 Dave Love(__malloc_extra_blocks): Declare as __malloc_size_t.
2000-09-14 Gerd MoellmannRemove everything having to do with the use of mmap.
2000-09-10 Gerd Moellmann(mmap_enlarge): Don't return 0 if successful.
2000-09-08 Gerd Moellmann(mmap_fd): Remove initializer which can make it
2000-09-08 Dave Love(r_alloc_init_fd): Move. Fix conditional for pcc.
2000-09-08 Dave Love(r_alloc_init): Conditionalize on SYSTEM_MALLOC, not...
2000-09-08 Dave Love(r_alloc_init_fd): Conditionalize on MAP_ANON.
2000-09-08 Dave LoveDon't include string.h (redundant).
2000-09-07 Gerd Moellmann(obtain, relinquish, relinquish, r_alloc_size_in_use)
2000-09-07 Gerd Moellmann(mmap_find): Fix overlap computation.
2000-09-06 Gerd Moellmann(POINTER, SIZE) [emacs]: Define in terms of
2000-07-05 Andrew InnesMake real_morecore non-static.
2000-06-23 Dave LoveMaybe include unistd.h.
1997-09-27 Karl Heuer(relinquish): When returning memory to the system,
1997-07-12 Richard M. Stallman(r_alloc_reinit): New function.
1997-05-16 Richard M. Stallman(mallopt): Declare, if appropriate.
1996-04-07 Richard M. Stallman(r_alloc_check): Don't check alignment of h->start.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-05 Karl HeuerComment fixes.
1995-03-28 Richard M. Stallman(r_re_alloc): Correct realloc behavior--allow shrinking
1995-02-19 Richard M. Stallman(r_alloc_init): Set __malloc_extra_blocks.
1995-02-16 Richard M. Stallman(r_alloc_check): Return void.
1995-02-16 Richard M. StallmanWhitespace fixes.
1995-02-14 Richard M. Stallman(r_alloc_free): Call refill_memory_reserve only if...
1995-02-07 Richard M. Stallman(r_alloc_size_in_use): New function.
1995-01-15 Roland McGrath(r_alloc_init): Remove unused variable END.
1994-10-23 Richard M. Stallman(struct heap): New fields first_bloc, last_bloc.
1994-10-18 Richard M. Stallman(heap_base): Move static var to top level.
1994-10-12 Karl HeuerInstall Hiroshi Nakano's rewrite to allow multiple...
1994-09-20 Karl Heuer(r_alloc_freeze_level): New variable.
1993-11-18 Richard M. Stallman(r_alloc_init): Explicitly use real_morecore
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-07-22 Roland McGrath(ALIGNED, ROUNDUP): Use `unsigned long int' instead...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-05-26 Richard M. Stallman(r_alloc_sbrk): Declare already_available as long,...
1993-05-26 Richard M. Stallman(POINTER): Always use char *.
1993-05-22 Jim BlandyUpdated copyright years.
1992-12-29 Roland McGrath[! emacs] [HAVE_CONFIG_H]: #include "config.h"
1992-11-16 Jim Blandy* ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.
1992-10-24 Richard M. Stallman(relinquish): Adjust page_break_value by amount of...
1992-10-20 Richard M. Stallman[emacs]: Define POINTER and SIZE.
1992-10-12 Roland McGrathRemoved #include "mem-limits.h".
1992-10-12 Roland McGrath(sbrk): Removed decl.
1992-10-12 Roland McGrathmem_limits.h is now called mem-limits.h.
1992-10-11 Richard M. Stallman(check_memory_limits): Reduce warnlevel when usage...
1992-09-29 Jim Blandy* ralloc.c: Since the users of the relocating allocatio...
1992-09-13 Jim BlandyFix typo.
1992-09-09 Jim Blandy* ralloc.c (r_re_alloc): Instead of allocating a new...
1992-08-19 Jim Blandy* ralloc.c (get_bloc): When initializing new_bloc-...
1992-06-30 Joseph Arceneauxentered into RCS
1992-04-24 Jim Blandy*** empty log message ***
1992-03-14 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1990-11-12 Jim BlandyInitial revision