Author: coke
Date: Wed Mar 26 19:35:50 2008
New Revision: 26571

Modified:
   trunk/docs/pdds/pdd23_exceptions.pod

Changes in other areas also in this revision:
Added:
   trunk/docs/book/appendix.pod   (contents, props changed)
Modified:
   trunk/DEPRECATED.pod
   trunk/MANIFEST
   trunk/PBC_COMPAT
   trunk/compilers/pirc/src/pirutil.c
   trunk/docs/book/ch08_reference.pod
   trunk/docs/compiler_faq.pod
   trunk/editor/pir-mode.el
   trunk/languages/PIR/src/pasm/pasm_instr.pg
   trunk/languages/PIR/src/pasm/pasm_pmc.pg
   trunk/src/ops/object.ops
   trunk/src/ops/ops.num

Log:
[deprecated]

-remove classoffset opcode
-inc. from docs and other locations, except:
-in the book, where it's tied to examples. There, add an ERRATA that we need to
 update the book.

This only leaves some SDL libraries that use the opcode: those will need to be 
updated
or removed. and tested would be nice. But since they were already broken (this 
opcode
has thrown an exception for some time.), this closes the RT ticket.



Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod        (original)
+++ trunk/docs/pdds/pdd23_exceptions.pod        Wed Mar 26 19:35:50 2008
@@ -314,11 +314,6 @@
 argument or a string index that's outside the length of the string.  Payload
 is an array, first element being the string 'ord'.
 
-The C<classoffset> opcode throws C<exception;domain> when it's asked to
-retrieve the attribute offset for a class that isn't in the object's
-inheritance hierarchy.  Payload is an array: [0] string 'classoffset',
-[1] object in question, [2] ID of class not found.
-
 The C<find_charset> opcode throws C<exception;domain> if the charset name it's
 looking up doesn't exist.  Payload is an array: [0] string 'find_charset', [1]
 charset name that was not found.

Reply via email to