Mercurial > hg > xemacs-beta
log lisp/cl-macs.el @ 5329:7b391d07b334
age | author | description |
---|---|---|
Sun, 02 Jan 2011 16:18:26 +0000 | Aidan Kehoe | Tweak a few compiler macros for functions in cl-seq.el. |
Sun, 02 Jan 2011 00:06:14 +0000 | Aidan Kehoe | Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el |
Wed, 29 Dec 2010 23:56:57 +0000 | Aidan Kehoe | #'delete-duplicates: don't attempt to compiler macroexpand with bad arguments |
Wed, 29 Dec 2010 23:53:48 +0000 | Aidan Kehoe | #'cl-safe-expr-p, forms that start with the symbol lambda are also safe. |
Wed, 29 Dec 2010 23:47:30 +0000 | Aidan Kehoe | = < > <= >=: it's OK to use the compiler macro when first, last args side effect |
Wed, 29 Dec 2010 23:43:10 +0000 | Aidan Kehoe | Unrool a load-time loop at macro expansion time, cl-macs.el |
Wed, 17 Nov 2010 14:30:03 +0000 | Aidan Kehoe | Handle slightly more complex type specifications, #'coerce, #'typep. |