1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00
No description
Find a file
Richard M. Stallman 2c46d29fbd (check_memory_limits): Reduce warnlevel when usage drops far enough.
(memory_warnings): New function; just set warning data.
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.

[!emacs] (safe_bcopy): Define as macro using memmove.
(r_alloc_free): Clear *ptr.
(r_alloc_init): Renamed from malloc_init.  Take no args.
Make it static; declare at top of file.
(r_alloc): Call r_alloc_init, if not initialized yet.
(r_alloc_initialized): Renamed from malloc_initialized; moved to top.
(ROUNDUP): Subtract 1, in case arg is already aligned.

(check_memory_limits): EXCEEDS_LISP_PTR renamed from EXCEEDS_ELISP_PTR.
1992-10-11 20:37:32 +00:00
etc *** empty log message *** 1992-10-10 11:40:00 +00:00
lib-src entered into RCS 1992-09-30 21:44:26 +00:00
lisp * rmail.el (rmail-mode): Make this autoload; we might find a file 1992-10-11 06:35:04 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src (check_memory_limits): Reduce warnlevel when usage drops far enough. 1992-10-11 20:37:32 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub (os handling): Recognize `linux' as a valid os. 1992-09-29 22:19:48 +00:00
configure1.in entered into RCS 1992-09-14 22:08:02 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~3~ 1992-08-21 23:06:13 +00:00
make-dist entered into RCS 1992-10-07 21:30:47 +00:00
Makefile.in entered into RCS 1992-09-13 10:43:05 +00:00