aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)Stefan Monnier2011-04-151-6/+5
* Merge from lexical-binding branch.Stefan Monnier2011-04-011-916/+1182
|\
| * Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-011-110/+52
| * Clean up left over Emacs-18/19 code, inline byte-code-functions.Stefan Monnier2011-03-221-144/+134
| * Merge from trunkStefan Monnier2011-03-211-1/+13
| |\ | |/ |/|
| * Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-279/+248
| * * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-1/+1
| * Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-111-140/+158
| * Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-16/+18
| * * lisp/emacs-lisp/bytecomp.el: Use lexical-binding.Stefan Monnier2011-03-101-77/+80
| * Merge from trunkStefan Monnier2011-03-061-0/+1
| |\
| * | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-051-27/+60
| * | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-011-9/+19
| * | Compute freevars in cconv-analyse.Stefan Monnier2011-02-261-70/+53
| * | Get rid of funvec.Stefan Monnier2011-02-241-66/+72
| * | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Let the byteStefan Monnier2011-02-211-0/+18
| * | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-18/+16
| * | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-191-14/+4
| * | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-85/+64
| * | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-121-331/+222
| * | Let cconv use :fun-body in special forms that need it.Stefan Monnier2011-02-111-4/+6
| * | Make cconv-analyse understand the need for closures.Stefan Monnier2011-02-111-2/+2
| * | * lisp/emacs-lisp/bytecomp.el (byte-compile-catch)Stefan Monnier2011-02-101-58/+65
| * | * lisp/emacs-lisp/cconv.el: New file.Igor Kuzmin2011-02-101-3/+8
| * | Merge from trunkStefan Monnier2011-02-011-5/+4
| |\ \
| * | | * src/eval.c (Fdefvar): Record specialness before computing initial value.Stefan Monnier2010-12-271-2/+16
| * | | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-8/+8
| * | | Merge from trunkStefan Monnier2010-12-101-40/+76
| |\ \ \
| * \ \ \ Merge from trunkStefan Monnier2010-10-151-14/+10
| |\ \ \ \
| * \ \ \ \ Merge from trunkStefan Monnier2010-09-301-2/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge from trunkStefan Monnier2010-09-131-10/+25
| |\ \ \ \ \ \
| * | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):Stefan Monnier2010-06-141-4/+1
| * | | | | | | * lisp/Makefile.in (.el.elc): Increase max-lisp-eval-depth.Stefan Monnier2010-06-131-1/+1
| * | | | | | | New branch for lexbind, losing all history.Stefan Monnier2010-06-131-236/+648
* | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change theStefan Monnier2011-03-141-1/+2
* | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):Stefan Monnier2011-03-111-0/+11
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.Stefan Monnier2011-02-231-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | | | | | Refill some copyright headers.Glenn Morris2011-01-151-1/+2
* | | | | | Merge from emacs-23Stefan Monnier2011-01-141-2/+1
|\ \ \ \ \ \
| * | | | | | Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | | | | | Fix up last change.Stefan Monnier2010-12-221-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge from emacs-23Stefan Monnier2010-11-171-13/+4
|\| | | | |
| * | | | | * lisp/files.el (safe-local-variable-p): Gracefully handle errors.Stefan Monnier2010-11-111-13/+4
* | | | | | bytecomp trivia.Glenn Morris2010-11-111-9/+13
* | | | | | (byte-recompile-file): If bytecomp-arg is nil, do not ask to recompile files ...Noah Friedman2010-11-021-3/+4
* | | | | | * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.Glenn Morris2010-10-311-2/+1
* | | | | | * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): New fun.Julien Danjou2010-10-311-17/+58
| |_|_|_|/ |/| | | |
* | | | | Remove obsolete use of binary-overwrite-mode in bytecomp (Bug#7001).Chong Yidong2010-10-031-9/+1
* | | | | Add minor comment (Bug#7001).Chong Yidong2010-10-021-3/+4