aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Nontext mouse cursor as default on {tab|tool}-barManuel Giraud2023-10-051-5/+4
* | Introduce an input method callback required by Android 34Po Lu2023-10-055-1/+219
* | Port Emacs to Android 34Po Lu2023-10-051-1/+1
* | Correct local reference leaksPo Lu2023-10-045-21/+60
* | regex.c: Fix recent regression with mutually_exclusive_pStefan Monnier2023-10-031-8/+33
* | Update Android portPo Lu2023-10-032-24/+60
* | ; Fix mistyped --enable-checking in docs.Basil L. Contovounesios2023-10-011-1/+1
* | Update Android portPo Lu2023-10-012-7/+7
* | ; * src/regex-emacs.c (forall_firstchar_1): Fix compilation error.Eli Zaretskii2023-09-301-1/+2
* | Merge remote-tracking branch 'refs/remotes/origin/master'Stefan Monnier2023-09-303-12/+24
|\ \
| * | Update Android portPo Lu2023-09-302-7/+19
| * | Fix last changePo Lu2023-09-301-5/+5
* | | regex.c: Remove the old analyzes functionsStefan Monnier2023-09-291-562/+3
* | | regex.c: Consolidate the two analysis functionsStefan Monnier2023-09-291-11/+580
* | | regex.c: Various cosmetic changesStefan Monnier2023-09-291-42/+45
|/ /
* | * src/regex-emacs.c (STORE_NUMBER): Make it a plain functionStefan Monnier2023-09-291-5/+6
* | search.c (re--describe-compiled): New function (bug#66261)Stefan Monnier2023-09-293-85/+136
* | regex.c (mutually_exclusive_aux) <wordbound>: Remove optimizationStefan Monnier2023-09-281-2/+15
* | Update Android portPo Lu2023-09-282-2/+17
* | * src/regex-emacs.c (analyze_first): Fix incorrect optimizationStefan Monnier2023-09-271-2/+4
* | regex.c (mutually_exclusive_p): Fix initial value of `loop_beg`Stefan Monnier2023-09-261-1/+1
* | Update Android portPo Lu2023-09-261-0/+1
* | Update Android portPo Lu2023-09-262-7/+34
* | Properly clip overlaid fringe bitmapsPo Lu2023-09-261-8/+43
* | Use heuristic to speed up allocation of small vectors (bug#65491)Mattias Engdegård2023-09-251-1/+9
* | Remove useless half of vector_free_lists array (bug#65491)Mattias Engdegård2023-09-251-12/+30
* | Update Android portPo Lu2023-09-252-69/+78
* | Update Android portPo Lu2023-09-241-24/+27
* | ; Fix typosStefan Kangas2023-09-241-1/+1
* | Enlarge dumped_dataPo Lu2023-09-231-1/+1
* | Correct comparisons between size_t and ssize_tPo Lu2023-09-232-55/+62
* | Properly apply XY offsets to compound component glyphsPo Lu2023-09-231-9/+4
* | * src/regex-emacs.c (mutually_exclusive_aux) [ENABLE_CHECKING]: Fix ifStefan Monnier2023-09-211-3/+4
* | regex-emacs.c (mutually_exclusive_aux): Rework againStefan Monnier2023-09-211-41/+86
* | ; * src/android.c (android_damage_window): Remove unused variable.Po Lu2023-09-211-1/+1
* | Update Android portPo Lu2023-09-212-42/+56
* | Reorder type tests for efficiencyMattias Engdegård2023-09-201-24/+28
* | * src/alloc.c: (cleanup_vector) Dispatch on pseudovector typeMattias Engdegård2023-09-201-74/+115
* | Fix off-by-1 typo in vadd_to_logPaul Eggert2023-09-201-1/+1
* | Don't use pointer arithmetic for pointer tagging (bug#65491)Mattias Engdegård2023-09-191-12/+3
* | ; Fix typos in last changePo Lu2023-09-191-6/+6
* | Update Android portPo Lu2023-09-191-13/+38
* | Improve XUNTAG commentPaul Eggert2023-09-181-4/+3
* | Don't use pointer arithmetic for untagging Lisp values (bug#65491)Mattias Engdegård2023-09-181-4/+6
* | Optimize damage region tracking under AndroidPo Lu2023-09-181-20/+18
* | Rename describe-map-tree to help--describe-map-treeStefan Kangas2023-09-171-12/+12
* | ; Grammar fixes ("allow to" et al)Stefan Kangas2023-09-171-1/+1
* | Speed up Android context menu generationPo Lu2023-09-171-33/+44
* | Revert "Don't use pointer arithmetic for untagging Lisp values"Eli Zaretskii2023-09-161-1/+1
* | Revert "* src/lisp.h (XUNTAG): Work on 32-bit --with-wide-int builds"Eli Zaretskii2023-09-161-2/+2