Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (memory_warnings) [WINDOWSNT]: Reset lim_data on each | Andrew Innes | 1999-02-20 | 1 | -0/+5 |
| | | | | run, since size can vary from run to run. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (check_memory_limits): Use unsigned long to hold memory size values. | Richard M. Stallman | 1993-06-30 | 1 | -2/+2 |
| | |||||
* | (check_memory_limits): Declare __morecore. | Roland McGrath | 1992-10-15 | 1 | -1/+2 |
| | | | | Remove unused variable `result'. | ||||
* | (morecore_with_warning): Removed. | Roland McGrath | 1992-10-15 | 1 | -13/+5 |
| | | | | | | | (check_memory_limits): New fn; most code from morecore_with_warning, but only checks limits, doesn't do any work. (memory_warnings): Set __after_morecore_hook to check_memory_limits; don't set __morecore. | ||||
* | (warnfunction): Renamed to warn_function (was used inconsistently). | Roland McGrath | 1992-10-12 | 1 | -5/+5 |
| | | | | (morecore_with_warning, memory_warnings): Change callers (were inconsistent). | ||||
* | mem_limits.h is now called mem-limits.h. | Roland McGrath | 1992-10-12 | 1 | -3/+3 |
| | |||||
* | (morecore_with_warning): Reduce warnlevel when usage drops far enough. | Richard M. Stallman | 1992-10-11 | 1 | -18/+40 |
| | | | | | | | | | (memory_warnings): Renamed from malloc_init. Don't set lim_data or warnlevel. Use start_of_data if start is 0. [!emacs]: Don't include config.h or lisp.h; instead, use stddef.h. Define POINTER, SIZE, EXCEEDS_LISP_PTR. (morecore_with_warning): Use EXCEEDS_LISP_PTR. | ||||
* | entered into RCS | Joseph Arceneaux | 1992-06-30 | 1 | -0/+117 |