summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo that broke CLChristian Ohler2011-03-201-1/+1
* * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Revert local change toStefan Monnier2011-03-191-4/+2
* * lisp/emacs-lisp/cl-macs.el (cl-byte-compile-block, cl-block-wrapper)Stefan Monnier2011-03-181-30/+24
* Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-167-379/+416
* * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-132-3/+2
* Try and fix w32 build; misc cleanup.Stefan Monnier2011-03-114-161/+177
* Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-1110-51/+74
* * lisp/emacs-lisp/bytecomp.el: Use lexical-binding.Stefan Monnier2011-03-101-77/+80
* * lisp/emacs-lisp/byte-opt.el: Use lexical binding.Stefan Monnier2011-03-101-10/+15
* Rewrite the cconv conversion algorithm, for clarity.Stefan Monnier2011-03-092-402/+247
* Merge from trunkStefan Monnier2011-03-0611-151/+304
|\
| * Allow specifying local ELPA mirrors in package-archives.Chong Yidong2011-03-051-57/+67
| * * lisp/emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)Nikolaj Schumacher2011-03-051-1/+1
| * Minor ewoc fix for bug#3261.Bob Rogers2011-03-031-0/+2
| * Added fast path to ERT explanation of `equal'.Christian Ohler2011-03-031-16/+26
| * Fix ERT bug related to quit handling.Christian Ohler2011-03-031-6/+14
| * lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.Juanma Barranquero2011-03-012-3/+3
| * lisp/emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1): Fix typos in docstrings.Juanma Barranquero2011-02-281-5/+5
| * * lisp/emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.Stefan Monnier2011-02-261-14/+87
| * * lisp/emacs-lisp/assoc.el: Remove misleading `sort'.Stefan Monnier2011-02-261-5/+5
| * Fix package uploading for newly made or local archives.Jambunathan K2011-02-251-22/+67
| * Avoid some possible prompts from autoloads.el.Glenn Morris2011-02-231-6/+10
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.Stefan Monnier2011-02-231-0/+1
* | Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-055-44/+89
* | * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-014-44/+120
* | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Fix last change forStefan Monnier2011-02-261-4/+9
* | Compute freevars in cconv-analyse.Stefan Monnier2011-02-265-345/+268
* | Get rid of funvec.Stefan Monnier2011-02-249-285/+169
* | * lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Let the byteStefan Monnier2011-02-212-39/+36
* | Merge from trunkStefan Monnier2011-02-2111-52/+124
|\ \ | |/
| * Import filemode module from gnulib.Paul Eggert2011-02-201-1/+1
| * Fix incorrect changes introduced in 2011-02-02T17:59:44Z!sds@gnu.org.Chong Yidong2011-02-181-2/+2
| * Use generated-autoload-file for internal eieio autoloads.Glenn Morris2011-02-183-9/+75
| * * lisp/emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.Stefan Monnier2011-02-171-1/+8
| * Fix ERT.Christian Ohler2011-02-181-11/+11
| * Merge changes from emacs-23 branchChong Yidong2011-02-123-18/+18
| |\
| | * Merge changes from emacs-23 branchChong Yidong2011-02-123-17/+17
| | |\ | |/ /
| | * Fix trivial typos in comments and ChangeLogs.Juanma Barranquero2011-02-121-1/+1
| | * Update cl-loaddefs.el againAndreas Schwab2011-02-101-2/+2
| | * Update cl-loaddefs.el and ibuffer.elAndreas Schwab2011-02-101-9/+9
| | * cl-seq.el doc fixes.Glenn Morris2011-02-091-8/+8
| * | Allow packages to be reinstalled.Phil Hagelberg2011-02-111-5/+4
* | | Missing files in last commit; remove stack-depth in byte-optimize-lapcodeStefan Monnier2011-02-213-90/+27
* | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-215-126/+124
* | | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-194-38/+8
* | | * lisp/emacs-lisp/pcase.el (pcase--expand, pcase--u, pcase--u1, pcase--q1):Stefan Monnier2011-02-181-28/+42
* | | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-176-169/+200
* | | * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-124-1048/+227
* | | Merge from trunkStefan Monnier2011-02-1110-54/+43
|\ \ \ | |/ /
| * | * lisp/emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.Glenn Morris2011-02-101-1/+1