diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-23 09:45:38 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-23 09:45:38 +0000 |
commit | abd757eac42f9c5bb3f32f01d2928af05d3df3e0 (patch) | |
tree | 2cd5ebb72c198d80ecae2e1f50e5c905e6424fd6 /ChangeLog | |
parent | f45c9cb8f2b331a51aec64349b6287b22a482c5e (diff) | |
download | zsh-abd757eac42f9c5bb3f32f01d2928af05d3df3e0.tar.gz zsh-abd757eac42f9c5bb3f32f01d2928af05d3df3e0.tar.xz zsh-abd757eac42f9c5bb3f32f01d2928af05d3df3e0.zip |
12044: read -A bug
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9772fd8f0..3ee75a294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-06-23 Peter Stephenson <pws@cambridgesiliconradio.com> + + * 12044: Src/builtin.c: read -A assigned an unnecessary null + if there was trailing whitespace; careful of distinction between + whitespace and non-whitespace field separators. + 2000-06-23 Sven Wischnowsky <wischnow@zsh.org> * 12041,12043 : Completion/Core/compinit: even more compinit stuff, |