1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

17432: typeset test, typeset shows base for integer

This commit is contained in:
Peter Stephenson 2002-07-05 10:51:52 +00:00
parent 363079af76
commit 31d6ad578b
2 changed files with 4 additions and 1 deletions

@ -1,5 +1,8 @@
2002-07-05 Peter Stephenson <pws@csr.com>
* 17432: Test/B02typeset.ztst: change consequent on 17334
spotted by Bart: `typeset' outputs base for integer.
* 17414: Doc/Zsh/contrib.yo, Functions/Zle/narrow-to-region:
allow narrow-to-region to save and restore state, a bit
like save-restriction in emacs only completely different.

@ -148,7 +148,7 @@
print $f
0:Conversion of floating point to integer
>float local f
>integer local f
>integer 2 local f
>2#11
typeset -f