Mercurial > hg > xemacs-beta
log lisp/bytecomp.el @ 5574:d4f334808463
age | author | description |
---|---|---|
2011-10-02 | Aidan Kehoe | Support inlining labels, bytecomp.el. |
2011-09-25 | Aidan Kehoe | Remove ELC files from `binary-file-regexps', many of them are escape-quoted. |
2011-09-09 | Aidan Kehoe | Error if byte-compiling a form hasn't wrapped byte-compile-inbuffer. |
2011-09-07 | Aidan Kehoe | Improve the implementation, documentation of #'labels, #'flet. |
2011-09-04 | Aidan Kehoe | Drop cl-macro-environment in favour of byte-compile-macro-environment. |
2011-09-04 | Aidan Kehoe | Implement print-circle, allowing recursive and circular structures to be read. |
2011-08-10 | Aidan Kehoe | Do the quoted-lambda check when functions take :if, :test, :key arguments, too. |
2011-05-08 | Aidan Kehoe | Complete support for macro-declaration-function, bytecomp{,-runtime}.el |