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
*
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
*
* src/lisp.h (lisp_h_EQ, lisp_h_NILP): Fix length and indent
Stefan Monnier
2022-01-25
1
-14
/
+17
*
Inline maybe_quit
Mattias Engdegård
2022-01-24
1
-2
/
+24
*
Remove nil check in exec_byte_code
Mattias Engdegård
2022-01-24
1
-1
/
+1
*
Pin bytecode strings to avoid copy at call time
Mattias Engdegård
2022-01-24
1
-1
/
+11
*
Short-circuit the recursive bytecode funcall chain
Mattias Engdegård
2022-01-24
1
-0
/
+10
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-28
/
+59
|
\
|
*
Assume C99 when defining pD
Paul Eggert
2022-01-10
1
-19
/
+3
|
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
Fix build in a separate directory (bug#52669)
Sam Steingold
2021-12-20
1
-1
/
+1
|
*
|
Add sqlite3 support to Emacs
Lars Ingebrigtsen
2021-12-11
1
-0
/
+40
|
*
|
Port to Tiny C on x86-64
Paul Eggert
2021-12-03
1
-0
/
+5
|
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-03
1
-7
/
+9
|
|
\
|
|
|
*
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-12-02
1
-7
/
+9
*
|
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-5
/
+5
*
|
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-70
/
+146
|
/
/
*
|
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-3
/
+11
*
|
Pacify GCC -Wanalyzer-possible-null-dereference
Paul Eggert
2021-10-13
1
-19
/
+32
|
/
*
; * src/lisp.h (enum char_bits): Update the comment.
Eli Zaretskii
2021-09-28
1
-3
/
+2
*
Update comments warning about GC-resistant C programming
Eli Zaretskii
2021-09-22
1
-0
/
+8
*
Refactor minibuffer aborting
Miha Rihtaršič
2021-09-20
1
-1
/
+0
[next]