summaryrefslogtreecommitdiff
path: root/src/systime.h
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-27Prefer coarse timestamps when using X syncPaul Eggert
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-11Refactor timefns more functionallyPaul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-07-09Fix race conditions handling selection clear events on HaikuPo Lu
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-04Fix process-attributes time precision on GNU/LinuxPaul Eggert
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-16Omit temporary warning re obsolete timestampsPaul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-03-07Add ‘nofollow’ flag to set-file-timesPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-03* src/systime.h (hz): #undef to work around AIX build issue.Paul Eggert
2019-04-24Fix return type of make_time.Philipp Stephani
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-06New (TICKS . HZ) timestamp formatPaul Eggert
2018-10-06Move timestamp-related stuff to timefns.cPaul Eggert
2018-09-16Move current_timespec decl to timespec.hPaul Eggert
2018-09-10Adjust to TIMESPEC_HZ renamingPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-07-26New optional ZONE arg for format-time-string etc.Paul Eggert
2015-03-13* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.Paul Eggert
2015-02-08Better distinguish infinite from invalid timesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-16Improve time stamp handling, and be more consistent about it.Paul Eggert
2014-10-11Fix putenv race conditions with undefined behavior.Paul Eggert
2014-09-24Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert
2014-09-24Fix fallout on MinGW64 from the previous commit.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-04-27* systime.h (make_timeval): Declare as 'const'.Paul Eggert
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-02* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert