index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
emacs-lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cl-progv binding order
Toby Cubitt
2021-03-20
1
-0
/
+5
*
Optimise tail calls in `and` and `or` forms in `cl-labels` functions
Mattias Engdegård
2021-03-18
1
-5
/
+20
*
* lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstring
Stefan Monnier
2021-03-09
1
-0
/
+5
*
Fix structure of condition object in nested 'ert-fail'.
Philipp Stephani
2021-03-08
1
-1
/
+1
*
Various map.el improvements
Basil L. Contovounesios
2021-03-06
1
-190
/
+284
*
Bindat: new macro-expansion based data layout language
Stefan Monnier
2021-03-05
1
-33
/
+74
*
Make lambda-lifting work again
Mattias Engdegård
2021-03-05
1
-1
/
+8
*
* lisp/emacs-lisp/bindat.el: Minor refactoring
Stefan Monnier
2021-03-05
1
-13
/
+13
*
Make checkdoc work with qualified methods
Mauro Aranda
2021-03-04
1
-0
/
+27
*
Remove duplicated tests in checkdoc-tests.el
Mauro Aranda
2021-03-04
1
-45
/
+0
*
Compile closures that modify their bound vars correctly (Bug#46834)
Pip Cet
2021-03-02
1
-0
/
+23
*
* lisp/emacs-lisp/pcase.el: Bind all the vars in `or` patterns
Stefan Monnier
2021-03-01
1
-4
/
+10
*
* lisp/emacs-lisp/pcase.el: Fix bug#46786
Stefan Monnier
2021-03-01
1
-0
/
+7
*
* lisp/emacs-lisp/pcase.el (pcase--split-pred): Re-fix bug#14773
Stefan Monnier
2021-03-01
1
-0
/
+8
*
Fix pcase 'rx' pattern match-data bug
Mattias Engdegård
2021-02-28
1
-0
/
+8
*
Fix pcase rx pattern bugs
Mattias Engdegård
2021-02-26
1
-1
/
+11
*
* test/lisp/emacs-lisp/macroexp-tests.el (macroexp--tests-file-name): Add case
Stefan Monnier
2021-02-24
2
-0
/
+8
*
* test/lisp/emacs-lisp/macroexp-tests.el (macroexp--tests-file-name): New test
Stefan Monnier
2021-02-24
3
-1
/
+98
*
Prefer `declare` over a `put` of `list-indent-function`.
Stefan Monnier
2021-02-22
2
-3
/
+2
*
* test/lisp/emacs-lisp/edebug-tests.el: Adjust to new `edebug-eval-defun`.
Stefan Monnier
2021-02-19
1
-14
/
+20
*
Fix regexp mistakes
Mattias Engdegård
2021-02-19
1
-2
/
+2
*
Fix rx `regexp` form with deprecated syntax
Mattias Engdegård
2021-02-18
1
-0
/
+2
*
* lisp/emacs-lisp/bindat.el (bindat-spec): New macro.
Stefan Monnier
2021-02-15
2
-3
/
+23
*
* Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`
Stefan Monnier
2021-02-14
3
-23
/
+17
*
Edebug: Make it possible to debug `gv-expander`s in `declare`
Stefan Monnier
2021-02-12
2
-0
/
+17
*
Edebug: Overload `edebug-form-spec` even less
Stefan Monnier
2021-02-12
2
-0
/
+15
*
* lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cycles
Stefan Monnier
2021-02-10
1
-0
/
+36
*
Fix local defvar scoping error (bug#46387)
Mattias Engdegård
2021-02-10
1
-0
/
+31
*
; Minor license statement fixes
Stefan Kangas
2021-02-08
11
-99
/
+103
*
Constprop of lexical variables
Mattias Engdegård
2021-02-06
1
-1
/
+60
*
Fix recently uncovered 'make check' failures
Basil L. Contovounesios
2021-01-23
2
-21
/
+11
*
Fix spurious "Lexical argument shadows the dynamic variable" due to inlining
Stefan Monnier
2021-01-21
3
-0
/
+27
*
* lisp/emacs-lisp/pcase.el: Add support for `not` to `pred`
Stefan Monnier
2021-01-16
1
-0
/
+4
*
Fix two tests
Eli Zaretskii
2021-01-16
1
-2
/
+2
*
Prefer skip-unless in more tests
Stefan Kangas
2021-01-13
1
-2
/
+2
*
* lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail position
Stefan Monnier
2021-01-08
1
-1
/
+16
*
* lisp/subr.el (letrec): Optimize some non-recursive bindings
Stefan Monnier
2021-01-08
1
-0
/
+8
*
Fix obsolete variable warnings about class names
Michael Heerdegen
2021-01-06
2
-0
/
+10
*
Update copyright year to 2021
Paul Eggert
2021-01-01
59
-59
/
+59
*
Add some tests to find-func.el
Daniel Martín
2020-12-31
1
-0
/
+63
*
Fix package tests for tetris no longer existing as a package
Glenn Morris
2020-12-28
1
-3
/
+3
*
Make byte-compiler warn about wide docstrings
Stefan Kangas
2020-12-28
16
-0
/
+138
*
Improve "find definition" in *Help* buffers
Daniel Martín
2020-12-27
1
-0
/
+10
*
Allow `string-limit' to work on encoded strings
Lars Ingebrigtsen
2020-12-25
1
-0
/
+20
*
Remove `string-slice' -- it's not very well defined
Lars Ingebrigtsen
2020-12-25
1
-8
/
+0
*
Allow string-slice to take zero-length matches
Lars Ingebrigtsen
2020-12-23
1
-1
/
+3
*
Make string-pad take an optional START parameter
Lars Ingebrigtsen
2020-12-22
1
-1
/
+1
*
Change the string-limit parameter semantics
Lars Ingebrigtsen
2020-12-22
1
-3
/
+4
*
Further string-clean-whitespace tweaks
Lars Ingebrigtsen
2020-12-22
1
-1
/
+1
*
Add string-chop-newline
Lars Ingebrigtsen
2020-12-21
1
-0
/
+5
[next]