about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 06:55:29 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 06:55:29 +0000
commitdaed9601f723dfad8dbbd41b084807f160c94c8c (patch)
tree5dd4962336f3bc93c45e37732af32beb8d3018e1 /ChangeLog
parent4e576c069c36bd31c6bbd57ba661361cb29274c9 (diff)
downloadzsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.gz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.xz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.zip
revert 22758 and add LC_NUMERIC and LC_MESSAGES
to test harness instead
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb45e2119..d1cdefe20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-23  Andrey Borzenkov <bor@zsh.org>
+
+	* unposted: Test/A06assign.ztst, Test/B03print.ztst,
+	Test/E01options.ztst, Test/ztst.zsh: as pointed by Bart in 22758,
+	locale is already taken care of in test harness; revert 22758
+	and add LC_NUMERIC and LC_MESSAGES to list of locale variables to set.
+
 2006-09-22  Andrey Borzenkov <bor@zsh.org>
 
 	* 22758: Test/A06assign.ztst, Test/B03print.ztst,