Files
emacs/lib
Paul Eggert 43aac990c3 Simplify EMACS_TIME-related code.
This portability layer is no longer needed, since Emacs has been
using struct timespec as a portability layer for some time.
Merge from gnulib, incorporating:
2013-08-27 timespec: new convenience constants and function
* src/atimer.h, src/buffer.h, src/dispextern.h, src/xgselect.h:
Include <time.h> rather than "systime.h"; that's all that's needed now.
* src/dispnew.c: Include <timespec.h> rather than "systime.h";
that's all that's needed now.
* src/systime.h (EMACS_TIME): Remove.  All uses changed to struct timespec.
(EMACS_TIME_RESOLUTION): Remove.  All uses changed to
TIMESPEC_RESOLUTION.
(LOG10_EMACS_TIME_RESOLUTION): Remove.  All uses changed to
LOG10_TIMESPEC_RESOLUTION.
(EMACS_SECS, emacs_secs_addr): Remove.  All uses changed to tv_sec.
(EMACS_NSECS): Remove.  All uses changed to tv_nsec.
(make_emacs_time): Remove.  All used changed to make_timespec.
(invalid_timespec): Rename from invalid_emacs_time.  All uses changed.
(current_timespec): Rename from current_emacs_time.  All uses changed.
(add_emacs_time): Remove.  All uses changed to timespec_add.
(sub_emacs_time): Remove.  All uses change dot timespec_sub.
(EMACS_TIME_SIGN): Remove.  All uses changed to timespec_sign.
(timespec_valid_p): Rename from EMACS_TIME_VALID_P.  All uses changed.
(EMACS_TIME_FROM_DOUBLE): Remove.  All uses changed to dtotimespec.
(EMACS_TIME_TO_DOUBLE): Remove.  All uses changed to timespectod.
(current_timespec): Rename from current_emacs_time.  All uses changed.
(EMACS_TIME_EQ, EMACS_TIME_LT, EMACS_TIME_LE): Remove.  All uses
changed to timespec_cmp.
* src/xgselect.c: Include <timespec.h>, since our .h files don't.
2013-08-27 11:47:55 -07:00
..
2013-01-01 09:11:05 +00:00
2011-04-08 14:53:30 -07:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-06-09 08:59:30 -07:00
2013-01-01 09:11:05 +00:00
2013-02-08 15:37:17 -08:00
2013-02-08 15:37:17 -08:00
2013-01-02 08:37:04 -08:00
2012-11-03 11:54:17 -07:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-02 08:37:04 -08:00
2013-01-02 08:37:04 -08:00
2013-01-02 08:37:04 -08:00
2013-03-13 11:42:22 -07:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-08-11 17:52:17 -07:00
2013-03-13 11:42:22 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-09 18:19:44 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-04-27 12:30:33 -07:00
2013-01-02 08:37:04 -08:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-02-11 15:37:18 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-05-16 00:10:39 -07:00
2013-06-09 08:59:30 -07:00
2013-01-01 09:11:05 +00:00
2012-08-02 17:42:11 -07:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-16 09:45:39 -08:00
2013-05-16 00:10:39 -07:00
2013-02-11 15:15:46 -08:00
2013-01-09 00:25:11 -08:00
2013-01-01 09:11:05 +00:00
2013-02-11 15:37:18 -08:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2013-03-23 17:49:50 -07:00
2013-01-02 08:37:04 -08:00
2013-08-11 17:52:17 -07:00
2013-01-01 09:11:05 +00:00
2013-01-01 09:11:05 +00:00
2012-08-02 17:42:11 -07:00
2013-08-27 11:47:55 -07:00
2012-08-02 17:42:11 -07:00
2013-01-01 09:11:05 +00:00
2012-11-30 10:25:59 -08:00
2013-03-12 17:38:42 -07:00
2013-02-11 15:15:46 -08:00
2013-05-06 06:37:42 -07:00
2013-01-01 09:11:05 +00:00
2013-01-02 08:37:04 -08:00