Mercurial > hg > xemacs-beta
log lisp/cl-macs.el @ 5294:bbff29a01820
age | author | description |
---|---|---|
Mon, 25 Oct 2010 13:04:04 +0100 | Aidan Kehoe | Add compiler macros and compilation sanity-checks for functions with keywords. |
Thu, 14 Oct 2010 18:50:38 +0100 | Aidan Kehoe | Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff |
Thu, 16 Sep 2010 15:34:35 +0100 | Aidan Kehoe | Rephrase the #'the docstring, make it nicer while byte-compiling. |
Thu, 16 Sep 2010 14:31:40 +0100 | Aidan Kehoe | Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >= |
Thu, 16 Sep 2010 13:36:03 +0100 | Aidan Kehoe | Add an implementation for #'the, cl-macs.el |
Sat, 24 Jul 2010 17:38:35 +0100 | Aidan Kehoe | Bit vectors are also sequences; enforce this in some CL functions. |
Wed, 02 Jun 2010 16:18:50 +0100 | Aidan Kehoe | Add Common Lisp's #'complement to cl-extra.el. |