Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: typeset test
- X-seq: zsh-workers 17432
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: typeset test
- Date: Fri, 05 Jul 2002 11:46:46 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Deliberate change in typeset test as spotted by Bart.
Index: Test/B02typeset.ztst
===================================================================
RCS file: /cvsroot/zsh/zsh/Test/B02typeset.ztst,v
retrieving revision 1.1
diff -u -r1.1 B02typeset.ztst
--- Test/B02typeset.ztst 13 Aug 2001 17:43:04 -0000 1.1
+++ Test/B02typeset.ztst 5 Jul 2002 10:46:08 -0000
@@ -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
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author