summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-3/+4
* Port modiff changes to GCC 4.8.5Paul Eggert2023-05-171-12/+5
* Help GCC compute modiff_incrPaul Eggert2023-05-141-2/+18
* Work around GCC bug 109577Paul Eggert2023-05-141-0/+8
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-3/+3
|\
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
| * Code cleanup for long line optimizationsGregory Heytings2023-03-291-3/+2
* | New helper function assq_no_signalYuan Fu2023-04-161-0/+1
* | Fit symbol_redirect snugly in two bitsMattias Engdegård2023-04-161-22/+14
* | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-1/+0
* | Make string-lessp vectorisation saferMattias Engdegård2023-03-311-20/+0
* | Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-0/+6
* | Update some commentary for C23Paul Eggert2023-02-041-3/+4
* | Merge from origin/emacs-29Stefan Kangas2023-02-031-0/+3
|\ \ | |/
| * (treesit_predicate_match): Match node text against regexp without consingDmitry Gutov2023-02-021-0/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Avoid duplicate inclusion of stdalign.hPaul Eggert2022-12-261-1/+0
* | Add support for additional memory checks using AddressSanitizer.Vibhav Pant2022-12-191-0/+20
|/
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-271-1/+2
|\
| * Reworked locked narrowing.Gregory Heytings2022-11-251-0/+1
| * Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-11-241-1/+2
| |\
| * \ Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-10-301-18/+20
| |\ \
| * | | Improved locked narrowing.Gregory Heytings2022-08-201-1/+1
* | | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-18/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-031-1/+1
| * | | Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-021-0/+1
| | |/ | |/|
| * | Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-291-4/+5
| * | Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-6/+3
| |\ \
| | * | Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-1/+1
| | * | Tighten up handling of `otick`Stefan Monnier2022-10-091-1/+0
| | * | Merge 'master' into noverlayStefan Monnier2022-09-251-1245/+2067
| | |\ \
| | * | | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-10/+9
| * | | | lisp.h: Remove unnecessary preprocessor conditionsLin Sun2022-10-251-2/+0
| * | | | src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-121-1/+1
| * | | | Better Lisp_String commentsMattias Engdegård2022-10-081-4/+9
| | |/ / | |/| |
* | | | New function fast_c_string_match and fast_c_string_match_internalYuan Fu2022-11-091-2/+17
* | | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-1/+2
|\ \ \ \ | |/ / /
| * | | Port alignas definition to C23Paul Eggert2022-09-131-1/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-17/+47
|\ \ \ | |/ /
| * | New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie2022-08-111-0/+2
| * | Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-1/+2
| * | Merge branch 'master' into feature/long-lines-improvementsGregory Heytings2022-08-041-2/+3
| |\ \
| | * | Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-0/+1
| | * | Tune blv_foundPaul Eggert2022-08-011-2/+2
| * | | Add locked narrowing around pre- and post-command-hookGregory Heytings2022-07-311-0/+1
| |/ /
| * | Correct symbol in error for failed CHECK_INTEGER (bug#56723)Mattias Engdegård2022-07-231-1/+1
| * | Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-211-4/+10
| |\ \
| | * | Further tweaks to long lines handling.Gregory Heytings2022-07-201-0/+3
| | * | Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-191-3/+4