log lisp/bytecomp.el @ 5617:b0d712bbc2a6

age author description
Tue, 13 Dec 2011 20:42:30 +0000 Aidan Kehoe Be more careful about what we shadow, #'byte-compile-eval.
Tue, 13 Dec 2011 20:28:32 +0000 Aidan Kehoe Use the old #'labels implementation if #'lexical-let changes lambdas.
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
Sat, 07 May 2011 12:26:39 +0100 Aidan Kehoe Drop support for generating code appropriate for Emacs 19, bytecomp.el
Sat, 23 Apr 2011 23:47:13 +0200 Mats Lidell Merge with trunk.
Tue, 29 Mar 2011 00:02:47 +0200 Mats Lidell Merged with trunk.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Tue, 22 Feb 2011 22:56:02 +0100 Mats Lidell Merge with trunk.
Mon, 14 Feb 2011 22:43:46 +0100 Mats Lidell Merge with trunk.
Mon, 07 Feb 2011 21:22:17 +0100 Mats Lidell Merge with trunk.
Mon, 15 Nov 2010 22:33:52 +0100 Mats Lidell Merge with 21.5 trunk.
Thu, 28 Oct 2010 23:53:24 +0200 Mats Lidell Rebase with 21.5 trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Sat, 02 Apr 2011 16:13:20 +0100 Aidan Kehoe Implement #'load-time-value less hackishly, by modifying the byte compiler.
Thu, 17 Mar 2011 21:50:34 +0000 Aidan Kehoe Correct some minor problems in my last change.
Thu, 17 Mar 2011 21:07:16 +0000 Aidan Kehoe Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el
Thu, 17 Mar 2011 20:13:00 +0000 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
Tue, 08 Mar 2011 23:41:52 +0000 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
Wed, 16 Feb 2011 18:26:40 +0000 Aidan Kehoe #'byte-compile-normal-call; only examine properties of (car FORM) if a symbol