And this adds tests for 'utime'.
2017-04-30 Bruno Haible
utime-tests: New module.
* tests/test-utime.c: New file, based on tests/test-utimens.h.
* tests/test-utimens-common.h: Include .
* modules/utime-tests: New file.
diff --git a/modules/utime-tests b/module
This patch add a module 'utime'. The original _utime function on native Windows
has a behaviour that depends on the time zone, which is nonsense (see
https://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00164.html ).
2017-04-29 Bruno Haible
utime: New module.
* lib/utime.i
Before implementing an override for the utime() function, we need the
header file. This patch provides it.
2017-04-29 Bruno Haible
utime-h: New module.
* m4/utime_h.m4: New file.
* lib/utime.in.h: New file.
* modules/utime-h: New file.
* doc/posix-head