aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don’t stuff keyboard input uselesslyPaul Eggert10 days1-1/+1
* Show a message in locked frames in single-kboard modeSean Whitton10 days1-0/+2
* Compare circular lists in 'equal' without error (bug#80456)Mattias Engdegård2026-02-241-9/+18
* Stop ENUM_BF worrying about gcc -std=c89 -pedanticPaul Eggert2026-02-211-4/+4
* Port Lisp_Fwd to strict C bitfieldsPaul Eggert2026-02-211-2/+2
* * src/lisp.h (struct Lisp_Fwd): Add comments.Helmut Eller2026-02-121-5/+5
* Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller2026-02-121-3/+6
* Introduce an enum Lisp_Fwd_PredicateHelmut Eller2026-02-121-4/+13
* Remove struct Lisp_Buffer_ObjfwdHelmut Eller2026-02-121-14/+16
* Remove struct Lisp_Kboard_ObjfwdHelmut Eller2026-02-121-13/+4
* Remove struct Lisp_ObjfwdHelmut Eller2026-02-121-17/+8
* Remove struct Lisp_BoolfwdHelmut Eller2026-02-121-11/+2
* Remove struct Lisp_IntfwdHelmut Eller2026-02-121-16/+6
* Introduce a struct Lisp_FwdHelmut Eller2026-02-121-42/+52
* Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics2026-01-111-0/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Revert to simpler (and we hope faster) TAGGEDPPaul Eggert2025-12-191-8/+2
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-5/+2
* Align config.h better to src/lisp.hPaul Eggert2025-12-071-20/+11
* Work around a bug in GCC 14 i386 C23 alignasPaul Eggert2025-11-271-7/+11
* A few more functions are not purePaul Eggert2025-11-201-5/+5
* Fix mis-declarations of non-const functionsPaul Eggert2025-11-191-4/+4
* Avoid extra newline in user-error logged in *Messages*Eli Zaretskii2025-11-151-0/+1
* ; * src/lisp.h (MAX_ALLOCA): Comment on enlarging the value.Eli Zaretskii2025-10-311-1/+15
* ; * src/lisp.h (struct Lisp_String): mention terminating NULMattias Engdegård2025-10-221-0/+3
* Don't feed the stack overflow detector bad dataMattias Engdegård2025-10-201-1/+1
* * Make sure the compiler optimizes for symbols_with_pos_enabled 0 in EQAndrea Corallo2025-09-221-1/+1
* Change EQ to move slow code path into a separate functionPip Cet2025-09-221-4/+7
* ; * src/lisp.h (enum handlertype): Comment accuracy.Mattias Engdegård2025-09-171-1/+1
* Disallow string data resizing (bug#79784)Mattias Engdegård2025-08-241-2/+0
* Port better to Linux with 1 MiB pagesPaul Eggert2025-08-021-11/+1
* Refactor to allow nameless auto stringsPaul Eggert2025-07-241-3/+15
* Refactor by coalescing MAX_RW_COUNT definitionsPaul Eggert2025-07-211-0/+11
* ; Avoid compiler warnings in MinGW buildsEli Zaretskii2025-06-011-2/+3
* New top-level buffer-local value functionsSean Whitton2025-05-151-1/+2
* Add line-column tracking for tree-sitterYuan Fu2025-05-031-0/+4
* Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-4/+4
* Use a pristine copy of argv to restart EmacsJens Schmidt2025-04-131-0/+3
* ; Correct typos in commentary and error messagesPo Lu2025-03-101-2/+2
* Re-port to 32-bit systems without alignment primitivesPo Lu2025-03-091-9/+25
* (replace_range): Delete argument `markers`Stefan Monnier2025-03-061-2/+1
* Make Emacs buildable with -std=c11.Philipp Stephani2025-03-041-1/+1
* Port to modern GCC and pdumper on MS-DOSPo Lu2025-02-201-2/+3
* (replace_range): Delete last arg, always the negation of the first boolStefan Monnier2025-02-181-1/+1
* Improve malloc Lisp alignment commentaryPaul Eggert2025-02-011-1/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-124/+11
|\
| * Fix define_error docstring for pure space removalStefan Kangas2025-01-081-2/+1
| * Remove unused function my_heap_startStefan Kangas2024-12-121-1/+0
| * Pure storage removal: Adjust nativecomp codePip Cet2024-12-121-1/+1
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-5/+1