summaryrefslogtreecommitdiff
path: root/src/systime.h
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix race conditions handling selection clear events on HaikuPo Lu2022-07-09
* Remove unused fns/data and make fns staticPaul Eggert2022-03-19
* Fix process-attributes time precision on GNU/LinuxPaul Eggert2022-03-04
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Omit temporary warning re obsolete timestampsPaul Eggert2021-12-16
|/
* Update copyright year to 2021Paul Eggert2021-01-01
* Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-07
* Update copyright year to 2020Paul Eggert2020-01-01
* * src/systime.h (hz): #undef to work around AIX build issue.Paul Eggert2019-09-03
* Fix return type of make_time.Philipp Stephani2019-04-24
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-06
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-06
* | Move current_timespec decl to timespec.hPaul Eggert2018-09-16
* | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-10
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-26
* * editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.Paul Eggert2015-03-13
* Better distinguish infinite from invalid timesPaul Eggert2015-02-08
* Update copyright year to 2015Paul Eggert2015-01-01
* Improve time stamp handling, and be more consistent about it.Paul Eggert2014-11-16
* Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-11
* Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert2014-09-24
* Fix fallout on MinGW64 from the previous commit.Eli Zaretskii2014-09-24
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* Timestamp fixes for undo.Paul Eggert2013-07-09
* * systime.h (make_timeval): Declare as 'const'.Paul Eggert2013-04-27
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-02
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-02
* Improve commentary in src/systime.h.Eli Zaretskii2012-07-14
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* * systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.Paul Eggert2012-07-08
* Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-06
* Improve port of struct timespec to MS-Windows.Eli Zaretskii2012-06-24