summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAge
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-28
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-28
* Fix implicit declaration of bswap_{32,64}Andreas Schwab2024-03-30
* Add `value<` (bug#69709)Mattias Engdegård2024-03-29
* (primitive-function): New typeStefan Monnier2024-03-18
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-18
* Change bare-symbol back to match intentPaul Eggert2024-03-11
* Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-04
* Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-28
|\
| * Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-24
| * Add a proper type for obarraysMattias Engdegård2024-02-23
| * Simplify position-symbolPaul Eggert2024-02-13
| * Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert2024-02-13
* | ; * src/data.c (Ftype_of): Update comment.Andrea Corallo2024-02-27
|/
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Merge from origin/emacs-29Eli Zaretskii2023-09-09
|\|
| * ; Fix typosStefan Kangas2023-09-02
* | ; Delete some commented out code in data.c (Bug#64595)Stefan Kangas2023-09-05
* | Move `wholenump` alias definitionMattias Engdegård2023-09-03
* | (Fmake_local_variable): Fix bug#65209Stefan Monnier2023-08-18
* | Provide backtrace for byte-ops aref and asetMattias Engdegård2023-07-26
* | Provide backtrace for byte-ops car, cdr, setcar, setcdr, nth and eltMattias Engdegård2023-07-14
* | Port NaN, infinity handling better to VAXPaul Eggert2023-07-13
* | Avoid aborts when trying to 'read' sub-char-tablesStefan Monnier2023-07-08
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17
* | 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
|\|