Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5866:5ea790936de9
Automated merge with file:///Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 16 Mar 2015 00:11:30 +0000 |
parents | 15041705c196 a45722e74335 |
children | e0f1dfaa821e |
comparison
equal
deleted
inserted
replaced
5863:15041705c196 | 5866:5ea790936de9 |
---|---|
72 * sequence.c (Fsubstitute): | 72 * sequence.c (Fsubstitute): |
73 Remove COUNT from the arguments if specified and FROM-END is | 73 Remove COUNT from the arguments if specified and FROM-END is |
74 non-nil. Do this before calling count_with_tail(). When we | 74 non-nil. Do this before calling count_with_tail(). When we |
75 encounter the cons return by count_with_tail(), use the | 75 encounter the cons return by count_with_tail(), use the |
76 replacement object. | 76 replacement object. |
77 | |
78 2015-02-25 Aidan Kehoe <kehoea@parhasard.net> | |
79 | |
80 * lread.c (read_atom): Use the new calling convention for | |
81 parse_integer(). | |
82 * lisp.h: Change the declaration of parse_integer (). | |
83 * number.h (bignum_set_emacs_int, make_bignum_emacs_uint): | |
84 New #defines, used in data.c. | |
85 * lread.c (read_integer): Ditto. | |
86 * lread.c (read1): Ditto. | |
87 * data.c (find_highest_value): New. | |
88 * data.c (fill_ichar_array): New. | |
89 * data.c (build_fixnum_to_char_map): New. | |
90 * data.c (Fset_digit_fixnum_map): New. | |
91 * data.c (Fdigit_char_p): Moved from cl-extra.el. | |
92 * data.c (Fdigit_char): Moved from cl-extra.el. | |
93 * data.c (parse_integer): Moved from lread.c. | |
94 * data.c (Fparse_integer): Made available to Lisp. | |
95 * data.c (syms_of_data): Make the new subrs available. | |
96 * data.c (vars_of_data): Make the new vars available. | |
97 Expose parse_integer to Lisp, make it follow the Common Lisp API | |
98 (with some extensions, to allow us to support non ASCII digit | |
99 characters). | |
77 | 100 |
78 2015-01-08 Stephen J. Turnbull <stephen@xemacs.org> | 101 2015-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
79 | 102 |
80 Fix progress bar crashes. | 103 Fix progress bar crashes. |
81 Thanks to Ralf Soergel for diagnosis and a patch. | 104 Thanks to Ralf Soergel for diagnosis and a patch. |