diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-25 01:40:23 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-25 01:40:23 +0000 |
commit | e09dc3c0ed50466a0e2c3632e63b7b728024903a (patch) | |
tree | 9c1f8b8c77337ad67b407e62a2313e751f24ef0d /ChangeLog | |
parent | 9448c686fe64d9aba1abfa16ea052e0d1d3914d3 (diff) | |
download | zsh-e09dc3c0ed50466a0e2c3632e63b7b728024903a.tar.gz zsh-e09dc3c0ed50466a0e2c3632e63b7b728024903a.tar.xz zsh-e09dc3c0ed50466a0e2c3632e63b7b728024903a.zip |
Some echo/printf improvements for the \c escape.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dad88e534..d2366b9e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-07-24 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Src/utils.c: improved the function comment for + getkeystring(). + + * 21509: Thorsten Dahlheimer: Src/utils.c, Src/params.c: fixed + some issues with \c parsing. + + * 21501: Thorsten Dahlheimer: Src/Makefile.in: fixed a cygwin + install target to make sure the bindir exists. + 2005-07-24 Clint Adams <clint@zsh.org> * 21519: Completion/Unix/Command/_baz: only complete files |