aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/byte-opt.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-optimize-form-code-walker): Only call compiler-macroexpand ifRichard M. Stallman1998-02-091-0/+2
* (byte-optimize-form-code-walker): Fix previous change.Richard M. Stallman1998-01-261-2/+1
* (byte-compile-inline-expand): Use string-as-unibyte, if it is defined.Richard M. Stallman1998-01-261-2/+5
* (byte-optimize-form-code-walker):Richard M. Stallman1998-01-221-0/+7
* (byte-optimize-lapcode): CorrectlyKarl Heuer1997-12-041-1/+1
* (byte-optimize-concat): New function.Karl Heuer1997-11-031-1/+13
* (byte-optimize-approx-equal): Use <=, not <.Richard M. Stallman1997-05-061-1/+19
* (byte-compile-inline-expand): Recalculate fnRichard M. Stallman1997-01-271-1/+4
* (byte-optimize-form-code-walker):Richard M. Stallman1996-09-221-1/+1
* Comments censored.Karl Heuer1996-02-211-1/+10
* Update FSF's address.Erik Naggum1996-01-141-121/+122
* (byte-compile-unfold-lambda): Recursively optimize body.Karl Heuer1995-12-211-0/+1
* (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols inErik Naggum1995-09-211-10/+9
* (byte-optimize-nthcdr): Fix previous change.Richard M. Stallman1995-08-011-1/+1
* (byte-optimize-lapcode): Fix format calls.Richard M. Stallman1995-07-211-2/+2
* (byte-optimize-nth, byte-optimize-nthcdr):Karl Heuer1995-07-171-24/+104
* (byte-optimize-letX): Use car-safe and cdr-safe.Richard M. Stallman1995-04-241-1/+2
* (byte-compile-inline-expand): Fetch actual bytecodeKarl Heuer1995-04-051-3/+5
* (byte-after-unbind-ops): Fix paren error wrt doc string.Richard M. Stallman1994-08-061-4/+4
* (byte-decompile-bytecode-1): Don't add pc valuesRichard M. Stallman1994-07-201-4/+9
* (byte-decompile-bytecode-1):Richard M. Stallman1994-07-201-2/+10
* Update copyright.Karl Heuer1994-05-031-1/+1
* Add side-effect-free props for many functions.Richard M. Stallman1993-12-231-20/+42
* (side-effect-free-fns): Add "-" and "1-" to the list.Brian Fox1993-09-211-1/+1
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-5/+5
* (byte-optimize-divide): Don't optimize to less than two arguments.Richard M. Stallman1993-05-261-1/+4
* compiled-function-p has been renamed to byte-code-function-p.Jim Blandy1993-01-261-4/+4
* entered into RCSJim Blandy1992-08-121-4/+5
* *** empty log message ***Richard M. Stallman1992-07-311-7/+19
* *** empty log message ***Jim Blandy1992-07-221-28/+33
* *** empty log message ***Richard M. Stallman1992-07-141-22/+15
* Initial revisionJim Blandy1992-07-101-0/+1730