Mercurial > hg > xemacs-beta
log src/ChangeLog @ 5275:5a9aa6c40c9b
age | author | description |
---|---|---|
2010-09-18 | Aidan Kehoe | Avoid statement-before-declaration problems with strict C89 builds, fns.c |
2010-09-16 | Aidan Kehoe | Accept circular lists where that is useful in #'mapcar*, #'map* and friends. |
2010-09-16 | Aidan Kehoe | Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce. |
2010-09-16 | Aidan Kehoe | Warn at compile time, error at runtime, with (quote X Y), (function X Y). |
2010-09-07 | Aidan Kehoe | Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake. |
2010-09-06 | Aidan Kehoe | Move #'replace to C, add bounds-checking to it and to #'fill. |
2010-09-05 | Aidan Kehoe | Read and print char table defaults, chartab.c |
2010-09-05 | Aidan Kehoe | Add a couple of extra docstring backslashes, #'format-time-string |