]> Savannah Git Hosting - gnulib.git/commit
time-h: Renamed from time.
authorBruno Haible <bruno@clisp.org>
Wed, 8 Mar 2023 09:41:00 +0000 (10:41 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 8 Mar 2023 09:41:00 +0000 (10:41 +0100)
commit3ef8e9910ae8f0e5d63cff8f37e22bb5aa9109ae
tree19c0e8de5f7c46eaed061b368a324f11d5a7829a
parentd7f8a0d50d3a8cf438645609a751298a51bbaf19
time-h: Renamed from time.

* modules/time-h: Renamed from modules/time.
* tests/test-time-h.c: Renamed from tests/test-time.c.
* modules/time-h-tests: Renamed from modules/time-tests. Update.
* tests/test-time-h-c++.cc: Renamed from tests/test-time-c++.cc.
* tests/test-time-h-c++2.cc: Renamed from tests/test-time-c++2.cc.
* modules/time-h-c++-tests: Renamed from modules/time-c++-tests. Update.
* modules/cond (Depends-on): Update.
* modules/ctime (Depends-on): Likewise.
* modules/localtime (Depends-on): Likewise.
* modules/mktime (Depends-on): Likewise.
* modules/nanosleep (Depends-on): Likewise.
* modules/parse-datetime (Depends-on): Likewise.
* modules/posixcheck (Depends-on): Likewise.
* modules/pthread-h (Depends-on): Likewise.
* modules/stat-time (Depends-on): Likewise.
* modules/stat-time-tests (Depends-on): Likewise.
* modules/strftime-fixes (Depends-on): Likewise.
* modules/strptime (Depends-on): Likewise.
* modules/sys_stat (Depends-on): Likewise.
* modules/tempname (Depends-on): Likewise.
* modules/threads-h (Depends-on): Likewise.
* modules/time_r (Depends-on): Likewise.
* modules/time_rz (Depends-on): Likewise.
* modules/timegm (Depends-on): Likewise.
* modules/timespec (Depends-on): Likewise.
* modules/timespec_get (Depends-on): Likewise.
* modules/timespec_getres (Depends-on): Likewise.
* modules/tzset (Depends-on): Likewise.
* modules/usleep-tests (Depends-on): Likewise.
* modules/utime (Depends-on): Likewise.
* modules/utimecmp (Depends-on): Likewise.
* modules/utimens (Depends-on): Likewise.
* modules/windows-cond (Depends-on): Likewise.
* modules/windows-timedmutex (Depends-on): Likewise.
* modules/windows-timedrecmutex (Depends-on): Likewise.
* modules/windows-timedrwlock (Depends-on): Likewise.
* modules/xnanosleep (Depends-on): Likewise.
* doc/posix-headers/time.texi: Update.
* NEWS: Mention the change.
46 files changed:
ChangeLog
NEWS
doc/posix-headers/time.texi
modules/cond
modules/ctime
modules/localtime
modules/mktime
modules/nanosleep
modules/parse-datetime
modules/posixcheck
modules/pthread-h
modules/stat-time
modules/stat-time-tests
modules/strftime-fixes
modules/strptime
modules/sys_stat
modules/tempname
modules/threads-h
modules/time [deleted file]
modules/time-c++-tests [deleted file]
modules/time-h [new file with mode: 0644]
modules/time-h-c++-tests [new file with mode: 0644]
modules/time-h-tests [new file with mode: 0644]
modules/time-tests [deleted file]
modules/time_r
modules/time_rz
modules/timegm
modules/timespec
modules/timespec_get
modules/timespec_getres
modules/tzset
modules/usleep-tests
modules/utime
modules/utimecmp
modules/utimens
modules/windows-cond
modules/windows-timedmutex
modules/windows-timedrecmutex
modules/windows-timedrwlock
modules/xnanosleep
tests/test-time-c++.cc [deleted file]
tests/test-time-c++2.cc [deleted file]
tests/test-time-h-c++.cc [new file with mode: 0644]
tests/test-time-h-c++2.cc [new file with mode: 0644]
tests/test-time-h.c [new file with mode: 0644]
tests/test-time.c [deleted file]