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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add provide to testcover
Lars Ingebrigtsen
2022-06-30
1
-0
/
+2
*
* lisp/emacs-lisp/rx.el: Indent some rx constructs correctly.
Mattias Engdegård
2022-06-29
1
-0
/
+8
*
(cl--generic-compiler): Revert last change
Stefan Monnier
2022-06-29
1
-4
/
+39
*
Allow using define-short-documentation-group without loading shortdoc
Lars Ingebrigtsen
2022-06-28
1
-12
/
+12
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
3
-9
/
+4
*
Optimise away functions in for-effect context
Mattias Engdegård
2022-06-26
1
-17
/
+17
*
Fix a recent Lisp mode filling test failure
Lars Ingebrigtsen
2022-06-26
1
-0
/
+12
*
* lisp/emacs-lisp/syntax.el: Rework the handling of nested calls.
Stefan Monnier
2022-06-26
1
-23
/
+46
*
Make `M-q' work on the first line of a multi-line string again
Lars Ingebrigtsen
2022-06-25
1
-2
/
+2
*
Re-fix build warnings about subr-x defsubsts
Lars Ingebrigtsen
2022-06-25
1
-4
/
+0
*
Bytecode opcode comments update
Mattias Engdegård
2022-06-24
1
-13
/
+14
*
Update seq.el comment
Lars Ingebrigtsen
2022-06-24
1
-2
/
+2
*
Allow read-multiple-choice to do long-form answers
Lars Ingebrigtsen
2022-06-24
1
-3
/
+22
*
Fix cl-generic bootstrap problems
Lars Ingebrigtsen
2022-06-24
2
-18
/
+4
*
Make debug-early-backtrace more resilient
Lars Ingebrigtsen
2022-06-24
1
-1
/
+7
*
Remove unused function in bytecomp.el
Mattias Engdegård
2022-06-23
1
-12
/
+0
*
bindat (strz): Null terminate fixed-length strings if there is room
Richard Hansen
2022-06-22
1
-7
/
+6
*
; bindat (strz): Move all pack logic to pack function (bug#56048)
Richard Hansen
2022-06-22
1
-26
/
+23
*
Fix autoload generation of iter-defun forms
Michael Heerdegen
2022-06-21
1
-1
/
+1
*
Document and test 'no-byte-compile' behavior.
Philipp Stephani
2022-06-21
1
-0
/
+3
*
Check defface doc strings
Lars Ingebrigtsen
2022-06-21
1
-6
/
+6
*
Fix potential (goto-char nil) in byte-compile-warning-prefix
Alan Mackenzie
2022-06-20
1
-2
/
+1
*
Fix bytecompiler infloop compiling infloops
Pip Cet
2022-06-20
1
-3
/
+3
*
Fix edebug parsing of .,
Lars Ingebrigtsen
2022-06-19
1
-1
/
+1
*
Make checkdoc-defun-info parsing slightly less wrong
Lars Ingebrigtsen
2022-06-19
1
-5
/
+12
*
Add mechanism for gradually phasing in new byte compilation warnings
Lars Ingebrigtsen
2022-06-19
1
-8
/
+33
*
Merge from origin/emacs-28
Stefan Kangas
2022-06-19
1
-1
/
+1
|
\
|
*
Fix invalid defcustom :group when :predicate is used
Richard Hansen
2022-06-18
1
-1
/
+1
*
|
More aggressive bytecode split between top-level forms (bug#55972)
Mattias Engdegård
2022-06-18
1
-5
/
+4
*
|
Fix checkdoc--fix-y-or-n-p query
Lars Ingebrigtsen
2022-06-18
1
-1
/
+1
*
|
Allow pretty-printing results from `C-x C-e' in edebug
Lars Ingebrigtsen
2022-06-18
1
-12
/
+16
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-06-18
1
-2
/
+3
|
\
|
|
*
Update cl-struct-sequence-type doc string
Lars Ingebrigtsen
2022-06-17
1
-2
/
+3
*
|
Extend 'e' in edebug to pretty-print the values
Lars Ingebrigtsen
2022-06-18
1
-20
/
+34
*
|
Slightly faster hash-table-keys and hash-table-values
Mattias Engdegård
2022-06-17
1
-2
/
+6
*
|
Don't quote numbers in byte-run--set-*
Lars Ingebrigtsen
2022-06-17
1
-2
/
+6
*
|
Don't quote the `when' form in obsoletions
Lars Ingebrigtsen
2022-06-17
2
-1
/
+2
*
|
Warn about misplaced or duplicated function/macro declarations
Mattias Engdegård
2022-06-17
1
-91
/
+117
*
|
Make package-recompile delete all .elc files first
Lars Ingebrigtsen
2022-06-16
1
-1
/
+2
*
|
Add new package.el commands for recompilation
Lars Ingebrigtsen
2022-06-16
1
-0
/
+28
*
|
bindat (strz): Write null terminator after variable length string
Richard Hansen
2022-06-16
1
-0
/
+3
*
|
Fix ;;;###autoload scanning from (some) packages
Lars Ingebrigtsen
2022-06-15
1
-1
/
+5
*
|
Simplify byte-compiler assuming cconv normalisations
Mattias Engdegård
2022-06-14
2
-36
/
+11
*
|
Run cconv for dynbound code as well
Mattias Engdegård
2022-06-14
2
-16
/
+17
*
|
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
4
-74
/
+88
*
|
Leave the contents on the *Backtrace* buffer on `q'
Lars Ingebrigtsen
2022-06-14
1
-6
/
+5
*
|
; * lisp/emacs-lisp/cconv.el: Fix outdated comments.
Mattias Engdegård
2022-06-14
1
-8
/
+5
*
|
bindat (strz): Error on null byte if packing variable-length string
Richard Hansen
2022-06-13
1
-0
/
+5
*
|
Make `/ a' in *Package* filter by name
Lars Ingebrigtsen
2022-06-13
1
-10
/
+8
*
|
bindat (str, strz): Reject non-ASCII, non-`eight-bit' characters
Richard Hansen
2022-06-12
1
-4
/
+6
[next]