Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5865:a45722e74335
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 12 Mar 2015 16:27:13 +0000 |
parents | e9bb3688e654 750fab17b299 |
children | 5ea790936de9 |
comparison
equal
deleted
inserted
replaced
5856:27876789edc5 | 5865:a45722e74335 |
---|---|
10 * sequence.c (Fsubstitute): | 10 * sequence.c (Fsubstitute): |
11 Remove COUNT from the arguments if specified and FROM-END is | 11 Remove COUNT from the arguments if specified and FROM-END is |
12 non-nil. Do this before calling count_with_tail(). When we | 12 non-nil. Do this before calling count_with_tail(). When we |
13 encounter the cons return by count_with_tail(), use the | 13 encounter the cons return by count_with_tail(), use the |
14 replacement object. | 14 replacement object. |
15 | |
16 2015-02-25 Aidan Kehoe <kehoea@parhasard.net> | |
17 | |
18 * lread.c (read_atom): Use the new calling convention for | |
19 parse_integer(). | |
20 * lisp.h: Change the declaration of parse_integer (). | |
21 * number.h (bignum_set_emacs_int, make_bignum_emacs_uint): | |
22 New #defines, used in data.c. | |
23 * lread.c (read_integer): Ditto. | |
24 * lread.c (read1): Ditto. | |
25 * data.c (find_highest_value): New. | |
26 * data.c (fill_ichar_array): New. | |
27 * data.c (build_fixnum_to_char_map): New. | |
28 * data.c (Fset_digit_fixnum_map): New. | |
29 * data.c (Fdigit_char_p): Moved from cl-extra.el. | |
30 * data.c (Fdigit_char): Moved from cl-extra.el. | |
31 * data.c (parse_integer): Moved from lread.c. | |
32 * data.c (Fparse_integer): Made available to Lisp. | |
33 * data.c (syms_of_data): Make the new subrs available. | |
34 * data.c (vars_of_data): Make the new vars available. | |
35 Expose parse_integer to Lisp, make it follow the Common Lisp API | |
36 (with some extensions, to allow us to support non ASCII digit | |
37 characters). | |
15 | 38 |
16 2015-01-08 Stephen J. Turnbull <stephen@xemacs.org> | 39 2015-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
17 | 40 |
18 Fix progress bar crashes. | 41 Fix progress bar crashes. |
19 Thanks to Ralf Soergel for diagnosis and a patch. | 42 Thanks to Ralf Soergel for diagnosis and a patch. |