Mercurial > emacs
comparison src/ChangeLog @ 39819:dd4e185b0265
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Oct 2001 09:05:51 +0000 |
parents | 503b25e023a5 |
children | 0c3ebbbc4922 |
comparison
equal
deleted
inserted
replaced
39818:6564021e098e | 39819:dd4e185b0265 |
---|---|
55 | 55 |
56 * syntax.c (update_syntax_table): Simplify. | 56 * syntax.c (update_syntax_table): Simplify. |
57 (Fforward_comment): Don't skip quoted chars when going backward. | 57 (Fforward_comment): Don't skip quoted chars when going backward. |
58 | 58 |
59 2001-10-11 Gerd Moellmann <gerd@gnu.org> | 59 2001-10-11 Gerd Moellmann <gerd@gnu.org> |
60 | |
61 * lisp.h (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons | |
62 in case I is of some unsigned type, in which case | |
63 MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the | |
64 comparison becomes bogus. | |
60 | 65 |
61 * editfns.c (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float. | 66 * editfns.c (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float. |
62 (Fuser_full_name): Fix bug treating a float as a fixnum. | 67 (Fuser_full_name): Fix bug treating a float as a fixnum. |
63 | 68 |
64 * data.c (Fstring_to_number): Use make_fixnum_or_float. | 69 * data.c (Fstring_to_number): Use make_fixnum_or_float. |