aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Pure storage removal: Remove support for pinned objectsPip Cet2024-12-121-3/+0
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+0
| * Pure storage removal: Main partPip Cet2024-12-121-16/+2
| * Unexec removal: Remove HYBRID_MALLOC supportPip Cet2024-12-121-2/+2
| * Unexec removal: Main partPip Cet2024-12-121-60/+5
* | Simplify make_formatted_string APIPaul Eggert2025-01-261-2/+2
* | Signal error when keyword/arg list is malformedRobert Pluim2025-01-211-0/+9
* | Use 'max' macro in clip_to_boundsStefan Kangas2025-01-201-1/+1
* | Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-1/+0
* | Prefer the 'min'/'max' macros where possibleStefan Kangas2025-01-191-1/+1
* | Delete unused aliases for callnStefan Kangas2025-01-191-9/+0
* | Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* | Port recently-added bitfields back to GCCPaul Eggert2025-01-191-2/+2
* | Port recently-added bitfields to IBM XL C 16.1Paul Eggert2025-01-181-2/+2
* | Use calln instead of calling Ffuncall directlyStefan Kangas2025-01-141-1/+1
* | ; * src/lisp.h (struct Lisp_Subr): Fix comment (again).Eli Zaretskii2025-01-081-2/+2
* | ; * src/lisp.h (struct Lisp_Subr): Fix comment.Eli Zaretskii2025-01-081-2/+2
* | Fix store_function_docstring for native subrs (Bug#74966)Pip Cet2025-01-081-0/+3
* | Move define_error declaration and docstringStefan Kangas2025-01-081-5/+1
* | ; Fix indentationStefan Kangas2025-01-081-2/+2
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Don’t include stdlib.h from conf_post.hPaul Eggert2024-12-261-0/+35
* | Fix tty root frame collection in redisplay_internalGerd Möllmann2024-12-201-0/+1
|/
* * src/lisp.h (EQ): Improve generated code.Andrea Corallo2024-11-281-4/+4
* Prefer static_assert to verifyStefan Kangas2024-08-221-27/+28
* Remove stray obsolete comment about ‘volatile’Paul Eggert2024-08-191-3/+0
* Merge from savannah/emacs-30Po Lu2024-08-171-1/+1
|\
| * Apply --display kluge for PGTK tooPeter Oliver2024-08-171-1/+1
* | Simplify and speed up numeric comparisonsMattias Engdegård2024-07-271-9/+14
* | Fix bool vector length overflowPaul Eggert2024-07-201-3/+15