summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-18Fix (ash -1 1) undefined behaviorPaul Eggert
2026-04-08src/data.c (set_internal): Mention var which can't be unbound in error msgStefan Monnier
2026-03-20(Fmakunbound): Break aliasing, if present (bug#80538)Stefan Monnier
2026-03-12Replace remaining uses of Qwrong_type_argumentBasil L. Contovounesios
2026-02-20Fix predicate of `plist-member` on `function-history`Stefan Monnier
2026-02-12Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller
2026-02-12Introduce an enum Lisp_Fwd_PredicateHelmut Eller
2026-02-12Remove struct Lisp_Buffer_ObjfwdHelmut Eller
2026-02-12Remove struct Lisp_Kboard_ObjfwdHelmut Eller
2026-02-12Remove struct Lisp_ObjfwdHelmut Eller
2026-02-12Remove struct Lisp_BoolfwdHelmut Eller
2026-02-12Remove struct Lisp_IntfwdHelmut Eller
2026-02-12Introduce a struct Lisp_FwdHelmut Eller
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-27Fix recently-introduced ash bugPaul Eggert
2025-11-20Fix more mis-declarations of non-const functionsPaul Eggert
2025-11-19Fix mis-declarations of non-const functionsPaul Eggert
2025-09-22Change EQ to move slow code path into a separate functionPip Cet
2025-09-01; * src/data.c (Fash): GCC argument signedness quibbleMattias Engdegård
2025-09-01* src/data.c (Fash): Speed up when argument and result are fixnums.Mattias Engdegård
2025-08-24Disallow string data resizing (bug#79784)Mattias Engdegård
2025-07-17comp.el: Fix minor corner-case annoyancesStefan Monnier
2025-03-06Merge from savannah/emacs-30Po Lu
2025-03-06; Improve documentation of 2 symbol-related functionsEli Zaretskii
2025-02-28; Grammar fixes for "native-compiled"Stefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-21Signal error when keyword/arg list is malformedRobert Pluim
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-12-12Pure storage removal: Main partPip Cet
2024-11-02Merge from origin/emacs-30Eli Zaretskii
2024-10-27Tweak doc w.r.t to "void function" (bug#73886)Stefan Monnier
2024-10-27Merge from origin/emacs-30Eli Zaretskii
2024-10-27Update the documentation of void functionsEli Zaretskii
2024-08-17Merge from origin/emacs-30Eli Zaretskii
2024-08-15Replace some EQ with BASE_EQMattias Engdegård
2024-08-15; * src/data.c (Fsubrp): Improve docstring.Andrea Corallo
2024-07-27Reduce type checks in arithcompareMattias Engdegård
2024-07-27* src/data.c (arithcompare): Simplify fixnum/bignum comparisons.Mattias Engdegård
2024-07-27Simplify and speed up numeric comparisonsMattias Engdegård
2024-07-22Prohibit unbinding of built-in variablesPo Lu
2024-05-28Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier
2024-05-28Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier
2024-05-23Restore specbound keyboard-locals in the correct KBOARDPo Lu