diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-18 14:22:21 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-18 14:22:21 +0000 |
commit | 62829b856d9c6b054f3c6338a20f9d5c04d79d42 (patch) | |
tree | 0ff0b31e9e7671fe46741e634a7436890357cd95 /ChangeLog | |
parent | 62d4a10902ea89b85d737980b73e13a216d2d8f8 (diff) | |
download | zsh-62829b856d9c6b054f3c6338a20f9d5c04d79d42.tar.gz zsh-62829b856d9c6b054f3c6338a20f9d5c04d79d42.tar.xz zsh-62829b856d9c6b054f3c6338a20f9d5c04d79d42.zip |
allow arguments to be specified in printf format specifications (16080)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0238ee0ba..4b9012a8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-18 Oliver Kiddle <opk@zsh.org> + + * 16080: Src/builtin.c, Doc/Zsh/builtins.yo, Test/B03print.ztst: + allow arguments to be specified in printf format specifications + 2001-10-17 Clint Adams <clint@zsh.org> * 16078: Completion/Unix/Command/_zip: |