log lisp/bytecomp.el @ 5593:4218b56833b3

age author description
Wed, 02 Nov 2011 17:50:39 +0000 Aidan Kehoe Give the label name when warning or erroring, bytecomp.el
Sat, 08 Oct 2011 12:01:20 +0100 Aidan Kehoe Don't byte-compile at macroexpansion time, load-time-vale.
Tue, 04 Oct 2011 09:02:14 +0100 Aidan Kehoe Update a comment with a better understanding of the optimizer, bytecomp.el
Mon, 03 Oct 2011 19:39:01 +0100 Aidan Kehoe Force unfolding of (funcall #'(lambda () ...) if optimising, bytecomp.el.
Sun, 02 Oct 2011 15:32:16 +0100 Aidan Kehoe Support inlining labels, bytecomp.el.
Sun, 25 Sep 2011 16:12:07 +0100 Aidan Kehoe Remove ELC files from `binary-file-regexps', many of them are escape-quoted.
Fri, 09 Sep 2011 22:50:31 +0100 Aidan Kehoe Error if byte-compiling a form hasn't wrapped byte-compile-inbuffer.
Wed, 07 Sep 2011 16:26:45 +0100 Aidan Kehoe Improve the implementation, documentation of #'labels, #'flet.
Sun, 04 Sep 2011 20:37:55 +0100 Aidan Kehoe Drop cl-macro-environment in favour of byte-compile-macro-environment.
Sun, 04 Sep 2011 19:51:35 +0100 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
Wed, 10 Aug 2011 15:55:53 +0100 Aidan Kehoe Do the quoted-lambda check when functions take :if, :test, :key arguments, too.
Sun, 08 May 2011 09:19:25 +0100 Aidan Kehoe Complete support for macro-declaration-function, bytecomp{,-runtime}.el