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
/
map.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Audit some plist uses with new predicate argument
Basil L. Contovounesios
2022-10-22
1
-61
/
+103
*
Mention caveats in the map-delete doc string
Lars Ingebrigtsen
2022-04-26
1
-1
/
+11
*
Fix map-into doc string example
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/map.el: Restore compatibility with Emacs-26
Stefan Monnier
2021-09-28
1
-5
/
+5
*
Consistently test alist keys with equal in map.el
Basil L. Contovounesios
2021-09-21
1
-7
/
+11
*
Fix (setf (map-elt map key) (my-func))
Lars Ingebrigtsen
2021-09-01
1
-8
/
+10
*
Fix merging of ambiguous nil maps
Basil L. Contovounesios
2021-08-14
1
-23
/
+37
*
Evaluate eql specializers
akater
2021-08-03
1
-4
/
+4
*
Make (setf (map-elt ...)) return the value in the alist/plist cases
Lars Ingebrigtsen
2021-05-06
1
-13
/
+19
*
Various map.el improvements
Basil L. Contovounesios
2021-03-06
1
-144
/
+176
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/map.el: Add keyword-only pattern abbreviation
Adam Porter
2020-02-04
1
-6
/
+11
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Trivial docstring fixes
Juanma Barranquero
2019-12-24
1
-5
/
+6
*
* lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword args
Andrea Corallo
2019-10-11
1
-9
/
+22
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+2
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-2
/
+0
*
* lisp/emacs-lisp/map.el (map-inplace): Fix the message of the error.
Nicolas Petton
2019-03-27
1
-1
/
+1
*
Fix the error message when modifying maps in-place (Bug#34941)
Nicolas Petton
2019-03-22
1
-2
/
+2
*
* lisp/emacs-lisp/map.el: Bump version to 2.0.
Nicolas Petton
2019-03-04
1
-1
/
+1
*
* lisp/emacs-lisp/map.el: Prepare for addition to GNU ELPA
Stefan Monnier
2019-01-08
1
-0
/
+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
*
|
* lisp/emacs-lisp/map.el: Add support for plists
Stefan Monnier
2018-12-20
1
-30
/
+78
*
|
* lisp/emacs-lisp/map.el: Avoid special casing lists.
Stefan Monnier
2018-12-17
1
-15
/
+36
*
|
* lisp/emacs-lisp/map.el: Fix recent changes
Basil L. Contovounesios
2018-12-14
1
-5
/
+9
*
|
* lisp/emacs-lisp/map.el: Make the functions generic
Stefan Monnier
2018-12-11
1
-102
/
+106
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-2
/
+2
|
/
*
; Fix some tiny doc typos
Glenn Morris
2018-03-27
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fix Edebug specs for map-let and with-maps-do
Gemini Lasswell
2017-10-24
1
-1
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring.
Tino Calancha
2017-07-17
1
-2
/
+0
*
alist-get: Add optional arg TESTFN
Tino Calancha
2017-07-17
1
-8
/
+13
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
* lisp/emacs-lisp/map.el (map--dispatch): Fix docstring
Robert Cochran
2016-08-20
1
-3
/
+3
*
|
; Spelling fixes
Paul Eggert
2016-06-26
1
-1
/
+1
*
|
* lisp/emacs-lisp/map.el (map-contains-key): Better docstring
Nicolas Petton
2016-06-18
1
-1
/
+1
*
|
Add new function map-do
Nicolas Petton
2016-06-18
1
-1
/
+25
*
|
map.el (map-merge*): Use `map-into' at beginning rather than end
Stefan Monnier
2016-06-18
1
-11
/
+18
|
/
*
Fix map-put and map-delete for alists (Bug#23105)
Nicolas Petton
2016-03-25
1
-26
/
+10
*
Quoting fixes in doc strings and diagnostics
Paul Eggert
2016-02-03
1
-1
/
+1
*
* lisp/emacs-lisp/map.el: Improvements to the docstring of the pcase macro
Nicolas Petton
2016-02-03
1
-8
/
+9
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Rename seq-p and map-p to seqp and mapp
Nicolas Petton
2015-11-11
1
-3
/
+3
*
* lisp/emacs-lisp/map.el (map-merge-with): New function
Artur Malabarba
2015-11-10
1
-5
/
+20
[next]