aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Avoid accessing uninitialized bool_vector wordsPaul Eggert2024-07-201-0/+1
* | Assume setlocale existsPaul Eggert2024-06-301-6/+0
|/
* "Insert before markers" in read_and_insert_process_output properlyDmitry Gutov2024-06-141-2/+2
* read_and_insert_process_output: Insert before markersDmitry Gutov2024-06-111-0/+2
* Fix the GNUstep buildPo Lu2024-06-051-1/+1
* Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-281-5/+5
* Clean up legacy bytecode loadingMattias Engdegård2024-05-261-3/+1
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-10/+31
* Port knuth_hash to odd platformsPaul Eggert2024-05-191-5/+9
* Prefer stdbit.h to count-one-bits.h etcPaul Eggert2024-05-181-3/+4
* * Work around GCC bug affecting Garbage Collection (bug#65727).Andrea Corallo2024-05-181-0/+6
* Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-1/+3
* Improve static checking when using upcoming GCC 13.3Paul Eggert2024-05-091-1/+1
* Pacify GCC 14 -Wnull-dereference in tim_sortPaul Eggert2024-04-301-1/+2
* Take fields into account during text conversionPo Lu2024-04-291-0/+3
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-11/+11
* Faster JSON parsingMattias Engdegård2024-04-011-0/+2
* Always enable native JSON support and remove Jansson referencesMattias Engdegård2024-03-301-2/+0
* New JSON encoder (bug#70007)Mattias Engdegård2024-03-301-1/+0
* Fix implicit declaration of bswap_{32,64}Andreas Schwab2024-03-301-0/+1