summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-01-08 23:32:36 +0100
committerBruno Haible <bruno@clisp.org>2012-01-08 23:32:36 +0100
commit7fb29192b30f33eeb49e959a92c97bf61afddc83 (patch)
treeba8b4383a989e378e95cd33a082d9612e8cd01e3 /ChangeLog
parente0ac772ccb7b897a73520c5707db43c8d2bd0bca (diff)
downloadgnulib-7fb29192b30f33eeb49e959a92c97bf61afddc83.tar.gz
setlocale tests: Avoid test failure on Solaris 11 2011-11.
* tests/test-setlocale2.sh: Use 'env' to set the LC_ALL environment variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af51f88e39..08468ce6ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-01-08 Bruno Haible <bruno@clisp.org>
+ setlocale tests: Avoid test failure on Solaris 11 2011-11.
+ * tests/test-setlocale2.sh: Use 'env' to set the LC_ALL environment
+ variable.
+
+2012-01-08 Bruno Haible <bruno@clisp.org>
+
posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.
* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN.