aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a proper type for obarraysMattias Engdegård2024-02-171-0/+2
* Simplify position-symbolPaul Eggert2024-02-131-8/+1
* Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-131-9/+7
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-09-021-1/+1
* | ; Delete some commented out code in data.c (Bug#64595)Stefan Kangas2023-09-051-2/+0
* | Move `wholenump` alias definitionMattias Engdegård2023-09-031-2/+0
* | (Fmake_local_variable): Fix bug#65209Stefan Monnier2023-08-181-9/+10
* | Provide backtrace for byte-ops aref and asetMattias Engdegård2023-07-261-0/+2
* | Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård2023-07-141-0/+5
* | Port NaN, infinity handling better to VAXPaul Eggert2023-07-131-1/+2
* | Avoid aborts when trying to 'read' sub-char-tablesStefan Monnier2023-07-081-1/+3
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+3
* | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-46/+15
* | Stop pretending that specpdl overflow can ever occurMattias Engdegård2023-04-131-2/+3
* | Merge from origin/emacs-29Stefan Kangas2023-03-201-1/+4
|\ \ | |/
| * Improve warning about changing the string returned by symbol-nameGregory Heytings2023-03-191-1/+4
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-44/+19
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-1/+1
|\ \ | |/
| * Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-131-1/+1
| * Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-131-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Ensure that we are not aset-ing Lisp records in purespace.Vibhav Pant2022-12-201-0/+1
|/
* Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-0/+1
|\
| * Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-181-0/+1
* | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-12/+24
|\ \ | |/
| * ; * 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
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-9/+9
|\ \ | |/
| * 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
* | Add new type treesit-compiled-queryYuan Fu2022-06-141-0/+3
* | ; Merge from master.Yuan Fu2022-05-071-20/+75
|\ \ | |/
| * * 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
* | Add tree-sitter intergrationYuan Fu2022-05-071-0/+6
|/
* 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