Mercurial > hg > xemacs-beta
log
age | author | description |
---|---|---|
Thu, 30 Dec 2010 00:15:37 +0000 | Aidan Kehoe | Provide some milquetoast compatibility in our errors, type-error, program-error |
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:51:08 +0000 | Aidan Kehoe | #'float: if handed a bigfloat, give the same bigfloat back. |
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, 29 Dec 2010 23:38:38 +0000 | Aidan Kehoe | Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery. |