aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21072dd6a79..103af723a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12012-06-23 Eli Zaretskii <eliz@gnu.org>
2
3 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
4 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
5 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
6 $(BLD)/timespec-sub.$(O).
7 ($(BLD)/dtotimespec.$(O)):
8 ($(BLD)/gettime.$(O)):
9 ($(BLD)/timespec-add.$(O)):
10 ($(BLD)/timespec-sub.$(O)): New dependencies.
11
12 * lib/stat-time.h:
13 * lib/timespec.h:
14 * lib/utimens.h: Include sys/time.h
15
12012-06-23 Andreas Schwab <schwab@linux-m68k.org> 162012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2 17
3 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use 18 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use