index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data.c
Age
Commit message (
Expand
)
Author
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-05-18
Fix (ash -1 1) undefined behavior
Paul Eggert
2026-04-08
src/data.c (set_internal): Mention var which can't be unbound in error msg
Stefan Monnier
2026-03-20
(Fmakunbound): Break aliasing, if present (bug#80538)
Stefan Monnier
2026-03-12
Replace remaining uses of Qwrong_type_argument
Basil L. Contovounesios
2026-02-20
Fix predicate of `plist-member` on `function-history`
Stefan Monnier
2026-02-12
Move the Lisp_Fwd.bufoffset field back to the union
Helmut Eller
2026-02-12
Introduce an enum Lisp_Fwd_Predicate
Helmut Eller
2026-02-12
Remove struct Lisp_Buffer_Objfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Kboard_Objfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Objfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Boolfwd
Helmut Eller
2026-02-12
Remove struct Lisp_Intfwd
Helmut Eller
2026-02-12
Introduce a struct Lisp_Fwd
Helmut Eller
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-27
Fix recently-introduced ash bug
Paul Eggert
2025-11-20
Fix more mis-declarations of non-const functions
Paul Eggert
2025-11-19
Fix mis-declarations of non-const functions
Paul Eggert
2025-09-22
Change EQ to move slow code path into a separate function
Pip Cet
2025-09-01
; * src/data.c (Fash): GCC argument signedness quibble
Mattias Engdegård
2025-09-01
* src/data.c (Fash): Speed up when argument and result are fixnums.
Mattias Engdegård
2025-08-24
Disallow string data resizing (bug#79784)
Mattias Engdegård
2025-07-17
comp.el: Fix minor corner-case annoyances
Stefan Monnier
2025-03-06
Merge from savannah/emacs-30
Po Lu
2025-03-06
; Improve documentation of 2 symbol-related functions
Eli Zaretskii
2025-02-28
; Grammar fixes for "native-compiled"
Stefan Kangas
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-21
Signal error when keyword/arg list is malformed
Robert Pluim
2025-01-20
Remove redundant case_Lisp_Int macro
Stefan Kangas
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-14
Prefer calln to CALLN where applicable
Stefan Kangas
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-12-12
Pure storage removal: Main part
Pip Cet
2024-11-02
Merge from origin/emacs-30
Eli Zaretskii
2024-10-27
Tweak doc w.r.t to "void function" (bug#73886)
Stefan Monnier
2024-10-27
Merge from origin/emacs-30
Eli Zaretskii
2024-10-27
Update the documentation of void functions
Eli Zaretskii
2024-08-17
Merge from origin/emacs-30
Eli Zaretskii
2024-08-15
Replace some EQ with BASE_EQ
Mattias Engdegård
2024-08-15
; * src/data.c (Fsubrp): Improve docstring.
Andrea Corallo
2024-07-27
Reduce type checks in arithcompare
Mattias Engdegård
2024-07-27
* src/data.c (arithcompare): Simplify fixnum/bignum comparisons.
Mattias Engdegård
2024-07-27
Simplify and speed up numeric comparisons
Mattias Engdegård
2024-07-22
Prohibit unbinding of built-in variables
Po Lu
2024-05-28
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-28
Rename `subr-native-elisp` to `native-comp-function` (bug#71123)
Stefan Monnier
2024-05-23
Restore specbound keyboard-locals in the correct KBOARD
Po Lu
[next]