summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-12 09:29:40 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-12 09:30:15 -0800
commit6118065a2bd26ddd8e0ee0596b05b325db8c87eb (patch)
tree9fd38866a2c77063382dac6c352af3fec3f71bc7 /ChangeLog
parent313ed2a5dc120d5879bbb0c7191c50c9913e59bf (diff)
downloadgnulib-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c60bc9c1b..7b18ce5646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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