summaryrefslogtreecommitdiff
path: root/src/systime.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Support higher-resolution time stamps.Paul Eggert2012-06-221-102/+57
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)Paul Eggert2011-10-191-11/+0
* * systime.h (Time): Define only if emacs is defined.Paul Eggert2011-05-191-3/+5
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-0/+6
* Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-4/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1