cvsuser 04/08/25 12:40:51
Modified: ops object.ops Log: Mark unimplemented ops as unimplemented in the POD Revision Changes Path 1.46 +6 -7 parrot/ops/object.ops Index: object.ops =================================================================== RCS file: /cvs/public/parrot/ops/object.ops,v retrieving revision 1.45 retrieving revision 1.46 diff -u -w -r1.45 -r1.46 --- object.ops 14 Jul 2004 12:18:12 -0000 1.45 +++ object.ops 25 Aug 2004 19:40:51 -0000 1.46 @@ -45,9 +45,9 @@ =cut -=item B<tailcallmethod> +=item B<tailcallmethod> B<(unimplemented)> -=item B<tailcallmethod>(in STR) +=item B<tailcallmethod>(in STR) B<(unimplemented)> Make a tailcall to method $1. If no method name is given, we assume everything is already set up properly. @@ -419,17 +419,16 @@ ############################################################################### -=item B<makemmd>(in PMC, in INT) +=item B<makemmd>(in PMC, in INT) B<(unimplemented)> -Makes vtable entry $2 use parrot's multimethod dispatch system +Makes vtable entry $2 use Parrot's multimethod dispatch system - -=item B<mmdfunc>(in INT, in PMC, in PMC, in PMC) +=item B<mmdfunc>(in INT, in PMC, in PMC, in PMC) B<(unimplemented)> Make $4 the function called when MMD function $1 is called for types $2 and $3. -=item B<mmddispatch>(out PMC, in INT, in PMC, in PMC) +=item B<mmddispatch>(out PMC, in INT, in PMC, in PMC) B<(unimplemented)> Do a multimethod dispatch for binary MMD function $2 on PMCs $3 and $4, and put the result in $1.
