log lisp/emacs-lisp/bytecomp.el @ 70537:f13e426bebba

age author description
2006-04-11 Richard M. Stallman (byte-compile-file): Bind enable-local-variables to :safe,
2006-04-08 Stefan Monnier (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.
2006-01-13 Eli Zaretskii (batch-byte-recompile-directory): Doc fix.
2006-01-03 Stefan Monnier (byte-compile-file-form-defalias):
2005-10-23 Lars Hansen (byte-compile-lambda): Add parameter add-lambda.
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-29 Stefan Monnier (byte-compile-make-variable-buffer-local)
2005-07-16 Juanma Barranquero (byte-compile-maybe-guarded): Fix typo in docstring.
2005-07-16 Richard M. Stallman (byte-compile-maybe-guarded): Doc fix.
2005-07-16 Richard M. Stallman (byte-compile-if): Guard the else-clause too.
2005-07-16 Richard M. Stallman (byte-compile-or-recursion): New function.
2005-07-16 Richard M. Stallman (byte-compile-and-recursion): New function.
2005-07-08 Richard M. Stallman (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
2005-07-04 Lute Kamstra Update FSF's address.
2005-07-04 Juanma Barranquero (bytecomp): Finish `defgroup' description with period.
2005-07-03 Richard M. Stallman (byte-compile-nogroup-warn): Don't warn when name is not constant
2005-05-30 Richard M. Stallman (byte-compile-nogroup-warn): Warn only when name to be defined is quoted.
2005-05-22 Nick Roberts Remove make-obsolete-variable for
2005-05-19 Richard M. Stallman (byte-compile-file-form-custom-declare-variable):
2005-05-14 Richard M. Stallman (byte-compile-nogroup-warn): New function.
2005-05-01 Nick Roberts (dot, dot-min, dot-max): Don't create
2005-03-09 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167
2005-02-09 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
2004-12-21 Richard M. Stallman Comment change.
2004-11-21 Richard M. Stallman (byte-compile-form): Move the calls to byte-compile-set-symbol-position,
2004-11-11 Stefan Monnier Use push.
2004-11-09 Richard M. Stallman (byte-compile-defalias):
2004-11-02 Richard M. Stallman (byte-compile-warning-types): Add interactive-only.
2004-10-16 Richard M. Stallman (byte-compile-eval): Don't process
2004-09-08 Thien-Thi Nguyen (byte-compile-generate-call-tree): Doc fix.