Mercurial > hg > xemacs-beta
log lisp/bytecomp.el @ 5376:4b529b940e2e
age | author | description |
---|---|---|
2011-03-17 | Aidan Kehoe | Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el |
2011-03-17 | Aidan Kehoe | Conditionalise the old-* functions and byte codes at compile time. |
2011-03-08 | Aidan Kehoe | Examining the result of #'length: `eql', not `=', it's better style & cheaper |
2011-02-16 | Aidan Kehoe | #'byte-compile-normal-call; only examine properties of (car FORM) if a symbol |
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-22 | Aidan Kehoe | Don't quote keywords, they've been self-quoting for well over a decade. |
2010-11-14 | Aidan Kehoe | Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el |