aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcGerd Möllmann2025-09-041-9/+17
|\
| * ; * src/data.c (Fash): GCC argument signedness quibbleMattias Engdegård2025-09-011-1/+1
| * * src/data.c (Fash): Speed up when argument and result are fixnums.Mattias Engdegård2025-09-011-9/+17
* | Merge branch 'master' into feature/igcGerd Möllmann2025-08-241-29/+14
|\ \ | |/
| * Disallow string data resizing (bug#79784)Mattias Engdegård2025-08-241-29/+14
* | Merge branch 'master' into feature/igcGerd Möllmann2025-07-311-2/+3
|\ \ | |/
| * comp.el: Fix minor corner-case annoyancesStefan Monnier2025-07-171-2/+3
* | Merge from 'savannah/master'Pip Cet2025-03-181-6/+8
|\ \ | |/
| * Merge from savannah/emacs-30Po Lu2025-03-061-3/+5
| |\
| | * ; Improve documentation of 2 symbol-related functionsEli Zaretskii2025-03-061-3/+5
| | * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| * | ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-3/+3
* | | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-27/+11
|\ \ \ | |/ /
| * | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-27/+11
| |\ \
| | * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-20/+11
| | * | Pure storage removal: Main partPip Cet2024-12-121-7/+0
* | | | Merge branch 'master' into feature/igcPip Cet2025-01-311-1/+5
|\ \ \ \ | |/ / /
| * | | Signal error when keyword/arg list is malformedRobert Pluim2025-01-211-0/+3
| * | | Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-1/+2
* | | | Merge branch 'master' into feature/igcGerd Möllmann2025-01-191-2/+2
|\ \ \ \ | |/ / /
| * | | Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* | | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-151-2/+2
|\ \ \ \ | |/ / /
| * | | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-2/+2
* | | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-7/+7
|\ \ \ \ | |/ / /
| * | | 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 branch 'master' into scratch/igcGerd Möllmann2024-10-191-7/+9
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-108/+134
|\ \ \ | |/ /
| * | 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
| |/
* | MPS weak-key hash table supportPip Cet2024-07-011-0/+3
* | Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller2024-06-241-1/+1
* | Introduce an enum Lisp_Fwd_PredicateHelmut Eller2024-06-241-28/+55
* | Remove struct Lisp_Buffer_ObjfwdHelmut Eller2024-06-231-10/+9
* | Remove struct Lisp_Kboard_ObjfwdHelmut Eller2024-06-231-6/+6
* | Remove struct Lisp_ObjfwdHelmut Eller2024-06-231-8/+8
* | Remove struct Lisp_BoolfwdHelmut Eller2024-06-231-5/+5
* | Remove struct Lisp_IntfwdHelmut Eller2024-06-231-5/+5
* | Introduce a struct Lisp_FwdHelmut Eller2024-06-231-19/+20
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-10/+10
|\ \ | |/
| * 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