On Sunday 17 February 2002 17:18, Simon Cozens wrote: > Yes, I'm being an anal retentive asshole. It's my job.
Nah, this time you are not ;P On to the pdds ... There seems to be some part missing from pdd2, at the bottom. And this takes care of the dublicate entries in pdd6, as they seem to have slipped in again. Index: docs/pdds/pdd6.pod =================================================================== RCS file: /home/perlcvs/parrot/docs/pdds/pdd6.pod,v retrieving revision 1.1 diff -u -p -r1.1 pdd6.pod --- docs/pdds/pdd6.pod 17 Feb 2002 16:29:51 -0000 1.1 +++ docs/pdds/pdd6.pod 18 Feb 2002 00:25:14 -0000 @@ -221,20 +221,6 @@ omitted, increment is 1. Decrement register x by nn. nn is an integer constant. If nn is omitted, decrement by 1. -=item iton Nx, Iy - -Copy the integer value from register y to the numeric register x. - -=item ntoi Ix, Ny - -Copy the number from register y to register x. Copy is truncated, and -may be capped if it is too large or small for an integer. - -=item tostring Sx, ty, Iz - -Take the value in register y and convert it to a string of type z, -storing the result in string register x. - =back =head2 Register and stack ops