diff options
| author | Paul Eggert | 2012-06-22 14:17:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-22 14:17:42 -0700 |
| commit | d35af63cd671563fd188c3b0a1ef30067027c7aa (patch) | |
| tree | c9e01847ccf788e23794684da9331c3e0defd0d3 /ChangeLog | |
| parent | f143bfe38b43ad0a9d817f05c25e418982dca06f (diff) | |
| download | emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip | |
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -1,5 +1,26 @@ | |||
| 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Support higher-resolution time stamps (Bug#9000). | ||
| 4 | * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK) | ||
| 5 | (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so | ||
| 6 | that the new clock stuff doesn't clash with RSVG_LIBS. | ||
| 7 | (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h, | ||
| 8 | as gnulib does that for us now. | ||
| 9 | (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL) | ||
| 10 | (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now. | ||
| 11 | (AC_CHECK_FUNCS): Remove utimes; no longer needed. | ||
| 12 | * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c: | ||
| 13 | * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h: | ||
| 14 | * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h: | ||
| 15 | * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4: | ||
| 16 | * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4: | ||
| 17 | * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4: | ||
| 18 | * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4: | ||
| 19 | New files, copied automatically from gnulib. | ||
| 20 | * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib. | ||
| 21 | |||
| 22 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 23 | |||
| 3 | Merge from gnulib. | 24 | Merge from gnulib. |
| 4 | * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h: | 25 | * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h: |
| 5 | * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4: | 26 | * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4: |