summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-14Merge from savannah/emacs-30Po Lu
2024-07-14Do not set LD_LIBRARY_PATH during Android initializationPo Lu
2024-07-13Fix renaming symlinks on MS-WindowsEli Zaretskii
2024-07-13Merge from origin/emacs-30Eli Zaretskii
2024-07-13; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091).Raffael Stocker
2024-07-13; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).Eli Zaretskii
2024-07-13Simplify timestamp decodingMattias Engdegård
2024-07-12; * src/image.c (free_image_cache): Add assertion. (Bug#71929)Eli Zaretskii
2024-07-12Merge from savannah/emacs-30Po Lu
2024-07-12Render more Android functions safe to execute in a batch sessionPo Lu
2024-07-11Rename timefns static function lisp_time_structPaul Eggert
2024-07-11Avoid mpz for some common timestamp casesPaul Eggert
2024-07-11Decode current time directly to timespecPaul Eggert
2024-07-11In timefns.c avoid by-hand overflow checkingPaul Eggert
2024-07-11Optimize smallish mpz to native int conversionPaul Eggert
2024-07-11New FASTER_BIGNUM macro to test slow-path codePaul Eggert
2024-07-11In timefns, call natnump only for non-fixnumsPaul Eggert
2024-07-11In timefns, do gcd reduction more oftenPaul Eggert
2024-07-11In timefns, prefer ui mul and divPaul Eggert
2024-07-11Reduce size of integer product in timefnsPaul Eggert
2024-07-11Rename timefns internalsPaul Eggert
2024-07-11Speed up decode-time when not doing subsecondsPaul Eggert
2024-07-11Push some time conversions downPaul Eggert
2024-07-11Split lisp_to_timespec in twoPaul Eggert
2024-07-11Refactor decode_ticks_hz via switchPaul Eggert
2024-07-11Refactor timefns orderPaul Eggert
2024-07-11Refactor timefns more functionallyPaul Eggert
2024-07-09Use cheaper string constructorsMattias Engdegård
2024-07-09Merge from savannah/emacs-30Po Lu
2024-07-09Fix bug#71929Po Lu
2024-07-09; * src/dbusbind.c (Fdbus_message_internal): Fix coding style.Po Lu
2024-07-09Support interactive D-Bus authorizationSteven Allen
2024-07-09Merge from savannah/emacs-30Andrea Corallo
2024-07-09Fix bug#70697 with respect to fringe bitmapsPo Lu
2024-07-07Merge from savannah/emacs-30Po Lu
2024-07-07* src/androidvfs.c (android_saf_check_nonnull): Fix typo.Po Lu
2024-07-07Merge from savannah/emacs-30Po Lu
2024-07-07Correct JNI string error checking and miscellaneous correctionsPo Lu
2024-07-06(buf_bytepos_to_charpos): Fix mixup introduced in commit b300052fb4efStefan Monnier
2024-07-06Merge from origin/emacs-30Eli Zaretskii
2024-07-05Improve warnings from native compilerEli Zaretskii
2024-07-05Enable Gnulib substitute on Android systems with defective strnlenPo Lu
2024-07-05Merge from savannah/emacs-30Po Lu
2024-07-04Fix dumping finalizers with pdumperPip Cet
2024-07-04; * src/fns.c (fixnum_float_cmp): Explain argument constraint.Mattias Engdegård
2024-07-04Compare fixnums and floats accurately in value<Mattias Engdegård
2024-07-03Fix MS-Windows build with native-compilationEli Zaretskii
2024-07-03; * src/w32fns.c (funhook): Restore mistakenly lost line.Eli Zaretskii
2024-07-02(dump_interval_node): Remove unused arg `offset`Stefan Monnier
2024-07-02(buf_*pos_to_*pos): Fix minor off-by oneStefan Monnier