(font-lock-mode): Don't add to after-change-functions
[bpt/emacs.git] / src / ralloc.c
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