diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-05 05:59:53 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-05 05:59:53 +0000 |
commit | 1ff8518b16525776c932d8856d62b79343a53b72 (patch) | |
tree | 7c55c4dbe2e3c811b951051c1102a1a0ca49f139 /ChangeLog | |
parent | 45ffc3b6c8e5cca800a0ed55bbf9b1bb1c362b00 (diff) | |
download | zsh-1ff8518b16525776c932d8856d62b79343a53b72.tar.gz zsh-1ff8518b16525776c932d8856d62b79343a53b72.tar.xz zsh-1ff8518b16525776c932d8856d62b79343a53b72.zip |
12547: Handle ENOENT and ENOTDIR in zpathmax().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 07484aabc..217dac512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-08-04 Bart Schaefer <schaefer@zsh.org> + + * 12547: configure.in, Src/compat.c, Src/Modules/files.c: + Handle ENOENT and ENOTDIR within zpathmax(), and therefore back + out the changes from 12541 and 12533. + 2000-08-04 Clint Adams <schizo@debian.org> * 12541: configure.in, Src/compat.c: zrealpath wrapper around |