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-macs.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add classes as run-time descriptors of cl-structs.
Stefan Monnier
2015-03-18
1
-86
/
+112
*
* cl-macs.el (cl--transform-lambda): Refine last change.
Stefan Monnier
2015-03-17
1
-11
/
+15
*
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Optimize &aux.
Stefan Monnier
2015-03-16
1
-49
/
+99
*
Add cl-iter-defun
Daniel Colascione
2015-03-02
1
-0
/
+21
*
* lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
Stefan Monnier
2015-02-22
1
-19
/
+16
*
* lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Handle a nil type.
Stefan Monnier
2015-02-19
1
-3
/
+3
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.
Stefan Monnier
2015-02-16
1
-4
/
+4
*
* lisp/emacs-lisp/cl*.el: Use define-inline and move some code
Stefan Monnier
2015-02-14
1
-79
/
+81
*
Tighten up the tagcode used for eieio and cl-struct objects
Stefan Monnier
2015-01-27
1
-116
/
+99
*
* lisp/emacs-lisp/cl-macs.el: Fix last change.
Stefan Monnier
2015-01-16
1
-15
/
+22
*
* lisp/emacs-lisp/cl-generic.el: New file.
Stefan Monnier
2015-01-14
1
-17
/
+35
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
New macro macroexp-let2*
Leo Liu
2014-11-24
1
-3
/
+2
*
Fix bootstrap failure after last change to eval-and-compile.
Stefan Monnier
2014-11-09
1
-1
/
+6
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
Stefan Monnier
2014-10-23
1
-48
/
+54
*
* lisp/emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
Stefan Monnier
2014-10-17
1
-12
/
+24
*
Indentation, punctuation, and other nitpicks.
Stefan Monnier
2014-07-20
1
-1
/
+2
*
Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.org
Glenn Morris
2014-06-25
1
-2
/
+0
|
\
|
*
Remove some function declarations, no longer needed or correct
Glenn Morris
2014-06-25
1
-2
/
+0
*
|
* emacs-lisp/cl-macs.el (cl-macrolet): Simplify last change.
Leo Liu
2014-06-06
1
-9
/
+7
*
|
* emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
Leo Liu
2014-06-06
1
-7
/
+9
*
|
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-04
1
-1
/
+1
|
\
|
|
*
* emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
Leo Liu
2014-05-02
1
-1
/
+1
*
|
* lisp/emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
Stefan Monnier
2014-04-22
1
-1
/
+2
*
|
Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu
Paul Eggert
2014-04-22
1
-2
/
+3
|
\
|
|
*
* lisp/emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
Stefan Monnier
2014-04-21
1
-2
/
+4
|
*
Backport &key-parsing improvement from trunk
Daniel Colascione
2014-03-24
1
-2
/
+1
|
*
Fix keyword argument parsing. Please bootstrap.
Daniel Colascione
2014-03-22
1
-1
/
+2
*
|
* lisp/emacs-lisp/byte-run.el (function-put): New function.
Stefan Monnier
2014-04-22
1
-10
/
+7
*
|
Optimize cl-struct-slot-value; fix test
Daniel Colascione
2014-04-21
1
-1
/
+8
*
|
* lisp/emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
Stefan Monnier
2014-04-21
1
-42
/
+6
*
|
Remove excess parameters on cl--const-expr-val
Daniel Colascione
2014-04-21
1
-22
/
+15
*
|
Fix cl-loop destructuring under `with' clause
Daniel Colascione
2014-04-20
1
-1
/
+1
*
|
unbreak the build
Daniel Colascione
2014-04-20
1
-60
/
+62
*
|
defstruct introspection
Daniel Colascione
2014-04-19
1
-10
/
+109
*
|
Improve performance of &key parsing
Daniel Colascione
2014-03-23
1
-2
/
+1
*
|
Fix cl-defun keyword arg parsing. Please bootstrap.
Daniel Colascione
2014-03-22
1
-1
/
+2
|
/
*
* lisp/emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule.
Stefan Monnier
2014-02-21
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el: Improve type->predicate mapping.
Stefan Monnier
2014-01-23
1
-2
/
+17
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
Stefan Monnier
2013-11-07
1
-4
/
+3
*
* lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
Nathan Trapuzzano
2013-11-06
1
-6
/
+14
*
* lisp/emacs-lisp/cl-macs.el:
Stefan Monnier
2013-09-27
1
-68
/
+115
*
* emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
Daniel Colascione
2013-09-25
1
-0
/
+2
*
* lisp/emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
Glenn Morris
2013-09-19
1
-2
/
+4
*
* lisp/emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
Stefan Monnier
2013-08-28
1
-6
/
+7
*
* lisp/emacs-lisp/timer.el (timer--time-setter): New function.
Stefan Monnier
2013-08-12
1
-1
/
+1
*
lisp/emacs-lisp/cl-macs.el: Fix typos in docstrings.
Juanma Barranquero
2013-07-12
1
-6
/
+6
*
* lisp/emacs-lisp/package.el: Include obsolete packages from archives.
Stefan Monnier
2013-06-25
1
-1
/
+1
*
* lisp/emacs-lisp/cl-loaddefs.el: Don't version-control any more.
Stefan Monnier
2013-06-20
1
-1
/
+9
[next]