diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-18 16:03:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-18 16:03:17 +0000 |
commit | 96a1f68875132a63a408902bf25e99d40fb14a89 (patch) | |
tree | 594bd47db07d0aa372e1fdb5ec820311a42a4dd9 /ChangeLog | |
parent | 802cdd4f5e822ffdb2f895943a27b4ca88c9a9f2 (diff) | |
download | zsh-96a1f68875132a63a408902bf25e99d40fb14a89.tar.gz zsh-96a1f68875132a63a408902bf25e99d40fb14a89.tar.xz zsh-96a1f68875132a63a408902bf25e99d40fb14a89.zip |
25911: see if we can work around multibyte problems in file system
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7d53aaa6b..fc5fbbb3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-18 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25911: Test/D07multibyte.ztst: see if we can work around file + system idiosyncracies. + 2008-10-18 Clint Adams <clint@zsh.org> * 25910: Src/builtin.c: avoid dangling file handle in bin_print. |