diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2000-06-20 16:38:10 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2000-06-20 16:38:10 +0000 |
commit | 3ecad25c83a1156f50962d96d665b21d0a0cb788 (patch) | |
tree | 129bdca0cbc5dc1b86f924053c6d7781ecea355b /ChangeLog | |
parent | 1a691db1e2f98e04a08447c58140cac2581a6adb (diff) | |
download | zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.tar.gz zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.tar.xz zsh-3ecad25c83a1156f50962d96d665b21d0a0cb788.zip |
AIX dependency fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index d649e9a7a..f2d6fbee2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-20 Oliver Kiddle <opk@zsh.org> + + * unposted: Src/exec.c: AIX dependency fix + 2000-06-20 Peter Stephenson <pws@cambridgesiliconradio.com> * 12000: Functions/Misc/zmv: emulate zsh doesn't unset MARKDIRS, @@ -5,7 +9,7 @@ 2000-06-20 Sven Wischnowsky <wischnow@zsh.org> - * 11998: ChangeLog, Completion/Builtins/_pids, Completion/Core/compdump, + * 11998: Completion/Builtins/_pids, Completion/Core/compdump, Completion/Core/compinit, Doc/Zsh/compsys.yo: a bit of security for compinit (avoid using things writable by others); avoid handling files with the same name twice; remove compconf @@ -15,9 +19,9 @@ * 11992: Src/Zle/complist.c: make undo break out of menu selection if nothing to undo inside it - * 11985: Completion/Debian/_dpkg, Doc/Zsh/compsys.yo, Src/Zle/computil.c: - _arguments: small fix for -s and new `!...' for things not to - complete (but to understand) + * 11985: Completion/Debian/_dpkg, Doc/Zsh/compsys.yo, + Src/Zle/computil.c: _arguments: small fix for -s and new `!...' for + things not to complete (but to understand) * 11982: Test/comptest: update comptest to not set ZLS_COLORS directly |