summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
2023-09-02; Fix typosStefan Kangas
2023-03-19Improve warning about changing the string returned by symbol-nameGregory Heytings
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-01; Add 2023 to copyright years.Eli Zaretskii
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
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert
2021-12-01Several amendments to scratch/correct-warning-pos.Alan Mackenzie
2021-11-29First commit of scratch/correct-warning-pos.Alan Mackenzie
2021-09-21Don't quote nil and t in doc strings and commentsLars Ingebrigtsen
2021-09-04Avoid segfault in command-modesBasil L. Contovounesios
2021-07-20Quit minibuffers without aborting kmacrosMiha Rihtaršič
2021-07-16Merge from origin/emacs-27Glenn Morris
2021-07-14; * src/data.c (Fcar, Fcdr): Doc fix.Eli Zaretskii
2021-05-31Add new convenience function `buffer-local-boundp'Lars Ingebrigtsen
2021-03-31Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo
2021-03-29Protect add-variable-watcher from incorrect usageEli Zaretskii
2021-02-21Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo