mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
use arithmetic evaluation for numeric arguments to printf (16042)
This commit is contained in:
parent
0e6f265516
commit
577ebe0b8a
3 changed files with 87 additions and 55 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-10-15 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 16042: Src/builtin.c, Doc/Zsh/builtins.yo: use arithmetic
|
||||
evaluation for numeric arguments to printf
|
||||
|
||||
2001-10-15 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* Bart: 16038 and 16041: Src/cond.c, Src/loop.c: for caching of
|
||||
|
@ -35,7 +40,7 @@
|
|||
|
||||
2001-10-10 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 16xxx: acconfig.h, zshconfig.ac, Etc/MACHINES,
|
||||
* 16018: acconfig.h, zshconfig.ac, Etc/MACHINES,
|
||||
Test/C02cond.ztst: allow dynamic loading to work on MacOS X
|
||||
if the dlcompat library is installed.
|
||||
|
||||
|
|
|
@ -732,8 +732,10 @@ recognised and `tt(%q)' can be used to quote the argument in such a way
|
|||