diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-02-25 23:41:03 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-02-25 23:41:03 +0000 |
commit | 3fc59a0f09c9ee9af2ed202c50397784bd16efc1 (patch) | |
tree | 522332966cf75be77e3c025508a7b7145d195506 /ChangeLog | |
parent | d98959ab6729d6c849a00ebcb2d9f72ac9959b28 (diff) | |
download | zsh-3fc59a0f09c9ee9af2ed202c50397784bd16efc1.tar.gz zsh-3fc59a0f09c9ee9af2ed202c50397784bd16efc1.tar.xz zsh-3fc59a0f09c9ee9af2ed202c50397784bd16efc1.zip |
23176: apply the (X) parameter flag to the (#) flag; fix comment typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7eac6ca79..5baaa2130 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ Completion/Unix/Commands/_ip (tweaked), Doc/Zsh/compsys.yo: add to regex completion handling and add new ip completion. +2007-02-25 Barton E. Schaefer <schaefer@zsh.org> + + * 23176 (tweaked): Doc/Zsh/expn.yo, Src/subst.c: make the (X) + parameter expansion flag apply to the (#) flag as well, so that + "character not in range" is not normally a fatal error. Also + fix a minor typo in a comment. + 2007-02-25 Clint Adams <clint@zsh.org> * 23185: Tobias Gruetzmacher: Completion/Unix/Command/_qemu: qemu |