Author: chromatic Date: Mon Oct 2 18:06:40 2006 New Revision: 14831 Modified: trunk/docs/pdds/clip/pdd13_bytecode.pod
Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: Minor POD formatting fixes to make the POD checking test pass again. Modified: trunk/docs/pdds/clip/pdd13_bytecode.pod ============================================================================== --- trunk/docs/pdds/clip/pdd13_bytecode.pod (original) +++ trunk/docs/pdds/clip/pdd13_bytecode.pod Mon Oct 2 18:06:40 2006 @@ -589,16 +589,27 @@ keys are: =over 4 + =item wordsize + =item byteorder + =item fptype + =item version_major + =item version_minor + =item version_patch + =item bytecode_major + =item bytecode_minor + =item uuid_type + =item uuid_length + =back =head4 get_string_keyed_str (v-table) @@ -607,7 +618,9 @@ keys are: =over 4 + =item uuid + =back =head4 set_integer_keyed_str (v-table) @@ -617,10 +630,15 @@ storage on disk. The fields that may be set are: =over 4 + =item version_major + =item version_minor + =item version_patch + =item uuid_type + =back Be very careful when setting a version number; you should usually trust the VM @@ -870,11 +888,17 @@ unless all of the following conditions are met: =over 4 + =item The type of the PMC passed is PackfileAnnotation + =item The entry at the previous index is defined + =item The offset of the previous entry is less than this entry + =item The offset of the next entry, if it exists, is greater than this entry + =item The key ID references a valid annotation key + =back