| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Fix typos | Stefan Kangas | 2023-09-02 | 1 | -1/+1 |
* | Improve warning about changing the string returned by symbol-name | Gregory Heytings | 2023-03-19 | 1 | -1/+4 |
* | Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolines | Andrea Corallo | 2023-02-13 | 1 | -1/+1 |
* | Support `comp-enable-subr-trampolines' as string value | Andrea Corallo | 2023-02-13 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Merge branch 'master' into feature/tree-sitter | Yuan Fu | 2022-10-05 | 1 | -0/+1 |
|\ |
|
| * | Prefer using DEFSYMs to intern with wrong_type_argument | Stefan Kangas | 2022-09-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitter | Yuan Fu | 2022-08-29 | 1 | -12/+24 |
|\| |
|
| * | ; * src/data.c (Fash): Improve wording of the doc string. | Eli Zaretskii | 2022-07-20 | 1 | -5/+10 |
| * | ; * src/data.c (Fash): More precise doc string | Mattias Engdegård | 2022-07-19 | 1 | -1/+3 |
| * | Add a comment about buffer_local_value/find_symbol_value | Lars Ingebrigtsen | 2022-07-02 | 1 | -2/+7 |
| * | Allow plist-get/plist-put/plist-member to take a comparison function | Lars Ingebrigtsen | 2022-06-27 | 1 | -1/+1 |
| * | Use BASE_EQ instead of EQ where obviously safe | Mattias Engdegård | 2022-06-16 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitter | Yuan Fu | 2022-06-14 | 1 | -9/+9 |
|\| |
|
| * | Use BASE_EQ when comparing with Qunbound | Mattias Engdegård | 2022-06-12 | 1 | -6/+6 |
| * | Fix issues with loading autoloaded defcustoms while bound | Ignacio Casso | 2022-06-10 | 1 | -3/+3 |
* | | Add new type treesit-compiled-query | Yuan Fu | 2022-06-14 | 1 | -0/+3 |
* | | ; Merge from master. | Yuan Fu | 2022-05-07 | 1 | -20/+75 |
|\| |
|
| * | * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos` | Stefan Monnier | 2022-04-29 | 1 | -0/+1 |
| * | New generic function `oclosure-interactive-form` | Stefan Monnier | 2022-04-26 | 1 | -10/+22 |
| * | Port struct Lisp_Subr to C99 | Paul Eggert | 2022-04-18 | 1 | -3/+3 |
| * | Speed up comparisons between 2 fixnums | Mattias Engdegård | 2022-04-04 | 1 | -0/+12 |
| * | Make `command-modes' work for (native-compiled) subrs, too | Lars Ingebrigtsen | 2022-03-19 | 1 | -1/+5 |
| * | Speed up fixnum printing | Mattias Engdegård | 2022-03-18 | 1 | -14/+24 |
| * | Speed up number-to-string for fixnums | Mattias Engdegård | 2022-03-18 | 1 | -6/+22 |
* | | Add tree-sitter intergration | Yuan Fu | 2022-05-07 | 1 | -0/+6 |
|/ |
|
* | Replace ptrdiff_t with new specpdl_ref type for specpdl references | Mattias Engdegård | 2022-02-12 | 1 | -1/+1 |
* | (function-history): New symbol property (bug#53632) | Stefan Monnier | 2022-01-31 | 1 | -12/+50 |
* | Fix compiler warning due to a recent change | Eli Zaretskii | 2022-01-29 | 1 | -3/+2 |
* | * src/data.c (Ffset, defalias): Complete last change | Stefan Monnier | 2022-01-28 | 1 | -3/+3 |
* | Reduce code duplication in parts of (auto)load&defalias | Stefan Monnier | 2022-01-28 | 1 | -22/+29 |
* | Merge branch 'master' into scratch/correct-warning-pos | Alan Mackenzie | 2022-01-14 | 1 | -10/+6 |
|\ |
|
| * | Use assq_no_quit on all local_var_alist accesses | Sergey Vinokurov | 2022-01-14 | 1 | -10/+6 |
* | | Merge branch 'master' into scratch/correct-warning-pos | Alan Mackenzie | 2022-01-11 | 1 | -5/+9 |
|\| |
|
| * | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| * | | Add sqlite3 support to Emacs | Lars Ingebrigtsen | 2021-12-11 | 1 | -0/+2 |
| |/ |
|
| * | Port to C compilers that lack size-0 arrays | Paul Eggert | 2021-12-02 | 1 | -4/+6 |
* | | Miscellaneous enhancements to scratch/correct-warning-pos. | Alan Mackenzie | 2021-12-31 | 1 | -1/+15 |
* | | Several amendments to scratch/correct-warning-pos. | Alan Mackenzie | 2021-12-01 | 1 | -2/+14 |
* | | First commit of scratch/correct-warning-pos. | Alan Mackenzie | 2021-11-29 | 1 | -0/+81 |
|/ |
|
* | Don't quote nil and t in doc strings and comments | Lars Ingebrigtsen | 2021-09-21 | 1 | -1/+1 |
* | Avoid segfault in command-modes | Basil L. Contovounesios | 2021-09-04 | 1 | -0/+2 |
* | Quit minibuffers without aborting kmacros | Miha Rihtaršič | 2021-07-20 | 1 | -0/+2 |
* | Merge from origin/emacs-27 | Glenn Morris | 2021-07-16 | 1 | -4/+4 |
|\ |
|
| * | ; * src/data.c (Fcar, Fcdr): Doc fix. | Eli Zaretskii | 2021-07-14 | 1 | -4/+4 |
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | Add new convenience function `buffer-local-boundp' | Lars Ingebrigtsen | 2021-05-31 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-03-31 | 1 | -0/+1 |
|\ \ |
|