aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-06-22 14:17:42 -0700
committerPaul Eggert2012-06-22 14:17:42 -0700
commitd35af63cd671563fd188c3b0a1ef30067027c7aa (patch)
treec9e01847ccf788e23794684da9331c3e0defd0d3 /admin/ChangeLog
parentf143bfe38b43ad0a9d817f05c25e418982dca06f (diff)
downloademacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz
emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index e3b35906ace..ec6448dbeee 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,18 @@
12012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Support higher-resolution time stamps (Bug#9000).
4 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
5 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
6 timespec-sub, utimens.
7 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
8 This trims down the gnulib import, from the very latest gnulib.
9 Emacs does its own implementation of 'select' and 'sigprocmask'
10 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
11 hosts, so it doesn't need these modules.
12 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
13 these gnulib modules are only for Windows porting and Emacs ports
14 to Windows in a different way.
15
12012-06-13 Andreas Schwab <schwab@linux-m68k.org> 162012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2 17
3 * make-emacs: Rename --union-type to --check-lisp-type. Define 18 * make-emacs: Rename --union-type to --check-lisp-type. Define