aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compile-cond): Fix last change.Stefan Monnier2004-04-121-6/+7
* Revision: [email protected]/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-8/+1
* (byte-recompile-directory): Ignore hidden dir.Stefan Monnier2004-03-221-8/+12
* (byte-compile-get-constant): For strings, do compare text properties.Richard M. Stallman2004-03-121-2/+3
* (byte-compile-compatibility): Doc fix.Richard M. Stallman2004-01-291-53/+95
* *** empty log message ***Luc Teirlinck2004-01-131-2/+2
* (compile-defun): Doc fix.Luc Teirlinck2004-01-121-3/+3
* (byte-compile-log-file): Clear out byte-compile-last-warned-form.Richard M. Stallman2003-09-221-2/+3
* (byte-compile-warning-prefix):Richard M. Stallman2003-09-191-2/+2
* Add arch taglinesMiles Bader2003-09-011-1/+2
* (byte-compile-not-obsolete-var): New var.Richard M. Stallman2003-08-061-10/+15
* (byte-compile-defvar): Check and set the default value of the variable.Stefan Monnier2003-07-041-4/+4
* (byte-compile-no-warnings): New function.Richard M. Stallman2003-05-281-2/+7
* (byte-compile-file): Fix commentKenichi Handa2003-05-061-2/+2
* (byte-compile-cl-warn): Use `string-match'.John Paul Wallington2003-04-291-2/+2
* (byte-compile-cl-warn): Avoid cl warningsDave Love2003-04-281-2/+10
* Comment change.Richard M. Stallman2003-04-241-1/+3
* (byte-compile-defun): Generate and compile a defalias form,Richard M. Stallman2003-04-241-6/+15
* (byte-compile-defvar): Improve message.Stefan Monnier2003-04-211-4/+8
* (byte-compile-log-file, (byte-recompile-directory): Don't useRichard M. Stallman2003-04-191-3/+12
* (byte-compile-const-symbol-p): Rename arg.Stefan Monnier2003-04-161-4/+4
* (byte-compile-file-form-defvar, byte-compile-defvar):Stefan Monnier2003-04-121-3/+3
* Use push, with-current-buffer, dolist, ...Stefan Monnier2003-04-121-102/+103
* Comment change.Richard M. Stallman2003-02-171-12/+12
* (byte-compile-file-form-custom-declare-variable):Richard M. Stallman2003-01-251-1/+14
* (byte-compile-if): Suppress warnings fromDave Love2002-12-121-14/+48
* (byte-compile-eval): Handle (t . SYMBOL) elements in load-history.Richard M. Stallman2002-12-071-7/+19
* (maphash, map-char-table): UseDave Love2002-11-191-1/+3
* (byte-compile-lambda): Handle progn like let, inside interactive spec.Richard M. Stallman2002-11-061-4/+2
* Fix typo.Juanma Barranquero2002-10-171-6/+6
* (byte-compile-output-docform): Don't make the definition dynamic if itRichard M. Stallman2002-09-181-2/+13
* (byte-compile-file): Don't switch buffer.Stefan Monnier2002-09-091-3/+5
* (byte-recompile-directory): Set and then bind default-directory.Richard M. Stallman2002-09-091-57/+61
* (byte-compile-delete-errors): Default to nil.Richard M. Stallman2002-09-091-2/+2
* (byte-compile-warning-prefix):Richard M. Stallman2002-08-291-45/+72
* (byte-compile-log-file): Use \f.Richard M. Stallman2002-08-291-6/+13
* (byte-compile-find-cl-functions):Richard M. Stallman2002-07-311-2/+3
* (byte-compile-set-symbol-position): Don't recompute `entry' on each iteration.Richard M. Stallman2002-07-251-13/+11
* (byte-compile-cl-functions): New variable.Richard M. Stallman2002-07-241-10/+28
* Use warnings.el:Richard M. Stallman2002-07-201-70/+59
* (byte-compile-cl-warn): Delete `values'Richard M. Stallman2002-07-191-4/+4
* (unread-command-char, executing-macro, post-command-idle-hook,Juanma Barranquero2002-07-191-9/+1
* (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,Juanma Barranquero2002-07-191-10/+1
* (byte-compile-warning-types):Richard M. Stallman2002-07-021-9/+57
* (baud-rate): Fix obsolescence declaration.Juanma Barranquero2002-06-271-3/+3
* (byte-compile-callargs-warn):Stefan Monnier2002-06-251-22/+24
* (byte-recompile-directory): Doc fix.Richard M. Stallman2002-06-151-7/+8
* (batch-byte-compile-file): Delete the output file if we get a file-error.Richard M. Stallman2002-05-291-1/+12
* (byte-compile-last-line): Deleted.Colin Walters2002-05-281-66/+160
* (byte-compile-file-form-defmumble):Gerd Moellmann2002-03-241-2/+18