log lisp/byte-optimize.el @ 5420:b9167d522a9a

age author description
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-03-08 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
2010-12-29 Aidan Kehoe Mark #'remove, #'remq as free of side-effects.
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 Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
2010-05-30 Aidan Kehoe Tidying of CL files; make docstrings read better, remove commented-out code
2010-01-31 Aidan Kehoe Change "special form" to "special operator" in our sources.
2010-01-24 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
2009-09-06 Aidan Kehoe Fix various small issues with the multiple-value implementation.
2009-08-16 Aidan Kehoe Support full Common Lisp multiple values in C.