diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-12 09:29:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-12 09:30:15 -0800 |
commit | 6118065a2bd26ddd8e0ee0596b05b325db8c87eb (patch) | |
tree | 9fd38866a2c77063382dac6c352af3fec3f71bc7 /ChangeLog | |
parent | 313ed2a5dc120d5879bbb0c7191c50c9913e59bf (diff) | |
download | gnulib-6118065a2bd26ddd8e0ee0596b05b325db8c87eb.tar.gz |
Port Universal Time settings to strict POSIX
* build-aux/announce-gen, build-aux/bootstrap:
* build-aux/do-release-commit-and-tag, build-aux/git-version-gen:
* build-aux/gitlog-to-changelog, build-aux/gnu-web-doc-update:
* build-aux/gnupload, build-aux/mkinstalldirs:
* build-aux/move-if-change, build-aux/prefix-gnulib-mk:
* build-aux/update-copyright, build-aux/useless-if-before-free:
* build-aux/vc-list-files, tests/test-strftime.c:
Use TZ="UTC0", not TZ="UTC". Either works on GNU platforms,
but POSIX says the behavior of TZ="UTC" is undefined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2016-01-12 Paul Eggert <eggert@cs.ucla.edu> + + Port Universal Time settings to strict POSIX + * build-aux/announce-gen, build-aux/bootstrap: + * build-aux/do-release-commit-and-tag, build-aux/git-version-gen: + * build-aux/gitlog-to-changelog, build-aux/gnu-web-doc-update: + * build-aux/gnupload, build-aux/mkinstalldirs: + * build-aux/move-if-change, build-aux/prefix-gnulib-mk: + * build-aux/update-copyright, build-aux/useless-if-before-free: + * build-aux/vc-list-files, tests/test-strftime.c: + Use TZ="UTC0", not TZ="UTC". Either works on GNU platforms, + but POSIX says the behavior of TZ="UTC" is undefined. + 2016-01-02 Paul Eggert <eggert@cs.ucla.edu> msvc-inval: fix problem with unset shell var |