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