aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ; * src/image.c (free_image_cache): Add assertion. (Bug#71929)Eli Zaretskii2024-07-121-0/+3
* | Simplify timestamp decodingMattias Engdegård2024-07-131-36/+45
* | Merge from savannah/emacs-30Po Lu2024-07-122-5/+16
|\ \ | |/
| * Render more Android functions safe to execute in a batch sessionPo Lu2024-07-122-5/+16
* | 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
* | Use cheaper string constructorsMattias Engdegård2024-07-094-6/+5
* | Merge from savannah/emacs-30Po Lu2024-07-093-14/+14
|\ \ | |/
| * Fix bug#71929Po Lu2024-07-093-14/+14
* | ; * src/dbusbind.c (Fdbus_message_internal): Fix coding style.Po Lu2024-07-091-2/+2
* | Support interactive D-Bus authorizationSteven Allen2024-07-091-6/+35
* | Merge from savannah/emacs-30Andrea Corallo2024-07-091-14/+1
|\ \ | |/
| * Fix bug#70697 with respect to fringe bitmapsPo Lu2024-07-091-14/+1
* | Merge from savannah/emacs-30Po Lu2024-07-071-1/+1
|\ \ | |/
| * * src/androidvfs.c (android_saf_check_nonnull): Fix typo.Po Lu2024-07-071-1/+1
* | Merge from savannah/emacs-30Po Lu2024-07-073-64/+42
|\ \ | |/
| * Correct JNI string error checking and miscellaneous correctionsPo Lu2024-07-073-64/+42
| * (buf_bytepos_to_charpos): Fix mixup introduced in commit b300052fb4efStefan Monnier2024-07-061-3/+3
* | Merge from origin/emacs-30Eli Zaretskii2024-07-062-2/+2
|\ \ | |/
| * Improve warnings from native compilerEli Zaretskii2024-07-052-2/+2
* | Enable Gnulib substitute on Android systems with defective strnlenPo Lu2024-07-051-12/+1
* | Merge from savannah/emacs-30Po Lu2024-07-054-5/+6
|\ \ | |/
| * Fix MS-Windows build with native-compilationEli Zaretskii2024-07-032-4/+4
| * ; * src/w32fns.c (funhook): Restore mistakenly lost line.Eli Zaretskii2024-07-031-0/+1
| * ; * src/fns.c (value_cmp): ASCIIfy.Eli Zaretskii2024-07-011-1/+1
* | Fix dumping finalizers with pdumperPip Cet2024-07-041-3/+3
* | ; * src/fns.c (fixnum_float_cmp): Explain argument constraint.Mattias Engdegård2024-07-041-4/+6
* | Compare fixnums and floats accurately in value<Mattias Engdegård2024-07-041-2/+19
* | (dump_interval_node): Remove unused arg `offset`Stefan Monnier2024-07-021-6/+5
* | (buf_*pos_to_*pos): Fix minor off-by oneStefan Monnier2024-07-021-26/+18
* | Merge from savannah/emacs-30Po Lu2024-07-021-10/+12
|\ \ | |/
| * ; * src/search.c (Fmatch_beginning, Fmatch_end): Doc fix.Eli Zaretskii2024-07-011-10/+12
* | Merge from savannah/emacs-30Po Lu2024-07-011-1/+1
|\ \ | |/
| * ; * src/treesit.c (Ftreesit_query_capture): Fix typo.Yuan Fu2024-06-301-1/+1
* | Merge from savannah/emacs-30Po Lu2024-06-306-68/+204
|\ \ | |/