From: Jarkko Hietaniemi Date: Wed, 4 Jul 2001 14:14:33 +0000 (+0000) Subject: Regen toc and modlib. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbe3d936b182fa637b8c6c3747dd099aa13c0433;p=p5sagit%2Fp5-mst-13.2.git Regen toc and modlib. p4raw-id: //depot/perl@11139 --- diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index fbd3686..6628242 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -666,10 +666,6 @@ Local configuration data for libnet Attempt to evaluate the current host's internet name and domain -=item Net::DummyInetd - -A dummy Inetd server - =item Net::FTP FTP Client class @@ -682,10 +678,6 @@ NNTP Client class OO interface to users netrc file -=item Net::PH - -CCSO Nameserver Client class - =item Net::POP3 Post Office Protocol 3 Client class (RFC1081) @@ -698,10 +690,6 @@ Check a remote host for reachability Simple Mail Transfer Protocol Client -=item Net::SNPP - -Simple Network Pager Protocol Client - =item Net::Time Time and daytime network client interface @@ -966,6 +954,10 @@ Internal object used by Time::gmtime and Time::localtime Base class for ALL classes (blessed references) +=item Unicode::UCD + +Unicode character database + =item User::grent By-name interface to Perl's built-in getgr*() functions diff --git a/pod/perltoc.pod b/pod/perltoc.pod index c0c4ae4..f92d90b 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -1996,6 +1996,10 @@ to enable a few features =item Effects of character semantics +=item Scripts + +=item Blocks + =item Character encodings for input and output =back @@ -3911,15 +3915,15 @@ PUTBACK, Renew, Renewc, require_pv, RETVAL, Safefree, savepv, savepvn, SAVETMPS, SP, SPAGAIN, ST, strEQ, strGE, strGT, strLE, strLT, strNE, strnEQ, strnNE, StructCopy, SvCUR, SvCUR_set, SvEND, SvGETMAGIC, SvGROW, SvIOK, SvIOKp, SvIOK_notUV, SvIOK_off, SvIOK_on, SvIOK_only, SvIOK_only_UV, -SvIOK_UV, SvIV, SvIVx, SvIVX, SvLEN, SvNIOK, SvNIOKp, SvNIOK_off, SvNOK, -SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVX, SvNVx, SvOK, SvOOK, +SvIOK_UV, SvIV, SvIVX, SvIVx, SvLEN, SvNIOK, SvNIOKp, SvNIOK_off, SvNOK, +SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVx, SvNVX, SvOK, SvOOK, SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only, SvPOK_only_UTF8, SvPV, SvPVbyte, SvPVbytex, SvPVbytex_force, SvPVbyte_force, SvPVbyte_nolen, SvPVutf8, SvPVutf8x, SvPVutf8x_force, SvPVutf8_force, SvPVutf8_nolen, -SvPVx, SvPVX, SvPV_force, SvPV_force_nomg, SvPV_nolen, SvREFCNT, +SvPVX, SvPVx, SvPV_force, SvPV_force_nomg, SvPV_nolen, SvREFCNT, SvREFCNT_dec, SvREFCNT_inc, SvROK, SvROK_off, SvROK_on, SvRV, SvSETMAGIC, SvSetMagicSV, SvSetMagicSV_nosteal, SvSetSV, SvSetSV_nosteal, SvSTASH, -SvTAINT, SvTAINTED, SvTAINTED_off, SvTAINTED_on, SvTRUE, SvTYPE, svtype, +SvTAINT, SvTAINTED, SvTAINTED_off, SvTAINTED_on, SvTRUE, svtype, SvTYPE, SVt_IV, SVt_NV, SVt_PV, SVt_PVAV, SVt_PVCV, SVt_PVHV, SVt_PVMG, SvUOK, SvUPGRADE, SvUTF8, SvUTF8_off, SvUTF8_on, SvUV, SvUVX, SvUVx, sv_2bool, sv_2cv, sv_2io, sv_2iv, sv_2mortal, sv_2nv, sv_2pvbyte, sv_2pvbyte_nolen, @@ -4089,7 +4093,7 @@ PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers), =item Eliminate need for "use utf8"; -=item Create a char *sv_printify(sv, STRLEN *lenp, UV flags) +=item Create a char *sv_pvprintify(sv, STRLEN *lenp, UV flags) =item Autoload byte.pm @@ -4199,6 +4203,8 @@ PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers), =item Support for rerunning debugger +=item Test Suite for the Debugger + =item my sub foo { } =item One-pass global destruction @@ -4585,6 +4591,8 @@ I =item Socket Extension Dynamic in VMS +=item Different Definition of the Unicode Character Classes \p{In...} + =item Deprecations =back @@ -4659,6 +4667,8 @@ I =item Linux With Sfio Fails op/misc Test 48 +=item OS/390 + =item op/sprintf tests 129 and 130 =item Failure of Thread tests @@ -12748,28 +12758,6 @@ hostfqdn (), hostname (), hostdomain () =back -=head2 Net::DummyInetd - A dummy Inetd server - -=over 4 - -=item SYNOPSIS - -=item DESCRIPTION - -=item CONSTRUCTOR - -new ( CMD ) - -=item METHODS - -port - -=item AUTHOR - -=item COPYRIGHT - -=back - =head2 Net::FTP - FTP Client class =over 4 @@ -12876,36 +12864,6 @@ MESSAGE-SPEC, PATTERN, Examples, C<[^]-]>, C<*bdc>, C<[0-9a-zA-Z]>, C =back -=head2 Net::PH - CCSO Nameserver Client class - -=over 4 - -=item SYNOPSIS - -=item DESCRIPTION - -=item CONSTRUCTOR - -new ( [ HOST ] [, OPTIONS ]) - -=item METHODS - -query( SEARCH [, RETURN ] ), change( SEARCH , MAKE ), login( USER, PASS [, -ENCRYPT ]), logout(), fields( [ FIELD_LIST ] ), add( FIELD_VALUES ), -delete( FIELD_VALUES ), id( [ ID ] ), status(), siteinfo(), quit() - -=item Q&A - -=item SEE ALSO - -=item AUTHORS - -=item ACKNOWLEDGMENTS - -=item COPYRIGHT - -=back - =head2 Net::POP3 - Post Office Protocol 3 Client class (RFC1081) =over 4 @@ -12990,36 +12948,6 @@ verify ( ADDRESS ), help ( [ $subject ] ), quit () =back -=head2 Net::SNPP - Simple Network Pager Protocol Client - -=over 4 - -=item SYNOPSIS - -=item NOTE - -=item DESCRIPTION - -=item EXAMPLES - -=item CONSTRUCTOR - -new ( [ HOST, ] [ OPTIONS ] ) - -=item METHODS - -reset (), help (), quit () - -=item EXPORTS - -=item SEE ALSO - -=item AUTHOR - -=item COPYRIGHT - -=back - =head2 Net::Time - time and daytime network client interface =over 4 @@ -15762,6 +15690,20 @@ VAL, TYPE ), UNIVERSAL::can ( VAL, METHOD ) =over 4 +=item charscript + +=back + +=over 4 + +=item charblock versus charscript + +=back + +=over 4 + +=item IMPLEMENTATION NOTE + =item AUTHOR =back