2011-01-02 |
Aidan Kehoe |
Tweak a few compiler macros for functions in cl-seq.el.
|
2011-01-02 |
Aidan Kehoe |
Merge.
|
2010-12-30 |
Aidan Kehoe |
Move the heavy lifting from cl-seq.el to C.
|
2011-01-02 |
Aidan Kehoe |
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
|
2011-01-01 |
Aidan Kehoe |
Be more helpful in printing ephemerons, weak lists, and weak boxes.
|
2010-12-30 |
Aidan Kehoe |
Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.
|
2010-12-30 |
Aidan Kehoe |
Test sanity-checking of :start, :end keyword arguments when appropriate.
|
2010-12-30 |
Aidan Kehoe |
Support up to nine keywords in the PARSE_KEYWORDS() macro.
|
2010-12-30 |
Aidan Kehoe |
Implement some basic Lisp functions in terms of Common Lisp builtins.
|
2010-12-30 |
Aidan Kehoe |
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
|
2010-12-30 |
Aidan Kehoe |
cl-macs belongs in lisp-files-needed-for-byte-compilation.
|
2010-12-30 |
Aidan Kehoe |
Provide some milquetoast compatibility in our errors, type-error, program-error
|
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.
|