Mercurial > emacs
changeset 39636:2f7a8752b11b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 06 Oct 2001 23:38:11 +0000 |
parents | c6144b4dc5c1 |
children | 670f23724a65 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 06 23:37:52 2001 +0000 +++ b/lisp/ChangeLog Sat Oct 06 23:38:11 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-07 Gerd Moellmann <gerd@gnu.org> + + * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum): + Remove. + 2001-10-05 Richard M. Stallman <rms@gnu.org> * add-log.el (add-change-log-entry): Skip copyright notice
--- a/src/ChangeLog Sat Oct 06 23:37:52 2001 +0000 +++ b/src/ChangeLog Sat Oct 06 23:38:11 2001 +0000 @@ -1,3 +1,19 @@ +2001-10-07 Gerd Moellmann <gerd@gnu.org> + + * bytecode.c (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. + (METER_CODE, Fbyte_code): Use MOST_POSITIVE_FIXNUM. + + * alloc.c (inhibit_garbage_collection): Simplify. + (Fmemory_use_counts): Ditto. + + * data.c (most_positive_fixnum, most_negative_fixnum): New + variables. + (syms_of_data): DEFVAR_INT most-positive-fixnum and + most-negative-fixnum. + + * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM) + (FIXNUM_OVERFLOW_P): New macros. + 2001-10-06 Miles Bader <miles@gnu.org> * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and