Mercurial > hg > xemacs-beta
log src/fns.c @ 5303:4c4085177ca5
age | author | description |
---|---|---|
Sun, 14 Nov 2010 14:54:09 +0000 | Aidan Kehoe | Fix some bugs in fns.c, discovered in passing while doing other work. |
Sun, 14 Nov 2010 14:13:06 +0000 | Aidan Kehoe | Correct argument name in docstring, #'random. |
Sat, 06 Nov 2010 21:18:52 +0000 | Aidan Kehoe | Accept sequences generally, not just lists, #'reverse, #'nreverse. |
Sat, 06 Nov 2010 14:51:13 +0000 | Aidan Kehoe | Error in #'list-length if LIST is dotted; check for this error with #'mapcar |
Thu, 14 Oct 2010 18:50:38 +0100 | Aidan Kehoe | Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff |
Tue, 12 Oct 2010 18:14:12 +0100 | Aidan Kehoe | Don't share a counter when checking for circularity, list_merge(). |