Author: jkeenan Date: Fri Apr 4 17:41:29 2008 New Revision: 26755 Modified: trunk/docs/pdds/pdd18_security.pod trunk/docs/pdds/pdd20_lexical_vars.pod trunk/docs/pdds/pdd21_namespaces.pod trunk/docs/pdds/pdd24_events.pod
Log: Bring file closer to conformance with coding standards for PDDs (http://rt.perl.org/rt3/Ticket/Display.html?id=52054). Modified: trunk/docs/pdds/pdd18_security.pod ============================================================================== --- trunk/docs/pdds/pdd18_security.pod (original) +++ trunk/docs/pdds/pdd18_security.pod Fri Apr 4 17:41:29 2008 @@ -189,8 +189,8 @@ instead of the expected data). Data filters can also be user-defined, as a regular expression (PGE rule) or subroutine. -The same filter rules applied within the data firewall can be called explicitly -on any data. +The same filter rules applied within the data firewall can be called +explicitly on any data. =head2 Bytecode Validation Modified: trunk/docs/pdds/pdd20_lexical_vars.pod ============================================================================== --- trunk/docs/pdds/pdd20_lexical_vars.pod (original) +++ trunk/docs/pdds/pdd20_lexical_vars.pod Fri Apr 4 17:41:29 2008 @@ -344,6 +344,8 @@ It's likely that this interface will continue to be available even once call frames become visible as PMCs. +=head1 IMPLEMENTATION + TODO: Full interpreter introspection interface. =head1 ATTACHMENTS Modified: trunk/docs/pdds/pdd21_namespaces.pod ============================================================================== --- trunk/docs/pdds/pdd21_namespaces.pod (original) +++ trunk/docs/pdds/pdd21_namespaces.pod Fri Apr 4 17:41:29 2008 @@ -9,6 +9,10 @@ $Revision$ +=head1 ABSTRACT + +Description and implementation of Parrot namespaces. + =head1 DESCRIPTION =over 4 Modified: trunk/docs/pdds/pdd24_events.pod ============================================================================== --- trunk/docs/pdds/pdd24_events.pod (original) +++ trunk/docs/pdds/pdd24_events.pod Fri Apr 4 17:41:29 2008 @@ -362,13 +362,13 @@ =head1 REFERENCES - src/events.c +src/events.c - http://www.seas.upenn.edu/~lipeng/homepage/unify.html +L<http://www.seas.upenn.edu/~lipeng/homepage/unify.html> - http://developer.apple.com/documentation/Carbon/Conceptual/Carbon_Event_Manager/Concept/chapter_2_section_2.html +L<http://developer.apple.com/documentation/Carbon/Conceptual/Carbon_Event_Manager/Concept/chapter_2_section_2.html> - http://www.quirksmode.org/js/events_compinfo.html +L<http://www.quirksmode.org/js/events_compinfo.html> =cut