Add arch taglines
[bpt/emacs.git] / lisp / emacs-lisp / byte-opt.el
2003-09-01 Miles BaderAdd arch taglines
2003-03-25 Stefan Monnier(byte-optimize-set): Avoid CLism.
2003-03-25 Stefan Monnier(byte-optimize-set): New. Turn `set' into `setq' when...
2003-02-04 Juanma BarranqueroTrailing whitepace deleted.
2003-01-05 Dave Love(byte-optimize-nth)
2002-12-13 Stefan Monnier(byte-optimize-form-code-walker):
2002-12-12 Dave Love(byte-optimize-featurep): New.
2002-11-19 Dave Love(side-effect-free-fns): Several
2002-10-14 Richard M. Stallman(byte-optimize-form-code-walker): Treat `ignore' specia...
2002-09-09 Richard M. StallmanComment change.
2002-03-31 Richard M. Stallman(side-effect-free-fns, side-effect-and-error-free-fns):
2001-12-22 Pavel Janík(byte-optimize-form-code-walker): Remove mocklisp case.
2001-12-20 Pavel JaníkDoc fix.
2001-10-11 Gerd Moellmann(byte-optimize-lapcode)
2001-10-11 Gerd MoellmannDowncase error messages.
2001-07-15 Pavel JaníkSome fixes to follow coding conventions in files mainta...
2001-05-27 Stefan Monnier(byte-compile-inline-expand): Complete Dave's
2001-05-27 Stefan Monnier(byte-compile-inline-expand): Fix the arg of `load...
2001-05-27 Stefan Monnier(byte-compile-inline-expand): Undo last change.
2001-05-25 Stefan Monnier(byte-compile-inline-expand):
2001-03-26 Gerd Moellmann(byte-optimize-while)
2000-11-14 Gerd Moellmann(byte-compile-unfold-lambda): Don't
2000-10-02 Dave Love(byte-optimize-lapcode): Don't bind
2000-06-12 Stefan Monnier(byte-compile-log-lap-1)
2000-05-21 Dave LoveUpdate side-effect free function lists.
2000-03-31 Gerd Moellmann(byte-compile-inline-expand): Look
2000-03-30 Gerd Moellmann(byte-compile-inline-expand): Fix bug
2000-02-23 Dave LoveChange old backquote syntax.
1999-12-18 Dave LoveDon't put optimization info on `eql'.
1999-09-09 Dave Love(byte-optimize-backward-char, byte-optimize-backward...
1999-09-06 Dave Love(byte-boolean-vars): Removed. (Now primitive.)
1999-08-31 Dave Love(byte-boolean-vars): Add several w32 and redisplay...
1999-08-10 Karl HeuerProvide `byte-optimize', not `byte-opt'.
1999-05-17 Richard M. Stallman(byte-optimize-plus): Fix 1-arg case.
1999-05-10 Andreas Schwab(byte-boolean-vars): Add
1998-12-05 Markus RostRequire bytecomp for byte-goto-ops.
1998-09-04 Karl Heuer(byte-compile-inline-expand):
1998-07-04 Richard M. Stallman(byte-boolean-vars): Add print-escape-multibyte.
1998-06-05 Karl HeuerComment fix.
1998-05-25 Richard M. Stallman(byte-boolean-vars): Add print-escape-nonascii.
1998-05-15 Richard M. Stallman(byte-decompile-bytecode-1):
1998-04-17 Richard M. Stallman(byte-after-unbind-ops): Delete byte-equal.
1998-02-09 Richard M. Stallman(byte-optimize-form-code-walker): Only call compiler...
1998-01-26 Richard M. Stallman(byte-optimize-form-code-walker): Fix previous change.
1998-01-26 Richard M. Stallman(byte-compile-inline-expand): Use string-as-unibyte...
1998-01-22 Richard M. Stallman(byte-optimize-form-code-walker):
1997-12-04 Karl Heuer(byte-optimize-lapcode): Correctly
1997-11-03 Karl Heuer(byte-optimize-concat): New function.
1997-05-06 Richard M. Stallman(byte-optimize-approx-equal): Use <=, not <.
1997-01-27 Richard M. Stallman(byte-compile-inline-expand): Recalculate fn
1996-09-22 Richard M. Stallman(byte-optimize-form-code-walker):
1996-02-21 Karl HeuerComments censored.
1996-01-14 Erik NaggumUpdate FSF's address.
1995-12-21 Karl Heuer(byte-compile-unfold-lambda): Recursively optimize...
1995-09-21 Erik Naggum(byte-boolean-vars): Update list to reflect actual...
1995-08-01 Richard M. Stallman(byte-optimize-nthcdr): Fix previous change.
1995-07-21 Richard M. Stallman(byte-optimize-lapcode): Fix format calls.
1995-07-17 Karl Heuer(byte-optimize-nth, byte-optimize-nthcdr):
1995-04-24 Richard M. Stallman(byte-optimize-letX): Use car-safe and cdr-safe.
1995-04-05 Karl Heuer(byte-compile-inline-expand): Fetch actual bytecode
1994-08-06 Richard M. Stallman(byte-after-unbind-ops): Fix paren error wrt doc string.
1994-07-20 Richard M. Stallman(byte-decompile-bytecode-1): Don't add pc values
1994-07-20 Richard M. Stallman(byte-decompile-bytecode-1):
1994-05-03 Karl HeuerUpdate copyright.
1993-12-23 Richard M. StallmanAdd side-effect-free props for many functions.
1993-09-21 Brian Fox(side-effect-free-fns): Add "-" and "1-" to the list.
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-05-26 Richard M. Stallman(byte-optimize-divide): Don't optimize to less than...
1993-01-26 Jim Blandycompiled-function-p has been renamed to byte-code-funct...
1992-08-12 Jim Blandyentered into RCS
1992-07-31 Richard M. Stallman*** empty log message ***
1992-07-22 Jim Blandy*** empty log message ***
1992-07-14 Richard M. Stallman*** empty log message ***
1992-07-10 Jim BlandyInitial revision