index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
New debugging facility: backtraces from errors in Lisp called from redisplay
Alan Mackenzie
2022-08-11
1
-0
/
+2
*
Allow creating processes where only one of stdin or stdout is a PTY
Jim Porter
2022-08-05
1
-1
/
+2
*
Merge branch 'master' into feature/long-lines-improvements
Gregory Heytings
2022-08-04
1
-2
/
+3
|
\
|
*
Fix the bytecode incompatibility due to the change to 'narrow-to-region'.
Gregory Heytings
2022-08-01
1
-0
/
+1
|
*
Tune blv_found
Paul Eggert
2022-08-01
1
-2
/
+2
*
|
Add locked narrowing around pre- and post-command-hook
Gregory Heytings
2022-07-31
1
-0
/
+1
|
/
*
Correct symbol in error for failed CHECK_INTEGER (bug#56723)
Mattias Engdegård
2022-07-23
1
-1
/
+1
*
Merge branch 'feature/fix-the-long-lines-display-bug'
Gregory Heytings
2022-07-21
1
-4
/
+10
|
\
|
*
Further tweaks to long lines handling.
Gregory Heytings
2022-07-20
1
-0
/
+3
|
*
Simplified and improved heuristic for long lines detection.
Gregory Heytings
2022-07-19
1
-3
/
+4
|
*
Improvements to long lines handling.
Gregory Heytings
2022-07-16
1
-0
/
+2
*
|
Make STRING_SET_MULTIBYTE an inline function
Stefan Monnier
2022-07-09
1
-7
/
+7
*
|
Remove now unused parameter TRACK from do_switch_frame.
Alan Mackenzie
2022-07-08
1
-1
/
+1
*
|
Fix undo of changes in cloned indirect buffers
Eli Zaretskii
2022-07-07
1
-0
/
+1
|
/
*
; Fix typos.
Stefan Kangas
2022-07-02
1
-1
/
+1
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-0
/
+4
*
Streamline time decoding and conversion
Paul Eggert
2022-06-15
1
-0
/
+14
*
Fix two crashes when a display connection is lost
Po Lu
2022-06-07
1
-0
/
+4
*
Simplify CHAR_TABLE_REF_ASCII
Paul Eggert
2022-05-31
1
-9
/
+7
*
Nonrecursive Lisp reader (bug#55676)
Mattias Engdegård
2022-05-30
1
-0
/
+1
*
Remove stray decl of nonexistent var
Paul Eggert
2022-05-27
1
-1
/
+0
*
src/lisp.h (FOR_EACH_TAIL_SAFE): Typo
Stefan Monnier
2022-05-14
1
-1
/
+1
*
Fix merging of anonymous faces with an `:extend' property on unexec
Po Lu
2022-05-12
1
-2
/
+0
*
* src/lisp.h (FOR_EACH_TAIL_INTERNAL): Faster node comparison.
Mattias Engdegård
2022-05-11
1
-1
/
+1
*
New generic function `oclosure-interactive-form`
Stefan Monnier
2022-04-26
1
-0
/
+10
*
Fix GCC warnings when CHECK_LISP_OBJECT_TYPE
Stefan Monnier
2022-04-19
1
-6
/
+8
*
Port struct Lisp_Subr to C99
Paul Eggert
2022-04-18
1
-3
/
+3
*
Rename mark_stack to mark_c_stack
Mattias Engdegård
2022-04-08
1
-1
/
+1
*
Inline call0..8
Mattias Engdegård
2022-04-04
1
-9
/
+70
*
Replace list and vector sorting with TIMSORT algorithm
Andrew G Cohen
2022-04-04
1
-0
/
+3
*
Add optional GC marking function to specpdl unwind_ptr record
Mattias Engdegård
2022-04-04
1
-1
/
+4
*
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
1
-2
/
+0
*
Use filenvercmp instead of doing it by hand
Paul Eggert
2022-03-19
1
-1
/
+0
*
Remove internal_condition_case_[345]
Paul Eggert
2022-03-19
1
-3
/
+0
*
Make `command-modes' work for (native-compiled) subrs, too
Lars Ingebrigtsen
2022-03-19
1
-0
/
+1
*
Speed up fixnum printing
Mattias Engdegård
2022-03-18
1
-0
/
+1
*
Put bytecode stack frame metadata in a struct
Mattias Engdegård
2022-03-17
1
-3
/
+3
*
Improve random bignum generation
Paul Eggert
2022-03-16
1
-0
/
+1
*
Separate bytecode stack
Mattias Engdegård
2022-03-13
1
-0
/
+17
*
Simplify exec_byte_code arguments
Mattias Engdegård
2022-03-13
1
-2
/
+2
*
; * src/lisp.h: Remove redundant declaration
Mattias Engdegård
2022-03-12
1
-1
/
+0
*
Maintain end of specpdl instead of size
Mattias Engdegård
2022-03-12
1
-1
/
+1
*
Inline record_in_backtrace
Mattias Engdegård
2022-03-12
1
-0
/
+35
*
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-03-08
1
-0
/
+1
*
(specpdl_unrewind): Fix corner case
Stefan Monnier
2022-02-19
1
-0
/
+1
*
Rewrite thread context switch code (bug#48990)
Stefan Monnier
2022-02-12
1
-5
/
+1
*
Count bytes, not records, in specpdl_ref
Mattias Engdegård
2022-02-12
1
-11
/
+13
*
Turn specpdl_ref into a type of its own
Mattias Engdegård
2022-02-12
1
-6
/
+40
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-14
/
+71
*
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-28
1
-1
/
+4
[next]