aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Signal error when keyword/arg list is malformedRobert Pluim2025-01-211-0/+3
* Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-1/+2
* Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* Prefer calln to CALLN where applicableStefan Kangas2025-01-141-2/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge from origin/emacs-30Eli Zaretskii2024-11-021-3/+3
|\
| * Tweak doc w.r.t to "void function" (bug#73886)Stefan Monnier2024-10-271-3/+3
* | Merge from origin/emacs-30Eli Zaretskii2024-10-271-6/+6
|\ \ | |/
| * Update the documentation of void functionsEli Zaretskii2024-10-271-6/+6
* | Merge from origin/emacs-30Eli Zaretskii2024-08-171-1/+3
|\ \ | |/
| * ; * src/data.c (Fsubrp): Improve docstring.Andrea Corallo2024-08-151-1/+3
* | Replace some EQ with BASE_EQMattias Engdegård2024-08-151-6/+6
* | Reduce type checks in arithcompareMattias Engdegård2024-07-271-30/+56
* | * src/data.c (arithcompare): Simplify fixnum/bignum comparisons.Mattias Engdegård2024-07-271-2/+4
* | Simplify and speed up numeric comparisonsMattias Engdegård2024-07-271-84/+76
* | Prohibit unbinding of built-in variablesPo Lu2024-07-221-23/+22
|/
* Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-281-5/+5
* Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier2024-05-281-6/+6
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-22/+34
* Prefer stdbit.h to count-one-bits.h etcPaul Eggert2024-05-181-90/+5
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-15/+31
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-11/+11
* Fix implicit declaration of bswap_{32,64}Andreas Schwab2024-03-301-1/+0
* Add `value<` (bug#69709)Mattias Engdegård2024-03-291-24/+2
* (primitive-function): New typeStefan Monnier2024-03-181-2/+2
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-181-5/+35
* Change bare-symbol back to match intentPaul Eggert2024-03-111-13/+22
* Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-041-14/+19
* Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-281-35/+23
|\
| * Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-241-19/+14
| * Add a proper type for obarraysMattias Engdegård2024-02-231-0/+2
| * Simplify position-symbolPaul Eggert2024-02-131-8/+1
| * Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-131-9/+7
* | ; * src/data.c (Ftype_of): Update comment.Andrea Corallo2024-02-271-1/+1
|/
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-09-021-1/+1
* | ; Delete some commented out code in data.c (Bug#64595)Stefan Kangas2023-09-051-2/+0
* | Move `wholenump` alias definitionMattias Engdegård2023-09-031-2/+0
* | (Fmake_local_variable): Fix bug#65209Stefan Monnier2023-08-181-9/+10
* | Provide backtrace for byte-ops aref and asetMattias Engdegård2023-07-261-0/+2
* | Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård2023-07-141-0/+5
* | Port NaN, infinity handling better to VAXPaul Eggert2023-07-131-1/+2
* | Avoid aborts when trying to 'read' sub-char-tablesStefan Monnier2023-07-081-1/+3
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-46/+15
* | Stop pretending that specpdl overflow can ever occurMattias Engdegård2023-04-131-2/+3
* | Merge from origin/emacs-29Stefan Kangas2023-03-201-1/+4
|\ \ | |/
| * Improve warning about changing the string returned by symbol-nameGregory Heytings2023-03-191-1/+4