log lisp/bytecomp.el @ 5471:00e79bbbe48f

age author description
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
Sat, 12 Feb 2011 14:07:38 +0000 Aidan Kehoe Be better about eliminating `block's that are not `return-from'd, bytecomp.el
Mon, 07 Feb 2011 12:01:24 +0000 Aidan Kehoe Improve the lexical scoping in #'block, #'return-from.
Sat, 22 Jan 2011 23:29:25 +0000 Aidan Kehoe Don't quote keywords, they've been self-quoting for well over a decade.
Sun, 14 Nov 2010 13:46:29 +0000 Aidan Kehoe Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
Mon, 25 Oct 2010 13:04:04 +0100 Aidan Kehoe Add compiler macros and compilation sanity-checks for functions with keywords.
Sun, 10 Oct 2010 12:32:38 +0100 Aidan Kehoe Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp
Thu, 16 Sep 2010 15:34:35 +0100 Aidan Kehoe Rephrase the #'the docstring, make it nicer while byte-compiling.
Thu, 16 Sep 2010 14:10:44 +0100 Aidan Kehoe Warn at compile time, error at runtime, with (quote X Y), (function X Y).
Thu, 16 Sep 2010 13:36:03 +0100 Aidan Kehoe Add an implementation for #'the, cl-macs.el
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Sat, 06 Mar 2010 13:44:39 +0000 Aidan Kehoe Remove #'byte-compile-compiled-obj-to-list, bytecomp.el
Wed, 03 Mar 2010 18:40:12 +0000 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
Wed, 03 Feb 2010 20:18:53 +0000 Aidan Kehoe Merge.
Sun, 31 Jan 2010 18:29:48 +0000 Aidan Kehoe Move the various map* functions to C; add #'map-into.
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sun, 24 Jan 2010 15:21:27 +0000 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Fri, 18 Dec 2009 17:49:43 +0000 Aidan Kehoe Eliminate most core code byte-compile warnings.
Thu, 17 Dec 2009 12:57:38 +0000 Aidan Kehoe Remove Fsave_window_excursion from window.c, it's overridden by Lisp.
Sat, 14 Nov 2009 13:33:52 +0000 Aidan Kehoe Be much more comprehensive in our use of byte-compile-funarg.
Mon, 19 Oct 2009 12:47:21 +0100 Aidan Kehoe Make it possible to silence warnings issued when #'mapcar's result is discarded.
Mon, 12 Oct 2009 17:19:52 +0100 Aidan Kehoe Don't cons with #'mapcar calls where the result is discarded,
Sun, 06 Sep 2009 19:36:02 +0100 Aidan Kehoe Fix various small issues with the multiple-value implementation.
Thu, 27 Aug 2009 15:18:51 +0100 Aidan Kehoe Be more reliable about loading cl-macs at byte-compile time, cl.el.
Sun, 16 Aug 2009 20:55:49 +0100 Aidan Kehoe Support full Common Lisp multiple values in C.
Sat, 06 Jun 2009 12:59:31 +0100 Aidan Kehoe bytecomp.el: always check code in (interactive SEXP) for sanity
Sun, 22 Feb 2009 19:57:28 +0000 Aidan Kehoe Fix a byte compiler bug with characters above ?\xFF.
Sat, 27 Dec 2008 14:05:50 +0000 Aidan Kehoe Fix some bugs in load-history construction, built-in symbol file names.
Wed, 29 Oct 2008 12:59:48 +0900 Stephen J. Turnbull Protect .elc encoding from latin-unity. bytecomp-coding-system-2008-10-29
Mon, 14 Jan 2008 15:25:22 +0100 Aidan Kehoe bytecomp.el: bind print-gensym-alist to nil even with non-defvar, defun, [...] forms.
Tue, 04 Dec 2007 20:35:31 +0000 aidan [xemacs-hg @ 2007-12-04 20:35:30 by aidan]
Sat, 01 Dec 2007 13:40:07 +0000 aidan [xemacs-hg @ 2007-12-01 13:40:06 by aidan]
Tue, 27 Nov 2007 22:15:34 +0000 aidan [xemacs-hg @ 2007-11-27 22:15:32 by aidan]
Sat, 12 May 2007 10:17:09 +0000 aidan [xemacs-hg @ 2007-05-12 10:17:00 by aidan]
Fri, 13 Aug 2004 21:19:15 +0000 james [xemacs-hg @ 2004-08-13 21:19:14 by james]
Tue, 09 Sep 2003 13:37:19 +0000 michaels [xemacs-hg @ 2003-09-09 13:37:19 by michaels]
Mon, 30 Jun 2003 09:24:47 +0000 stephent [xemacs-hg @ 2003-06-30 09:24:47 by stephent]
Thu, 20 Feb 2003 08:19:44 +0000 ben [xemacs-hg @ 2003-02-20 08:19:28 by ben]
Wed, 13 Mar 2002 08:54:06 +0000 ben [xemacs-hg @ 2002-03-13 08:51:24 by ben]
Sun, 10 Jun 2001 10:42:39 +0000 ben [xemacs-hg @ 2001-06-10 10:42:16 by ben]
Mon, 21 May 2001 01:54:05 +0000 martinb [xemacs-hg @ 2001-05-21 01:54:03 by martinb]
Fri, 04 May 2001 22:42:35 +0000 ben [xemacs-hg @ 2001-05-04 22:41:46 by ben]
Mon, 13 Aug 2007 11:37:21 +0200 cvs Import from CVS: tag r21-2-38 r21-2-38
Mon, 13 Aug 2007 11:36:19 +0200 cvs Import from CVS: tag r21-2-37 r21-2-37
Mon, 13 Aug 2007 11:35:02 +0200 cvs Import from CVS: tag r21-2-36 r21-2-36
Mon, 13 Aug 2007 11:33:38 +0200 cvs Import from CVS: tag r21-2-28 r21-2-28
Mon, 13 Aug 2007 11:28:15 +0200 cvs Import from CVS: tag r21-2-22 r21-2-22
Mon, 13 Aug 2007 11:22:23 +0200 cvs Import from CVS: tag r21-2-16 r21-2-16
Mon, 13 Aug 2007 11:20:41 +0200 cvs Import from CVS: tag r21-2-14 r21-2-14
Mon, 13 Aug 2007 11:17:09 +0200 cvs Import from CVS: tag r21-2-33 r21-2-33
Mon, 13 Aug 2007 11:13:30 +0200 cvs Import from CVS: tag r21-2-29 r21-2-29
Mon, 13 Aug 2007 11:07:10 +0200 cvs Import from CVS: tag r21-2-5 r21-2-5
Mon, 13 Aug 2007 11:04:06 +0200 cvs Import from CVS: tag r21-2b2 r21-2b2
Mon, 13 Aug 2007 11:03:08 +0200 cvs Import from CVS: tag r21-2b1 r21-2b1
Mon, 13 Aug 2007 11:01:07 +0200 cvs Import from CVS: tag r21-1-13 r21-1-13
Mon, 13 Aug 2007 10:56:21 +0200 cvs Import from CVS: tag r21-1-7 r21-1-7
Mon, 13 Aug 2007 10:39:40 +0200 cvs Import from CVS: tag r21-0b47 r21-0b47
Mon, 13 Aug 2007 10:34:13 +0200 cvs Import from CVS: tag r21-0b40 r21-0b40
Mon, 13 Aug 2007 10:32:22 +0200 cvs Import from CVS: tag r21-0b38 r21-0b38
Mon, 13 Aug 2007 10:28:48 +0200 cvs Import from CVS: tag r21-0b34 r21-0b34
Mon, 13 Aug 2007 10:23:02 +0200 cvs Import from CVS: tag r20-5b28 r20-5b28
Mon, 13 Aug 2007 10:17:54 +0200 cvs Import from CVS: tag r20-5b21 r20-5b21
Mon, 13 Aug 2007 10:04:58 +0200 cvs Import from CVS: tag r20-4b3 r20-4b3