Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5095:cb4f2e1bacc4
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 04 Mar 2010 02:46:38 -0600 |
parents | ebee7d1e58bd 207dad9e74f7 |
children | 4a6b680a9577 |
comparison
equal
deleted
inserted
replaced
5094:ebee7d1e58bd | 5095:cb4f2e1bacc4 |
---|---|
94 * linuxplay.c: | 94 * linuxplay.c: |
95 * linuxplay.c (sighandler): | 95 * linuxplay.c (sighandler): |
96 * vdb-posix.c (vdb_fault_handler): | 96 * vdb-posix.c (vdb_fault_handler): |
97 Use const for variables holding string constants to avoid C++ | 97 Use const for variables holding string constants to avoid C++ |
98 warnings. | 98 warnings. |
99 | |
100 2010-03-02 Jerry James <james@xemacs.org> | |
101 | |
102 * lread.c (read_atom): Signal a read error upon encountering a | |
103 ratio constant with a zero denominator. | |
104 | |
105 2010-03-02 Aidan Kehoe <kehoea@parhasard.net> | |
106 | |
107 * eval.c (print_multiple_value): | |
108 Say #<INTERNAL OBJECT (XEmacs bug?) ...> when printing these, for | |
109 consistency with the rest of the print code. | |
110 | |
111 2010-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
112 | |
113 * lisp.h (PARSE_KEYWORDS): New macro, for parsing keyword | |
114 arguments from C subrs. | |
115 * elhash.c (Fmake_hash_table): Use it. | |
116 * general-slots.h (Q_allow_other_keys): Add this symbol. | |
117 * eval.c (non_nil_allow_other_keys_p): | |
118 (invalid_keyword_argument): | |
119 New functions, called from the keyword argument parsing code. | |
120 * data.c (init_errors_once_early): | |
121 Add the new invalid-keyword-argument error here. | |
99 | 122 |
100 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> | 123 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> |
101 | 124 |
102 * file-coding.c (Fmake_coding_system_internal): | 125 * file-coding.c (Fmake_coding_system_internal): |
103 Be somewhat clearer in this docstring, especially for the sake of | 126 Be somewhat clearer in this docstring, especially for the sake of |