summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14Miles Bader2005-02-141-5/+5
* Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13Miles Bader2005-02-131-1/+1
|\
| * Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79Miles Bader2004-12-251-1/+1
|\|
| * Comment change.Richard M. Stallman2004-12-211-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-12/+15
|\|
| * (byte-compile-form): Move the calls to byte-compile-set-symbol-position,Richard M. Stallman2004-11-211-12/+15
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70Miles Bader2004-11-121-27/+31
|\|
| * Use push.Stefan Monnier2004-11-111-15/+13
| * (byte-compile-defalias):Richard M. Stallman2004-11-091-13/+19
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader2004-11-041-3/+19
|\|
| * (byte-compile-warning-types): Add interactive-only.Richard M. Stallman2004-11-021-3/+19
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62Miles Bader2004-10-221-22/+36
|\|
| * (byte-compile-eval): Don't processRichard M. Stallman2004-10-161-22/+36
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36Miles Bader2004-09-091-4/+7
|\|
| * (byte-compile-generate-call-tree): Doc fix.Thien-Thi Nguyen2004-09-081-4/+7
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32Miles Bader2004-08-271-1/+1
|\|
| * (forward-word): Allow 0 args.John Paul Wallington2004-08-141-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-44/+38
|\|
| * Put `...' around symbols in warning messages.Richard M. Stallman2004-06-131-21/+21
| * (byte-compile-log): Use backquotes.Stefan Monnier2004-05-191-20/+14
| * (batch-byte-recompile-directory): Add byte-recompile-directory's opt `arg'.Stefan Monnier2004-04-211-2/+2
| * Fix previous change.Richard M. Stallman2004-04-211-2/+1
| * (byte-compile-no-warnings): Handle multiple args: compile like progn.Richard M. Stallman2004-04-211-1/+2
| * (batch-byte-compile-file): Give a backtrace if requested.Stefan Monnier2004-04-141-18/+20
| * (byte-compile-cond): Fix last change.Stefan Monnier2004-04-121-6/+7
| * Revision: miles@gnu.org--gnu-2004/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
* | Sync to HEADKenichi Handa2004-04-161-104/+154
* | *** empty log message ***Kenichi Handa2003-09-081-9/+11
|\ \
| * | (byte-compile-lapcode): Be sure to return a unibyte string.Kenichi Handa2002-10-161-1/+1
| * | (batch-byte-compile-if-not-done): AddDave Love2002-06-291-1/+2
| * | (byte-compile-insert-header): Fix typo.Dave Love2002-06-271-2/+2
| * | (byte-recompile-directory)Dave Love2002-06-241-16/+19
* | | New directoryKenichi Handa2003-09-081-16/+10
| |/ |/|
* | 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