Misc fixes, and use lexical-binding in more files.
[bpt/emacs.git] / lisp / emacs-lisp / cconv.el
2011-03-11 Stefan MonnierMisc fixes, and use lexical-binding in more files.
2011-03-10 Stefan MonnierRewrite the cconv conversion algorithm, for clarity.
2011-03-06 Stefan MonnierMerge from trunk
2011-03-06 Stefan MonnierFix pcase memoizing; change lexbound byte-code marker.
2011-03-01 Stefan Monnier* doc/lispref/variables.texi (Scope): Mention the avail...
2011-02-26 Stefan Monnier* lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec...
2011-02-26 Stefan MonnierCompute freevars in cconv-analyse.
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-21 Stefan Monnier* lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-21 Stefan MonnierUse offsets relative to top rather than bottom for...
2011-02-19 Stefan Monnier* lisp/subr.el (save-window-excursion): New macro,...
2011-02-17 Stefan MonnierVarious compiler bug-fixes. MPC seems to run correctly...
2011-02-12 Stefan Monnier* lisp/emacs-lisp/byte-lexbind.el: Delete.
2011-02-12 Stefan MonnierMerge from trunk
2011-02-11 Stefan MonnierLet cconv use :fun-body in special forms that need it.
2011-02-11 Stefan MonnierMake cconv-analyse understand the need for closures.
2011-02-10 Stefan Monnier* lisp/emacs-lisp/bytecomp.el (byte-compile-catch)
2011-02-10 Igor Kuzmin* lisp/emacs-lisp/cconv.el: New file.