diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-03-11 17:29:47 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-03-11 17:29:47 +0000 |
commit | c7564985e53e81de8ab70399b12c1258f45ac303 (patch) | |
tree | 8fd9c63d7d7fe419895abd973d730e127f7eb93b /ChangeLog | |
parent | 1d80cc9acf21080119a9c2704ca2a15aa09d1659 (diff) | |
download | zsh-c7564985e53e81de8ab70399b12c1258f45ac303.tar.gz zsh-c7564985e53e81de8ab70399b12c1258f45ac303.tar.xz zsh-c7564985e53e81de8ab70399b12c1258f45ac303.zip |
18337: use C locale when converting floats to scalars to avoid problems in
locales where `,' is the decimal separator
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 698492e1e..9078c91eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-11 Oliver Kiddle <opk@zsh.org> + + * 18338: Completion/Base/Widget/_next_tags: list a single + unambiguous match instead of inserting it + + * 18337: Src/params.c: use C locale when converting floats to scalars + to avoid problems in locales where `,' is the decimal separator + 2003-03-10 Oliver Kiddle <opk@zsh.org> * 18330: Src/math.c: save output of setlocale as the pointer it |