summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-05; Delete some commented out code in data.c (Bug#64595)Stefan Kangas
2023-09-03Move `wholenump` alias definitionMattias Engdegård
2023-09-02; Fix typosStefan Kangas
2023-08-18(Fmake_local_variable): Fix bug#65209Stefan Monnier
2023-07-26Provide backtrace for byte-ops aref and asetMattias Engdegård
2023-07-14Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård
2023-07-13Port NaN, infinity handling better to VAXPaul Eggert
2023-07-08Avoid aborts when trying to 'read' sub-char-tablesStefan Monnier
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-04-14Disallow creation of circular variable alias chainsMattias Engdegård
2023-04-13Stop pretending that specpdl overflow can ever occurMattias Engdegård
2023-03-20Merge from origin/emacs-29Stefan Kangas
2023-03-19Improve warning about changing the string returned by symbol-nameGregory Heytings
2023-02-21Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård
2023-02-18Merge from origin/emacs-29Stefan Kangas
2023-02-13Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo
2023-02-13Support `comp-enable-subr-trampolines' as string valueAndrea Corallo
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-20Ensure that we are not aset-ing Lisp records in purespace.Vibhav Pant
2022-10-05Merge branch 'master' into feature/tree-sitterYuan Fu
2022-09-18Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas
2022-08-29Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu
2022-07-20; * src/data.c (Fash): Improve wording of the doc string.Eli Zaretskii
2022-07-19; * src/data.c (Fash): More precise doc stringMattias Engdegård
2022-07-02Add a comment about buffer_local_value/find_symbol_valueLars Ingebrigtsen
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-14Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-06-14Add new type treesit-compiled-queryYuan Fu
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-06-10Fix issues with loading autoloaded defcustoms while boundIgnacio Casso
2022-05-07; Merge from master.Yuan Fu
2022-05-07Add tree-sitter intergrationYuan Fu
2022-04-29* lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos`Stefan Monnier
2022-04-26New generic function `oclosure-interactive-form`Stefan Monnier
2022-04-18Port struct Lisp_Subr to C99Paul Eggert
2022-04-04Speed up comparisons between 2 fixnumsMattias Engdegård
2022-03-19Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen
2022-03-18Speed up fixnum printingMattias Engdegård
2022-03-18Speed up number-to-string for fixnumsMattias Engdegård
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-31(function-history): New symbol property (bug#53632)Stefan Monnier
2022-01-29Fix compiler warning due to a recent changeEli Zaretskii
2022-01-28* src/data.c (Ffset, defalias): Complete last changeStefan Monnier
2022-01-28Reduce code duplication in parts of (auto)load&defaliasStefan Monnier
2022-01-14Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-14Use assq_no_quit on all local_var_alist accessesSergey Vinokurov
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie