aboutsummaryrefslogtreecommitdiffstats
path: root/src/systime.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make lisp_time_argument work on all systems.Dan Nicolaescu2010-07-291-0/+3
* | Remove P_ and __P macros.Jan D2010-07-021-3/+3
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.Eli Zaretskii2008-10-041-6/+8
* * bitmaps/README:Dan Nicolaescu2008-07-311-6/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (EMACS_GET_TIME): Remove check forAndreas Schwab2006-12-101-8/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-0/+8
* * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (set_file_times): Declaration updated.Ken Raeburn2002-07-161-1/+1
* (set_file_times): Prototype.Dave Love2001-01-041-1/+1
* (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use HAVE_STRUCT_TIMEZONE.Dave Love2000-06-231-0/+5
* (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.Dave Love2000-06-111-3/+3
* Protect against multiple inclusion.Dave Love2000-06-051-1/+5
* (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): GiveGerd Moellmann2000-01-041-24/+21