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
*
; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Another doc fix.
Eli Zaretskii
2024-02-20
1
-4
/
+4
*
; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Doc fix.
Eli Zaretskii
2024-02-20
1
-2
/
+2
*
; 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
*
; Fix typos
Stefan Kangas
2022-11-23
1
-1
/
+1
*
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-3
/
+10
*
Further doc string quoting fixes
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
1
-4
/
+2
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-1
/
+2
*
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-0
/
+1
|
/
*
Clarify docstring of pcase-exhaustive
Stefan Kangas
2021-09-19
1
-1
/
+5
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-1
/
+1
*
* lisp/emacs-lisp/pcase.el (pcase-setq): Align its semantics with `pcase-let`
Stefan Monnier
2021-08-12
1
-8
/
+10
*
Add a `pcase-setq' macro
Earl Hyatt
2021-08-11
1
-0
/
+38
*
* lisp/emacs-lisp/pcase.el (pcase-compile-patterns): New function (bug#47261)
Stefan Monnier
2021-03-19
1
-54
/
+93
*
* lisp/emacs-lisp/pcase.el (pcase-defmacro): Fix `pcase-tests-macro`
Stefan Monnier
2021-03-03
1
-1
/
+7
*
* lisp/emacs-lisp/pcase.el (pcase--u1): Fix typo
Stefan Monnier
2021-03-02
1
-1
/
+1
*
* lisp/emacs-lisp/pcase.el: Bind all the vars in `or` patterns
Stefan Monnier
2021-03-01
1
-74
/
+67
*
* lisp/emacs-lisp/pcase.el: Fix bug#46786
Stefan Monnier
2021-03-01
1
-24
/
+36
*
* lisp/emacs-lisp/pcase.el (pcase--split-pred): Re-fix bug#14773
Stefan Monnier
2021-03-01
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-5
/
+7
*
Fix typos
Mattias Engdegård
2021-02-18
1
-2
/
+2
*
* Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`
Stefan Monnier
2021-02-14
1
-3
/
+5
*
Edebug: Overload `edebug-form-spec` even less
Stefan Monnier
2021-02-12
1
-14
/
+13
*
* lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op) <&lookup>: New method
Stefan Monnier
2021-02-12
1
-27
/
+13
*
* lisp/emacs-lisp/edebug.el: Misc cleanups.
Stefan Monnier
2021-02-12
1
-16
/
+14
*
* lisp/emacs-lisp/pcase.el (let): Reimplement as a pcase macro
Stefan Monnier
2021-02-05
1
-13
/
+6
*
* lisp/emacs-lisp/pcase.el (pcase--split-pred): Handle `memq` pred.
Stefan Monnier
2021-01-27
1
-17
/
+27
*
* lisp/emacs-lisp/pcase.el: Add support for `not` to `pred`
Stefan Monnier
2021-01-16
1
-9
/
+37
*
* lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`
Stefan Monnier
2021-01-08
1
-22
/
+5
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Alter the "Redundant pcase patter" warning message
Lars Ingebrigtsen
2020-12-12
1
-1
/
+2
*
* lisp/emacs-lisp/pcase.el: Add "extensions" to keyword header.
Stefan Kangas
2020-10-23
1
-1
/
+1
*
; 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
|
\
|
[next]