aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Android portPo Lu2023-03-071-1/+2
* Update Android portPo Lu2023-02-161-0/+2
* Update Android portPo Lu2023-02-151-0/+1
* Update Android portPo Lu2023-02-151-0/+3
* Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-121-0/+6
|\
| * Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-0/+6
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-051-3/+4
|\ \ | |/
| * Update some commentary for C23Paul Eggert2023-02-041-3/+4
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-041-0/+3
|\ \ | |/
| * 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
* | | Update Android portPo Lu2023-01-261-0/+1
* | | Update Android portPo Lu2023-01-131-0/+2
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2022-12-311-1/+0
|\ \ \ | |/ /
| * | Avoid duplicate inclusion of stdalign.hPaul Eggert2022-12-261-1/+0
* | | Bring up the Android operating system and its window systemPo Lu2022-12-311-0/+12
|/ /
* | 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