diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-27 16:04:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-27 16:04:47 +0000 |
commit | 4b635e7f91d0192dbb811986ae1f4eabffc43f76 (patch) | |
tree | 68923c492a853161d8a2bed8ca3bb4d544ea8391 /ChangeLog | |
parent | cb01bab6c00ce1b7ba86a9121fabef72b3c20923 (diff) | |
download | zsh-4b635e7f91d0192dbb811986ae1f4eabffc43f76.tar.gz zsh-4b635e7f91d0192dbb811986ae1f4eabffc43f76.tar.xz zsh-4b635e7f91d0192dbb811986ae1f4eabffc43f76.zip |
23337: fix unmetafication for stat() of files in compctl
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 511271ea2..82630e530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-04-27 Peter Stephenson <pws@csr.com> + + * 23337: Src/Zle/compctl.c: argument to stat() wasn't + unmetafied so some filenames with non-ASCII characters + weren't recognised when the type of the file needed testing + in old-fashioned completion. + 2007-04-26 Peter Stephenson <pws@csr.com> * Phil Pennock: 23326: Src/utils.c: with no __STDC_ISO_10646__ |