summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-opt.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-08-271-3/+3
|\
| * (byte-optimize-featurep): Also handle `sxemacs'.Stefan Monnier2007-08-231-3/+3
* | (byte-optimize-if): Don't presume `clause' is a list.Stefan Monnier2007-08-241-1/+3
* | (byte-optimize-if): Move `progn' out of the testStefan Monnier2007-08-231-3/+12
|/
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (byte-optimize-form-code-walker): Evaluate pure function calls if possible.Chong Yidong2007-04-111-2/+26
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-20/+0
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-8/+0
* Remove spurious debugging code.Chong Yidong2007-04-091-1/+0
* * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove functionChong Yidong2007-04-061-21/+0
* (byte-optimize-form-code-walker): Print entire form.Chong Yidong2007-04-051-2/+3
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (byte-optimize-form-code-walker): Improve warning message text.Richard M. Stallman2005-11-161-1/+1
* (byte-optimize-pure-func): Quote theAndreas Schwab2005-11-021-1/+1
* (byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd.Stefan Monnier2005-11-021-1/+1
* (string-to-syntax): Mark it as pure.Stefan Monnier2005-11-021-0/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (byte-optimize-pure-func): Fix spellings.Juanma Barranquero2005-06-211-8/+8
* (byte-optimize-form-code-walker):Richard M. Stallman2004-11-251-1/+2
* (byte-optimize-inline-handler): Simplify.Stefan Monnier2004-11-141-13/+12
* (byte-compile-inline-expand): Understand theStefan Monnier2004-11-121-3/+4
* (byte-optimize-backward-word): OptimizeAndreas Schwab2004-10-101-1/+1
* (byte-compile-log-lap, byte-compile-inline-expand): Use backquote.Stefan Monnier2004-03-221-119/+126
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (byte-optimize-set): Avoid CLism.Stefan Monnier2003-03-251-1/+1
* (byte-optimize-set): New. Turn `set' into `setq' when applicable.Stefan Monnier2003-03-251-0/+12
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-33/+33
* (byte-optimize-nth)Dave Love2003-01-051-12/+16
* (byte-optimize-form-code-walker):Stefan Monnier2002-12-131-1/+3
* (byte-optimize-featurep): New.Dave Love2002-12-121-1/+11
* (side-effect-free-fns): SeveralDave Love2002-11-191-3/+4
* (byte-optimize-form-code-walker): Treat `ignore' specially--preventRichard M. Stallman2002-10-141-1/+20
* Comment change.Richard M. Stallman2002-09-091-0/+4
* (side-effect-free-fns, side-effect-and-error-free-fns):Richard M. Stallman2002-03-311-19/+38
* (byte-optimize-form-code-walker): Remove mocklisp case.Pavel Janík2001-12-221-4/+2
* Doc fix.Pavel Janík2001-12-201-1/+1
* (byte-optimize-lapcode)Gerd Moellmann2001-10-111-7/+8
* Downcase error messages.Gerd Moellmann2001-10-111-11/+11
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-2/+2
* (byte-compile-inline-expand): Complete Dave'sStefan Monnier2001-05-271-1/+1
* (byte-compile-inline-expand): Fix the arg of `load' again.Stefan Monnier2001-05-271-1/+1
* (byte-compile-inline-expand): Undo last change.Stefan Monnier2001-05-271-1/+1
* (byte-compile-inline-expand):Stefan Monnier2001-05-251-1/+1
* (byte-optimize-while)Gerd Moellmann2001-03-261-1/+5
* (byte-compile-unfold-lambda): Don'tGerd Moellmann2000-11-141-1/+6
* (byte-optimize-lapcode): Don't bindDave Love2000-10-021-3/+3
* (byte-compile-log-lap-1)Stefan Monnier2000-06-121-12/+12