Mercurial > hg > xemacs-beta
log src/fns.c @ 5350:94bbd4792049
age | author | description |
---|---|---|
Sat, 05 Feb 2011 12:04:34 +0000 | Aidan Kehoe | Have #'sort*, #'merge use the same test approach as functions from cl-seq.el |
Fri, 14 Jan 2011 23:35:29 +0000 | Aidan Kehoe | Move #'delq, #'delete to Lisp, adding support for sequences. |
Fri, 14 Jan 2011 23:16:25 +0000 | Aidan Kehoe | Pass in the DEFAULT argument to position() as documented, #'find. |
Sun, 02 Jan 2011 18:05:05 +0000 | Aidan Kehoe | Let's try that last commit again; remove some more duplicate declarations. |
Sun, 02 Jan 2011 17:37:17 +0000 | Aidan Kehoe | Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c |
Thu, 30 Dec 2010 01:59:52 +0000 | Aidan Kehoe | Move the heavy lifting from cl-seq.el to C. |