diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
commit | f42e3fa8e6152e145251e8f16f4c61c23dec1f59 (patch) | |
tree | 9a7b104b910ae53f6a49cb4e35c3dedc737e907b /patchlist.txt | |
parent | 4fec788fa5f6e7c9723e02e3d0b57068ce9785aa (diff) | |
download | zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.gz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.xz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.zip |
pws-20 dot-zsh-199906060520
Diffstat (limited to 'patchlist.txt')
-rw-r--r-- | patchlist.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/patchlist.txt b/patchlist.txt index 40075513a..4af0e6ea0 100644 --- a/patchlist.txt +++ b/patchlist.txt @@ -1085,6 +1085,8 @@ pws: 6259: second version of compinstall pws: 6263: incrementalappendhistory -> incappendhistory +Sven: 6268: parameter module for access to internal tables + pws: 6284, should have been in 6269: changes to large file support pws: 6271: make sure -D_LARGEFILE_SOURCE is defined any time there are @@ -1129,3 +1131,40 @@ pws: 6314: in something like `{ false; } || true', errexit shouldn't be used at all on the left of the || pws: unposted: updated some .distfiles + + pws-20 + +Sven: 6318: memory fixes for parameter module (and compctl). + +Sven: 6322: reverse indexing of nested arrays + +Sven: 6326: compadd -r and -R work on automatically added suffixes, too + +pws: 6330: rewrite configuration system to use AC_SUBST_FILE instead +of including files by ed trickery (ed is now no longer required). + +pws: 6331: protect against null hash tables in parameter module + +pws: 6332: mapfile module + +pws: 6335: now you can do ${(f)"$(...)"} to get arrays + +pws: 6340: INSTALL didn't work if it was install-sh after 6330 + +Sven: 6343: test length of anchor in partial word matching + +pws: 6345: Config/defs.mk is now in build tree, not source tree + +pws: 6346: msync() missing from mapfile.c, somehow + +Sven: 6352, 6354: more quoting in completion + +Sven: 6355: ALL_EXPORT crashed the shell if set on command line + +Bart: 6368: don't use cp -f, use rm -f in configure.in + +Bart: 6369: fix use of relative paths in compinstall + +Sven: 6374: autoremove behaviour on -r and -R, documentation + +Sven: 6388: completion in braces removes later arguments |