summaryrefslogtreecommitdiff
path: root/src/timefns.c
AgeCommit message (Expand)Author
2026-05-23New function memory_full_upPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-04Simplify tzfree usePaul Eggert
2025-11-04Update from Gnulib by running admin/merge-gnulibPaul Eggert
2025-09-27Prefer coarse timestamps when using X syncPaul Eggert
2025-05-26Fix DST time calculations on MS-WindowsEli Zaretskii
2025-02-20; Spelling fix in comment.Paul Eggert
2025-02-20Fix set-time-zone-rule on DJGPPPo Lu
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-26Fix unlikely time zone abbreviation bugPaul Eggert
2025-01-13Use eabs in Fcurrent_time_zoneStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Unexec removal: Main partPip Cet
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-08-05Avoid compiler warningPip Cet
2024-07-16Simplify time form analysisPaul Eggert
2024-07-16Test !FASTER_TIMEFNS with builtin resolutionsPaul Eggert
2024-07-16Make ztrillion staticPaul Eggert
2024-07-14Further time decoding tidyingMattias EngdegÄrd
2024-07-13Minor renaming in timefns.cPaul Eggert
2024-07-13Simplify timestamp decodingMattias EngdegÄrd
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-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-06-22Fix FIXME in commentPaul Eggert
2024-02-13Remove SYMBOL_WITH_POS_{POS,SYM}Paul Eggert
2024-02-13Remove BASE2_EQPaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-03-24Fix system time sampling on MS-WindowsEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-12; Avoid compilation warning on MS-WindowsEli Zaretskii
2022-11-24Work around lsp-mode compatibility bugPaul Eggert
2022-08-14Improve timefns speed on integersPaul Eggert
2022-08-14Decode time conses before floatsPaul Eggert
2022-08-14* lisp/calendar/time-date.el (seconds-to-time): Use the original arg listStefan Monnier
2022-08-13Document time-convert FORM argument as mandatoryBasil L. Contovounesios