diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-06-23 Andreas Schwab <schwab@linux-m68k.org> | 16 | 2012-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 |