index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp.h
Age
Commit message (
Expand
)
Author
2026-05-27
Use compound literal in lisp_h_make_fixnum_wrap
Paul Eggert
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-05-23
Be more careful about size multiplication
Paul Eggert
2026-05-23
New function memory_full_up
Paul Eggert
2026-05-17
Remove SAFE_ALLOCA_LISP_EXTRA
Paul Eggert
2026-04-26
Support Elisp debugging and backtraces in code called by modules
Aaron L. Zeng
2026-03-26
Simplify some struct frame.output_method checks
Basil L. Contovounesios
2026-03-21
Move the attribute field of charsets to a separate vector
Helmut Eller
2026-02-28
Don’t stuff keyboard input uselessly
Paul Eggert
2026-02-28
Show a message in locked frames in single-kboard mode
Sean Whitton
2026-02-24
Compare circular lists in 'equal' without error (bug#80456)
Mattias Engdegård
2026-02-21
Stop ENUM_BF worrying about gcc -std=c89 -pedantic
Paul Eggert
2026-02-21
Port Lisp_Fwd to strict C bitfields
Paul Eggert
2026-02-12
* src/lisp.h (struct Lisp_Fwd): Add comments.
Helmut Eller
2026-02-12
Move the Lisp_Fwd.bufoffset field back to the union
Helmut Eller
2026-02-12
Introduce an enum Lisp_Fwd_Predicate
Helmut Eller
2026-02-12
Remove struct Lisp_Buffer_Objfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Kboard_Objfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Objfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Boolfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Intfwd
Helmut Eller
2026-02-12
Introduce a struct Lisp_Fwd
Helmut Eller
2026-01-11
Fix crash where dead frame remains on list of live frames (Bug#80120)
Martin Rudalics
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-19
Revert to simpler (and we hope faster) TAGGEDP
Paul Eggert
2025-12-08
Fix some C symbol extern visibility
Paul Eggert
2025-12-07
Align config.h better to src/lisp.h
Paul Eggert
2025-11-27
Work around a bug in GCC 14 i386 C23 alignas
Paul Eggert
2025-11-20
A few more functions are not pure
Paul Eggert
2025-11-19
Fix mis-declarations of non-const functions
Paul Eggert
2025-11-15
Avoid extra newline in user-error logged in *Messages*
Eli Zaretskii
2025-10-31
; * src/lisp.h (MAX_ALLOCA): Comment on enlarging the value.
Eli Zaretskii
2025-10-22
; * src/lisp.h (struct Lisp_String): mention terminating NUL
Mattias Engdegård
2025-10-20
Don't feed the stack overflow detector bad data
Mattias Engdegård
2025-09-22
* Make sure the compiler optimizes for symbols_with_pos_enabled 0 in EQ
Andrea Corallo
2025-09-22
Change EQ to move slow code path into a separate function
Pip Cet
2025-09-17
; * src/lisp.h (enum handlertype): Comment accuracy.
Mattias Engdegård
2025-08-24
Disallow string data resizing (bug#79784)
Mattias Engdegård
2025-08-02
Port better to Linux with 1 MiB pages
Paul Eggert
2025-07-24
Refactor to allow nameless auto strings
Paul Eggert
2025-07-21
Refactor by coalescing MAX_RW_COUNT definitions
Paul Eggert
2025-06-01
; Avoid compiler warnings in MinGW builds
Eli Zaretskii
2025-05-15
New top-level buffer-local value functions
Sean Whitton
2025-05-03
Add line-column tracking for tree-sitter
Yuan Fu
2025-04-19
Avoid name clashes with static GnuTLS
Paul Eggert
2025-04-13
Use a pristine copy of argv to restart Emacs
Jens Schmidt
2025-03-10
; Correct typos in commentary and error messages
Po Lu
2025-03-09
Re-port to 32-bit systems without alignment primitives
Po Lu
2025-03-06
(replace_range): Delete argument `markers`
Stefan Monnier
[next]