Mercurial > hg > xemacs-beta
log lisp/cl-extra.el @ 4995:8431b52e43b1
age | author | description |
---|---|---|
Sun, 31 Jan 2010 18:29:48 +0000 | Aidan Kehoe | Move the various map* functions to C; add #'map-into. |
Mon, 01 Feb 2010 01:02:40 -0600 | Ben Wing | implement equalp in C, fix case-folding, add equal() method for keymaps |
Wed, 06 Jan 2010 13:48:25 +0100 | Didier Verna | New (Common Lisp) function get-propertie |
Thu, 31 Dec 2009 15:09:41 +0000 | Aidan Kehoe | Make #'equalp more compatible with CL; add a compiler macro, test & doc it. |
Sun, 01 Nov 2009 15:05:46 +0000 | Aidan Kehoe | Don't error if handed a string and a non-string, #'equalp. |
Tue, 11 Aug 2009 17:59:23 +0100 | Aidan Kehoe | Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp. |