log lisp/emacs-lisp/byte-opt.el @ 47555:bb2e6b4867d5

age author description
2002-09-09 Richard M. Stallman Comment 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ík Doc fix.
2001-10-11 Gerd Moellmann (byte-optimize-lapcode)
2001-10-11 Gerd Moellmann Downcase error messages.
2001-07-15 Pavel Janík Some fixes to follow coding conventions in files maintained by FSF.
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' again.
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 Love Update 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 Love Change old backquote syntax.
1999-12-18 Dave Love Don't put optimization info on `eql'.
1999-09-09 Dave Love (byte-optimize-backward-char, byte-optimize-backward-word): New
1999-09-06 Dave Love (byte-boolean-vars): Removed. (Now primitive.)
1999-08-31 Dave Love (byte-boolean-vars): Add several w32 and redisplay variables.
1999-08-10 Karl Heuer Provide `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 Rost Require 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 Heuer Comment 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-macroexpand if
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, if it is defined.
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 Heuer Comments censored.
1996-01-14 Erik Naggum Update FSF's address.
1995-12-21 Karl Heuer (byte-compile-unfold-lambda): Recursively optimize body.
1995-09-21 Erik Naggum (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
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 Heuer Update copyright.
1993-12-23 Richard M. Stallman Add 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 Blandy Apply typo patches from Paul Eggert.
1993-05-26 Richard M. Stallman (byte-optimize-divide): Don't optimize to less than two arguments.
1993-01-26 Jim Blandy compiled-function-p has been renamed to byte-code-function-p.