aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-291-1/+2
* Add back timsort key function handling (bug#69709)Mattias Engdegård2024-03-291-1/+1
* Add `value<` (bug#69709)Mattias Engdegård2024-03-291-0/+24
* Followup changes to `cl-type-of`scratch/object-typeStefan Monnier2024-03-181-4/+2
* Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-041-0/+1
* Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-241-1/+0
* ; Fix last change in lisp.h.Eli Zaretskii2024-02-241-1/+1
* Check daemon is initialized before suppressing its init errorsSpencer Baugh2024-02-241-0/+1
* Add a proper type for obarraysMattias Engdegård2024-02-231-1/+135
* ; * src/lisp.h: Add Lisp_Object tagging scheme overviewMattias Engdegård2024-02-211-0/+10
* Replace XSET_HASH_TABLE with make_lisp_hash_tableMattias Engdegård2024-02-191-2/+6
* Do not ignore -Wanalyzer-allocation-size in GCC 14Paul Eggert2024-02-181-1/+1
* XSYMBOL eassume speedupsPaul Eggert2024-02-131-2/+2
* Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-131-19/+24
* Remove lisp_h_XCONS etcPaul Eggert2024-02-131-17/+11
* Remove lisp_h_PSEUDOVECTORP etcPaul Eggert2024-02-131-19/+12
* Remove BASE2_EQPaul Eggert2024-02-131-15/+3
* Simplify and speed up EQ againPaul Eggert2024-02-131-11/+6
* Simplify and speed up EQPaul Eggert2024-02-131-17/+9
* Rearrange and pack hash table fields to reduce spaceMattias Engdegård2024-02-061-7/+8
* Change hash range reduction from remainder to multiplicationMattias Engdegård2024-02-061-3/+10
* Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-051-1/+1
* Rename TAG_PTR to TAG_PTR_INITIALLYPaul Eggert2024-01-281-11/+7
* * src/lisp.h: Improve TAG_PTR comments.Paul Eggert2024-01-281-4/+9