aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-181-0/+1
* ; * src/data.c (Fash): Improve wording of the doc string.Eli Zaretskii2022-07-201-5/+10
* ; * src/data.c (Fash): More precise doc stringMattias Engdegård2022-07-191-1/+3
* Add a comment about buffer_local_value/find_symbol_valueLars Ingebrigtsen2022-07-021-2/+7
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-1/+1
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-6/+6
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-6/+6
* Fix issues with loading autoloaded defcustoms while boundIgnacio Casso2022-06-101-3/+3
* * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos`Stefan Monnier2022-04-291-0/+1
* New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-10/+22
* Port struct Lisp_Subr to C99Paul Eggert2022-04-181-3/+3
* Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-041-0/+12
* Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-1/+5
* Speed up fixnum printingMattias Engdegård2022-03-181-14/+24
* Speed up number-to-string for fixnumsMattias Engdegård2022-03-181-6/+22
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* (function-history): New symbol property (bug#53632)Stefan Monnier2022-01-311-12/+50
* Fix compiler warning due to a recent changeEli Zaretskii2022-01-291-3/+2
* * src/data.c (Ffset, defalias): Complete last changeStefan Monnier2022-01-281-3/+3
* Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-281-22/+29
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-141-10/+6
|\
| * Use assq_no_quit on all local_var_alist accessesSergey Vinokurov2022-01-141-10/+6
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-5/+9
|\ \ | |/
| * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-111-0/+2
| |/
| * Port to C compilers that lack size-0 arraysPaul Eggert2021-12-021-4/+6
* | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-311-1/+15
* | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-2/+14
* | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-0/+81
|/
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Avoid segfault in command-modesBasil L. Contovounesios2021-09-041-0/+2
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-0/+2
* Merge from origin/emacs-27Glenn Morris2021-07-161-4/+4
|\
| * ; * src/data.c (Fcar, Fcdr): Doc fix.Eli Zaretskii2021-07-141-4/+4
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Add new convenience function `buffer-local-boundp'Lars Ingebrigtsen2021-05-311-1/+3
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-311-0/+1
|\ \
| * | Protect add-variable-watcher from incorrect usageEli Zaretskii2021-03-291-0/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-211-1/+11
|\ \ \ | |/ /
| * | Faster, more compact, and readable closure creationMattias Engdegård2021-02-211-0/+2
| * | Change how (declare (modes store the dataLars Ingebrigtsen2021-02-201-1/+9
* | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-171-5/+82
|\ \ \ | |/ /
| * | Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-141-6/+1
| * | Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-141-5/+87
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-101-1/+3
|\ \ \ | |/ /
| * | Add cross-references to defvar-localStefan Kangas2021-02-011-1/+3
* | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-161-0/+3
|\ \ \ | |/ /
| * | Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-0/+3
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\ \ \ | |/ /