2010-10-28 |
Mats Lidell |
Rebase with 21.5 trunk.
|
2010-10-14 |
Mats Lidell |
Changed bulk of GPLv2 or later files identified by script
|
2011-04-02 |
Aidan Kehoe |
Implement #'load-time-value less hackishly, by modifying the byte compiler.
|
2011-03-24 |
Jerry James |
Fix misspelled words, and some grammar, across the entire source tree.
|
2011-03-21 |
Aidan Kehoe |
Add compiler macros for #'revappend, #'nreconc.
|
2011-03-21 |
Aidan Kehoe |
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x40000000
|
2011-03-17 |
Aidan Kehoe |
Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el
|
2011-03-08 |
Aidan Kehoe |
Use Common Lisp-derived builtins in a few more places in core Lisp.
|
2011-03-08 |
Aidan Kehoe |
Examining the result of #'length: `eql', not `=', it's better style & cheaper
|
2011-02-12 |
Aidan Kehoe |
Be better about eliminating `block's that are not `return-from'd, bytecomp.el
|
2011-02-07 |
Aidan Kehoe |
Improve the lexical scoping in #'block, #'return-from.
|
2011-01-23 |
Aidan Kehoe |
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
|
2011-01-22 |
Aidan Kehoe |
Require that NAME be an unquoted symbol, #'block, #'return-from
|
2011-01-15 |
Aidan Kehoe |
Accept more complex TYPEs in #'concatenate, cl-extra.el
|
2011-01-14 |
Aidan Kehoe |
Move #'delq, #'delete to Lisp, adding support for sequences.
|
2011-01-02 |
Aidan Kehoe |
Tweak a few compiler macros for functions in cl-seq.el.
|
2011-01-02 |
Aidan Kehoe |
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
|
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 |
= < > <= >=: 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-11-17 |
Aidan Kehoe |
Handle slightly more complex type specifications, #'coerce, #'typep.
|
2010-11-14 |
Aidan Kehoe |
Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
|
2010-10-25 |
Aidan Kehoe |
Add compiler macros and compilation sanity-checks for functions with keywords.
|
2010-10-14 |
Aidan Kehoe |
Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
|
2010-09-16 |
Aidan Kehoe |
Rephrase the #'the docstring, make it nicer while byte-compiling.
|
2010-09-16 |
Aidan Kehoe |
Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
|
2010-09-16 |
Aidan Kehoe |
Add an implementation for #'the, cl-macs.el
|
2010-07-24 |
Aidan Kehoe |
Bit vectors are also sequences; enforce this in some CL functions.
|
2010-06-02 |
Aidan Kehoe |
Add Common Lisp's #'complement to cl-extra.el.
|