summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAge
* Disallow creation of circular variable alias chainsMattias Engdegård2023-04-14
* Stop pretending that specpdl overflow can ever occurMattias Engdegård2023-04-13
* Merge from origin/emacs-29Stefan Kangas2023-03-20
|\
| * Improve warning about changing the string returned by symbol-nameGregory Heytings2023-03-19
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-21
* | Merge from origin/emacs-29Stefan Kangas2023-02-18
|\|
| * Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-13
| * Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-13
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Ensure that we are not aset-ing Lisp records in purespace.Vibhav Pant2022-12-20
|/
* Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-05
|\
| * Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-18
* | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\|
| * ; * src/data.c (Fash): Improve wording of the doc string.Eli Zaretskii2022-07-20
| * ; * src/data.c (Fash): More precise doc stringMattias Engdegård2022-07-19
| * Add a comment about buffer_local_value/find_symbol_valueLars Ingebrigtsen2022-07-02
| * Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
| * Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-14
|\|
| * Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-12
| * Fix issues with loading autoloaded defcustoms while boundIgnacio Casso2022-06-10
* | Add new type treesit-compiled-queryYuan Fu2022-06-14
* | ; Merge from master.Yuan Fu2022-05-07
|\|
| * * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos`Stefan Monnier2022-04-29
| * New generic function `oclosure-interactive-form`Stefan Monnier2022-04-26
| * Port struct Lisp_Subr to C99Paul Eggert2022-04-18
| * Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-04
| * Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-19
| * Speed up fixnum printingMattias Engdegård2022-03-18
| * Speed up number-to-string for fixnumsMattias Engdegård2022-03-18
* | Add tree-sitter intergrationYuan Fu2022-05-07
|/
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* (function-history): New symbol property (bug#53632)Stefan Monnier2022-01-31
* Fix compiler warning due to a recent changeEli Zaretskii2022-01-29
* * src/data.c (Ffset, defalias): Complete last changeStefan Monnier2022-01-28
* Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-28
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-14
|\
| * Use assq_no_quit on all local_var_alist accessesSergey Vinokurov2022-01-14
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-11
|\|
| * Merge from origin/emacs-28Eli Zaretskii2022-01-01
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
| * | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-11
| |/
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-02
* | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-31
* | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-01
* | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-29
|/
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-21
* Avoid segfault in command-modesBasil L. Contovounesios2021-09-04
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-20