aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle LANG on macOS differently (bug#65908)Gerd Möllmann2023-10-051-18/+21
* | Merge from origin/emacs-29Eli Zaretskii2023-10-073-3/+14
|\ \ | |/
| * ; Improve wording of last changeStefan Kangas2023-10-011-2/+2
| * Improve documentation of `ns-use-proxy-icon`Stefan Kangas2023-10-011-1/+6
| * ; Fix doc strings of overlay-arrow variablesEli Zaretskii2023-10-011-2/+3
| * ; Silence macOS 14 warningEshel Yaron2023-09-291-0/+5
* | Revise font family translation lists under AndroidPo Lu2023-10-071-5/+10
* | Revert slurp_image extraction for svg_loadStefan Kangas2023-10-061-3/+14
* | Extract function slurp_image from image loadingStefan Kangas2023-10-051-67/+32
* | 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