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-lib.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document Lisp floats a bit better
Paul Eggert
2019-11-10
1
-9
/
+7
*
Preserve more markers when reverting .gpg files
Lars Ingebrigtsen
2019-09-04
1
-0
/
+1
*
; * lisp/emacs-lisp/cl-lib.el (cl-pushnew): Doc fix.
Eli Zaretskii
2019-08-23
1
-3
/
+3
*
Clarify doc string of cl-pushnew
Lars Ingebrigtsen
2019-08-23
1
-3
/
+6
*
Make cl-values-list signal an error if its argument isn't a list
Lars Ingebrigtsen
2019-07-28
1
-5
/
+9
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-4
/
+0
*
* lisp/emacs-lisp/cl-lib.el (cl-endp): Move to cl-seq.el
Stefan Monnier
2019-02-18
1
-7
/
+0
*
* lisp/emacs-lisp/cl-lib.el (cl-endp): Remove stray 'x.
Paul Eggert
2019-02-17
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Allow setf of buffer-modified-p without argument (Bug#21201)
Noam Postavsky
2018-08-27
1
-2
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept `[]'
Stefan Monnier
2017-07-18
1
-1
/
+1
*
* lisp/emacs-lisp/cl-lib.el (cl--random-time): Remove as well
Stefan Monnier
2017-07-14
1
-5
/
+0
*
Remove duplicate cl--random-state definition
Paul Eggert
2017-07-14
1
-3
/
+0
*
* lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.
Glenn Morris
2017-05-04
1
-1
/
+0
*
Backward compatibility with pre-existing struct instances.
Stefan Monnier
2017-04-04
1
-0
/
+36
*
Prevent for consing in cl-mapc and cl-mapl
Tino Calancha
2017-02-27
1
-2
/
+3
*
Move cXXXr and cXXXXr to subr.el
Mark Oteiza
2017-01-25
1
-119
/
+24
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Make setf for frame-height/width work again
Christopher Wellons
2016-02-23
1
-2
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Initialize cl--gensym-counter to 0
Paul Eggert
2015-06-27
1
-10
/
+5
*
Fix bootstrap (void function cl-member).
Glenn Morris
2015-05-13
1
-3
/
+4
*
cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"
Stefan Monnier
2015-04-10
1
-83
/
+50
*
Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
Alan Mackenzie
2015-04-05
1
-26
/
+59
*
Add new `cl-struct' and `eieio' pcase patterns.
Stefan Monnier
2015-03-23
1
-1
/
+0
*
* lisp/emacs-lisp/cl*.el: Use define-inline and move some code
Stefan Monnier
2015-02-14
1
-16
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
New macro macroexp-let2*
Leo Liu
2014-11-24
1
-6
/
+5
*
Consolidate x-select-text.
Stefan Monnier
2014-10-01
1
-1
/
+0
*
Add cl-parse-integer based on parse-integer
Leo Liu
2014-09-26
1
-0
/
+19
*
* emacs-lisp/cl-lib.el (cl-endp): Fix last change.
Leo Liu
2014-05-21
1
-1
/
+1
*
* emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
Leo Liu
2014-05-20
1
-1
/
+7
*
* lisp/emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
Stefan Monnier
2014-04-21
1
-3
/
+0
*
* lisp/emacs-lisp/cl-lib.el (current-case-table): Remove setter.
Stefan Monnier
2014-04-12
1
-1
/
+0
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/subr.el (define-error): New function.
Stefan Monnier
2013-08-09
1
-0
/
+3
*
* lisp/emacs-lisp/cl-loaddefs.el: Don't version-control any more.
Stefan Monnier
2013-06-20
1
-2
/
+3
*
* lisp/emacs-lisp/package.el: Don't activate packages older than builtin.
Stefan Monnier
2013-06-15
1
-7
/
+0
*
Fix compilation error with simultaneous dynamic+lexical scoping.
Stefan Monnier
2013-06-04
1
-2
/
+2
*
Make cl-floatp-safe just an alias for floatp
Glenn Morris
2013-02-19
1
-5
/
+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
*
|
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Glenn Morris
2012-12-09
1
-8
/
+0
|
\
|
|
*
* lisp/emacs-lisp/cl.el, lisp/emacs-lisp/cl-lib.el: Move cl-unload-function and
Stefan Monnier
2012-12-06
1
-8
/
+0
*
|
* lisp/emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
Stefan Monnier
2012-12-09
1
-1
/
+1
*
|
Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
Stefan Monnier
2012-12-06
1
-11
/
+10
*
|
Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.org
Glenn Morris
2012-11-17
1
-1
/
+1
|
\
|
[next]