aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Render more Android functions safe to execute in a batch sessionPo Lu2024-07-122-5/+16
* | Merge from savannah/emacs-30Po Lu2024-07-124-15/+75
|\ \ | |/
| * Document means of executing Emacs from unrelated Android applicationsPo Lu2024-07-121-11/+52
| * Don't emit a prompt in Eshell when a background command is killedJim Porter2024-07-112-3/+22
| * Fix reference from buffer-stale-function docstringDaniel Martín2024-07-111-1/+1
* | Add a type-check--optim testAndrea Corallo2024-07-111-0/+24
* | Some clean-up in comp-tests.elAndrea Corallo2024-07-111-30/+0
* | Fix 'comp--type-check-optim-block' it using 'comp-cstr-type-p'Andrea Corallo2024-07-111-4/+1
* | Generalize 'comp-cstr-symbol-p'Andrea Corallo2024-07-111-9/+4
* | Add 'comp-type-check-optim' passAndrea Corallo2024-07-111-0/+66
* | Split 'comp--ssa' codeAndrea Corallo2024-07-111-19/+22
* | Rename timefns static function lisp_time_structPaul Eggert2024-07-111-7/+7
* | Avoid mpz for some common timestamp casesPaul Eggert2024-07-111-11/+73
* | Decode current time directly to timespecPaul Eggert2024-07-111-2/+8
* | In timefns.c avoid by-hand overflow checkingPaul Eggert2024-07-111-49/+27
* | Optimize smallish mpz to native int conversionPaul Eggert2024-07-111-1/+33
* | New FASTER_BIGNUM macro to test slow-path codePaul Eggert2024-07-111-4/+12
* | In timefns, call natnump only for non-fixnumsPaul Eggert2024-07-111-1/+1
* | In timefns, do gcd reduction more oftenPaul Eggert2024-07-111-5/+8
* | In timefns, prefer ui mul and divPaul Eggert2024-07-111-4/+9
* | Reduce size of integer product in timefnsPaul Eggert2024-07-111-5/+25
* | Rename timefns internalsPaul Eggert2024-07-111-31/+31
* | Speed up decode-time when not doing subsecondsPaul Eggert2024-07-111-8/+23
* | Push some time conversions downPaul Eggert2024-07-111-33/+28
* | Split lisp_to_timespec in twoPaul Eggert2024-07-111-17/+25
* | Refactor decode_ticks_hz via switchPaul Eggert2024-07-111-3/+8
* | Refactor timefns orderPaul Eggert2024-07-111-200/+200
* | Refactor timefns more functionallyPaul Eggert2024-07-113-169/+184
* | Merge from savannah/emacs-30Po Lu2024-07-1123-101/+218
|\ \ | |/
| * Take precautions against ill-formed content URIsPo Lu2024-07-111-1/+17
| * etags-regen-mode: Handle TAGS buffer being killedDmitry Gutov2024-07-111-2/+5
| * ; Tag ERC multiline blanks test as :expensiveF. Jason Park2024-07-101-24/+23
| * Improve 'put-image' documentationRobert Pluim2024-07-102-2/+6
| * Improve 'set-fontset-font' documentationRobert Pluim2024-07-101-0/+10
| * Adapt Tramp's "run0" methodMichael Albinus2024-07-103-7/+8
| * * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.Andrea Corallo2024-07-101-0/+1
| * Capitalize "Dired" and "Lisp" in docstringsStefan Kangas2024-07-1012-37/+37
| * Document Eshell entry pointsJim Porter2024-07-091-28/+111
* | ; * test/lisp/net/dbus-tests.el: Fix thinko.Michael Albinus2024-07-101-4/+4
* | * lib/timespec-sub.c: Copy manually from Gnulib.Paul Eggert2024-07-101-1/+1
* | Extend dbus-test04-call-method-authorizableMichael Albinus2024-07-101-23/+76
* | * configure.ac: Fix typo in commentary of strlen substitute.Po Lu2024-07-101-1/+1
* | Improve Eshell's behavior when waiting for processesJim Porter2024-07-095-25/+62
* | Don't use the Lisp implementation of "kill" in remote Eshell directoriesJim Porter2024-07-091-0/+5
* | * test/src/comp-tests.el (compile-forms): Simplify test.Andrea Corallo2024-07-091-2/+1
* | Support interpreted functions as input for 'native-compile' (bug#71934)Andrea Corallo2024-07-092-19/+32
* | ; * lisp/net/shr.el (shr-image-zoom-levels): Fix wrong type.Mattias Engdegård2024-07-091-4/+4
* | Use cheaper string constructorsMattias Engdegård2024-07-094-6/+5
* | Warn if D-Bus error "InteractiveAuthorizationRequired" occursMichael Albinus2024-07-091-1/+19
* | Merge from savannah/emacs-30Po Lu2024-07-094-15/+15
|\ \ | |/