diff options
author | Andrey Borzenkov <bor@users.sourceforge.net> | 2006-09-23 06:55:29 +0000 |
---|---|---|
committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2006-09-23 06:55:29 +0000 |
commit | daed9601f723dfad8dbbd41b084807f160c94c8c (patch) | |
tree | 5dd4962336f3bc93c45e37732af32beb8d3018e1 /ChangeLog | |
parent | 4e576c069c36bd31c6bbd57ba661361cb29274c9 (diff) | |
download | zsh-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-- | ChangeLog | 7 |
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, |