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
/
pcase.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix typos
Stefan Kangas
2020-09-21
1
-2
/
+2
*
* lisp/emacs-lisp/pcase.el (pcase--fgrep): Look inside vectors
Stefan Monnier
2020-05-11
1
-4
/
+9
*
* lisp/emacs-lisp/pcase.el: Don't bind unused vars in branches
Stefan Monnier
2020-05-10
1
-20
/
+27
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-26
/
+3
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-3
/
+26
*
Tighter pcase or-pattern member function selection (bug#36139)
Mattias Engdegård
2019-06-19
1
-7
/
+8
*
Use memql instead of memq in pcase
Mattias Engdegård
2019-03-28
1
-4
/
+4
*
* lisp/emacs-lisp/pcase.el (pcase--make-docstring): Autoload
Stefan Monnier
2019-02-27
1
-0
/
+2
*
Add portable dumper
Daniel Colascione
2019-01-15
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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-04
1
-16
/
+27
|
\
|
|
*
Improve documentation of destructuring-binding macros
Eli Zaretskii
2018-11-03
1
-16
/
+27
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-31
1
-6
/
+12
|
\
|
|
*
* lisp/emacs-lisp/pcase.el: Improve docstrings.
Stefan Monnier
2018-10-30
1
-6
/
+12
*
|
* lisp/emacs-lisp/pcase.el (pcase--u1): Fix bignums
Stefan Monnier
2018-10-25
1
-1
/
+2
*
|
Allow floats as 'pcase' QPATS
Michael Heerdegen
2018-06-17
1
-2
/
+5
|
/
*
Overhaul pcase documentation
Thien-Thi Nguyen
2018-05-27
1
-51
/
+51
*
Introduce EXPVAL for pcase, pcase-defmacro docstrings
Thien-Thi Nguyen
2018-05-27
1
-2
/
+6
*
Ensure pcase doc shows `QPAT first among extensions
Thien-Thi Nguyen
2018-05-27
1
-9
/
+24
*
Document return value of pcase (Bug#30425)
Noam Postavsky
2018-03-31
1
-2
/
+5
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Create new Edebug spec for docstrings and use it in closures
Gemini Lasswell
2017-10-06
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Move gensym to core Elisp
Mark Oteiza
2017-09-12
1
-4
/
+4
*
* lisp/subr.el (define-symbol-prop): New function
Stefan Monnier
2017-07-28
1
-2
/
+2
*
Add 'rx' pattern for pcase.
Philipp Stephani
2017-07-23
1
-1
/
+0
*
Make EIEIO use records.
Stefan Monnier
2017-04-04
1
-0
/
+6
*
* lisp/emacs-lisp/pcase.el (pcase): Comment debug message (Bug#26177).
Paul Pogonyshev
2017-03-25
1
-2
/
+2
*
Don't expand body inside a let-binding when there are no bindings
Mark Oteiza
2017-02-15
1
-2
/
+4
*
Fix a syntax error when evaluating pcase.el under Edebug
Eli Zaretskii
2017-02-04
1
-1
/
+2
*
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/pcase.el (pcase-dolist): Add a docstring.
Mark Oteiza
2016-11-04
1
-0
/
+2
*
|
* lisp/emacs-lisp/pcase.el: Undo last change's spurious changes
Stefan Monnier
2016-05-30
1
-46
/
+4
*
|
* lisp/emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates): Add `atom'.
Stefan Monnier
2016-05-30
1
-4
/
+47
|
/
*
Quoting fixes in doc strings and diagnostics
Paul Eggert
2016-02-03
1
-3
/
+3
*
Spelling fixes
Paul Eggert
2016-01-25
1
-1
/
+1
*
Further corrections to the pcase docstring
John Wiegley
2016-01-22
1
-3
/
+3
*
Minor correction to pcase docstring
John Wiegley
2016-01-21
1
-5
/
+4
*
Write a new docstring for the pcase macro
John Wiegley
2016-01-21
1
-14
/
+34
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
pcase.el: Fix edebugging of backquoted cons patterns
Johan Bockgård
2015-11-16
1
-1
/
+3
*
* lisp/emacs-lisp/pcase.el (pcase): Tweak docstring.
Michael Heerdegen
2015-11-03
1
-4
/
+4
*
; Remove extraneous "coding: utf-8" specifications in Elisp files
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-3
/
+3
*
Fix fix for describe-function keybinding confusion
Paul Eggert
2015-09-05
1
-2
/
+2
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-2
/
+2
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-3
/
+3
[next]