log

age author description
2010-12-29 Aidan Kehoe #'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
2010-12-29 Aidan Kehoe #'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
2010-12-29 Aidan Kehoe #'float: if handed a bigfloat, give the same bigfloat back.
2010-12-29 Aidan Kehoe = < > <= >=: it's OK to use the compiler macro when first, last args side effect
2010-12-29 Aidan Kehoe Unrool a load-time loop at macro expansion time, cl-macs.el
2010-12-29 Aidan Kehoe Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.
2010-12-29 Aidan Kehoe Mark #'remove, #'remq as free of side-effects.
2010-11-30 Stephen J. Turnbull Remove gratuitously added version marker from CHANGES-beta.
2010-11-30 Aidan Kehoe #'fill; move all declarations before statements, for the Visual Studio build
2010-11-24 Aidan Kehoe Fix my last change when both --with-union-type and --with-xft, thanks Robert.
2010-11-20 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
2010-11-17 Aidan Kehoe Handle bignum N correctly, #'butlast, #'nbutlast.