aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Test !FASTER_TIMEFNS with builtin resolutionsPaul Eggert2024-07-161-12/+12
* | Make ztrillion staticPaul Eggert2024-07-161-1/+1
* | Fix buffer size problem in print_bool_vectorPaul Eggert2024-07-161-1/+1
* | alloc.c: ckd_add, not by-hand checksPaul Eggert2024-07-161-4/+4
* | Fix get_conversion_field --with-wide-wint overflowPaul Eggert2024-07-161-2/+2
* | Pacify -Wmissing-variable-declarations for lisp_malloc_userPaul Eggert2024-07-161-0/+1
* | Pacify 32-bit GCC 14.1.1 in timer_check_2Paul Eggert2024-07-161-22/+13
* | Make error messages adhere to our standardsStefan Kangas2024-07-1611-33/+33
* | Delete commented out code from `signal_or_quit`Stefan Kangas2024-07-161-8/+0
* | Prefer `memcpy` to `strcpy` in image.cStefan Kangas2024-07-161-11/+10
* | Restrict loop variable scope in `xpm_str_to_color_key`Stefan Kangas2024-07-161-3/+1
* | Merge from savannah/emacs-30Po Lu2024-07-151-1/+1
|\ \ | |/
| * ; * src/android.c (setEmacsParams): Delete unused variable.Po Lu2024-07-141-1/+1
* | Further time decoding tidyingMattias Engdegård2024-07-141-124/+100
* | Minor renaming in timefns.cPaul Eggert2024-07-131-3/+15
* | Merge from savannah/emacs-30Po Lu2024-07-142-20/+2
|\ \ | |/
| * Do not set LD_LIBRARY_PATH during Android initializationPo Lu2024-07-142-20/+2
* | Fix renaming symlinks on MS-WindowsEli Zaretskii2024-07-131-0/+9
* | Merge from origin/emacs-30Eli Zaretskii2024-07-133-2/+5
|\ \ | |/
| * ; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091).Raffael Stocker2024-07-131-1/+1
| * ; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).Eli Zaretskii2024-07-131-1/+1
| * ; * 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
|\ \ | |/