index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
cl.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-4
/
+4
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-1
/
+1
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-4
/
+4
*
(define-modify-macro): Make sure cl--arglist-args is defined
Stefan Monnier
2015-05-06
1
-0
/
+3
*
cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
Stefan Monnier
2015-04-10
1
-7
/
+31
*
Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
Alan Mackenzie
2015-04-05
1
-31
/
+7
*
* lisp/emacs-lisp/cl.el (cl--function-convert): Simplify.
Stefan Monnier
2015-01-28
1
-4
/
+1
*
lisp/emacs-lisp/cl.el (cl--function-convert): Merge cache that cl--labels-con...
Katsumi Yamaoka
2015-01-27
1
-1
/
+3
*
lisp/emacs-lisp/cl.el (cl--function-convert): Work for cl-flet and cl-labels
Katsumi Yamaoka
2015-01-27
1
-7
/
+4
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Require gv early to break eager macro-expansion cycles
Daniel Colascione
2014-04-23
1
-0
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.org
Glenn Morris
2013-01-30
1
-0
/
+1
|
\
|
*
* lisp/emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
Stefan Monnier
2013-01-26
1
-0
/
+1
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
Stefan Monnier
2012-12-12
1
-23
/
+1
*
|
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Glenn Morris
2012-12-09
1
-0
/
+9
|
\
|
|
*
* lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function and
Stefan Monnier
2012-12-06
1
-0
/
+9
*
|
* lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
Stefan Monnier
2012-11-12
1
-11
/
+9
|
/
*
More cl-lib and gv doc updates
Glenn Morris
2012-11-07
1
-19
/
+33
*
* lisp/emacs-lisp/cl.el (defsetf): Pass the third arg to
Stefan Monnier
2012-11-06
1
-1
/
+1
*
Doc and manual updates for cl-letf and letf
Glenn Morris
2012-10-30
1
-1
/
+3
*
* lisp/emacs-lisp/cl.el (letf): Add missing indent rules.
Stefan Monnier
2012-10-29
1
-0
/
+1
*
* lisp/emacs-lisp/cl.el (defsetf): Doc fix.
Glenn Morris
2012-10-28
1
-3
/
+3
*
* lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.
Glenn Morris
2012-09-28
1
-1
/
+1
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-27
/
+27
*
* lisp/emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
Stefan Monnier
2012-08-08
1
-0
/
+5
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-10
/
+1
*
Fixes: debbugs:11938
Andreas Schwab
2012-07-13
1
-1
/
+1
*
More CL cleanups and reduction of use of cl.el.
Stefan Monnier
2012-07-11
1
-123
/
+42
*
* lisp/help-mode.el (help-make-xrefs): Don't just withstand
Stefan Monnier
2012-06-27
1
-1
/
+1
*
* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
Stefan Monnier
2012-06-27
1
-5
/
+8
*
* lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet.
Stefan Monnier
2012-06-27
1
-4
/
+17
*
Further GV/CL cleanups.
Stefan Monnier
2012-06-22
1
-3
/
+15
*
Provide generalized variables in core Elisp.
Stefan Monnier
2012-06-22
1
-13
/
+249
*
Use lexical-binding for all of CL, and clean up its namespace.
Stefan Monnier
2012-06-11
1
-1
/
+7
*
Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
Stefan Monnier
2012-06-07
1
-17
/
+189
*
Move old compatiblity to cl.el. Remove cl-macroexpand-all.
Stefan Monnier
2012-06-07
1
-0
/
+32
*
Cleanup cl-macs namespace. Add macro helpers in macroexp.el.
Stefan Monnier
2012-06-07
1
-1
/
+1
*
Add native compiler-macro support.
Stefan Monnier
2012-06-05
1
-4
/
+2
*
* lisp/emacs-lisp/cl-lib.el: Rename from cl.el.
Stefan Monnier
2012-06-03
1
-675
/
+309
*
* lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
Stefan Monnier
2012-05-17
1
-0
/
+9
*
* lisp/emacs-lisp/cl-macs.el, lisp/emacs-lisp/cl.el: Move indent info.
Stefan Monnier
2012-05-17
1
-36
/
+0
*
* lisp/emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
Stefan Monnier
2012-05-17
1
-0
/
+8
*
Minor renaming of internal CL functions and variables.
Stefan Monnier
2012-05-17
1
-3
/
+3
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
* lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
Glenn Morris
2011-10-27
1
-1
/
+1
*
Add doc-strings to some cl float parameters.
Glenn Morris
2011-10-27
1
-9
/
+45
*
Miscellanous cleanups in preparation for the merge.
Stefan Monnier
2011-04-01
1
-3
/
+3
[next]