log lisp/emacs-lisp/byte-opt.el @ 70834:7ca4cd6f07f2

age author description
Mon, 06 Feb 2006 12:31:40 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Wed, 16 Nov 2005 22:20:03 +0000 Richard M. Stallman (byte-optimize-form-code-walker): Improve warning message text.
Wed, 02 Nov 2005 22:18:32 +0000 Andreas Schwab (byte-optimize-pure-func): Quote the
Wed, 02 Nov 2005 21:56:15 +0000 Stefan Monnier (byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd.
Wed, 02 Nov 2005 19:03:17 +0000 Stefan Monnier (string-to-syntax): Mark it as pure.
Sat, 06 Aug 2005 17:48:15 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Tue, 21 Jun 2005 13:45:12 +0000 Juanma Barranquero (byte-optimize-pure-func): Fix spellings.
Thu, 25 Nov 2004 02:58:34 +0000 Richard M. Stallman (byte-optimize-form-code-walker):
Sun, 14 Nov 2004 06:19:52 +0000 Stefan Monnier (byte-optimize-inline-handler): Simplify.
Fri, 12 Nov 2004 03:59:26 +0000 Stefan Monnier (byte-compile-inline-expand): Understand the
Sun, 10 Oct 2004 14:28:19 +0000 Andreas Schwab (byte-optimize-backward-word): Optimize
Mon, 22 Mar 2004 15:21:08 +0000 Stefan Monnier (byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 25 Mar 2003 16:48:43 +0000 Stefan Monnier (byte-optimize-set): Avoid CLism.
Tue, 25 Mar 2003 16:34:00 +0000 Stefan Monnier (byte-optimize-set): New. Turn `set' into `setq' when applicable.
Tue, 04 Feb 2003 13:24:35 +0000 Juanma Barranquero Trailing whitepace deleted.
Sun, 05 Jan 2003 00:28:18 +0000 Dave Love (byte-optimize-nth)
Fri, 13 Dec 2002 19:52:46 +0000 Stefan Monnier (byte-optimize-form-code-walker):
Thu, 12 Dec 2002 20:28:19 +0000 Dave Love (byte-optimize-featurep): New.
Tue, 19 Nov 2002 17:59:30 +0000 Dave Love (side-effect-free-fns): Several
Mon, 14 Oct 2002 01:33:40 +0000 Richard M. Stallman (byte-optimize-form-code-walker): Treat `ignore' specially--prevent
Mon, 09 Sep 2002 00:28:00 +0000 Richard M. Stallman Comment change.
Sun, 31 Mar 2002 16:22:43 +0000 Richard M. Stallman (side-effect-free-fns, side-effect-and-error-free-fns):
Sat, 22 Dec 2001 13:36:59 +0000 Pavel Jank (byte-optimize-form-code-walker): Remove mocklisp case.
Thu, 20 Dec 2001 19:01:00 +0000 Pavel Jank Doc fix.
Thu, 11 Oct 2001 17:25:26 +0000 Gerd Moellmann (byte-optimize-lapcode)
Thu, 11 Oct 2001 12:57:53 +0000 Gerd Moellmann Downcase error messages.
Sun, 15 Jul 2001 16:15:35 +0000 Pavel Jank Some fixes to follow coding conventions in files maintained by FSF.
Sun, 27 May 2001 11:34:56 +0000 Stefan Monnier (byte-compile-inline-expand): Complete Dave's