diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-08-02 14:20:41 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-08-02 14:20:41 +0000 |
commit | de7b6730bcebf08368e7531b68c6a2598166eb86 (patch) | |
tree | 84346c80d789be066ed3bc6e42bee6244e9b322c /ChangeLog | |
parent | 30e35ee2ed1cf4a574fc9017229c43fc84105b5b (diff) | |
download | zsh-de7b6730bcebf08368e7531b68c6a2598166eb86.tar.gz zsh-de7b6730bcebf08368e7531b68c6a2598166eb86.tar.xz zsh-de7b6730bcebf08368e7531b68c6a2598166eb86.zip |
12489: pathconf for unlimited fs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95d20e28b..d4901814f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-02 Clint Adams <schizo@debian.org> + * 12489: Src/Modules/files.c, Src/Modules/parameter.c: check + errno change from pathconf() in case of unlimited path length. + * 12472: configure.in, Src/Modules/files.c, Src/Modules/parameter.c: use pathconf() instead of PATH_MAX if possible. |