diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 07:30:28 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 07:30:28 +0000 |
commit | 135b181aa6428bafa62b5029bfd944e88a20fa9c (patch) | |
tree | 605a84cb3366528518c0bcc1a0432c1f039be4cb /ChangeLog | |
parent | f9cda7964fcdb3e86381df36c1cbfea62de749ab (diff) | |
download | zsh-135b181aa6428bafa62b5029bfd944e88a20fa9c.tar.gz zsh-135b181aa6428bafa62b5029bfd944e88a20fa9c.tar.xz zsh-135b181aa6428bafa62b5029bfd944e88a20fa9c.zip |
12604: Remove calls to zpathmax(), minor fixes to zopenmax().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 435aaa21c..7dc510610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-08-13 Bart Schaefer <schaefer@zsh.org> + * 12604: Src/compat.c, Src/system.h, Src/Modules/files.c, + Src/Modules/parameter.c: Remove calls to zpathmax(); fix some + serious errors in zpathmax() but wrap it in #if 0 anyway; minor + fixes to comments and coding style for zopenmax(). + * 12601: aczsh.m4, configure.in: configure --enable-cflags and the like, i.e., with no =... part, should preserve the environment values for CFLAGS etc. rather than erase them. |