X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltoc.pod;h=8c97163e0523ccc3b94f0dec6c95887b446eb85c;hb=0a753a764065f2260004b6e6975085378b850346;hp=f451606df5b870517522e3126a1ebf46de3fd02c;hpb=4b094ceb80288fc9f7c15ae78fc662051510284d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltoc.pod b/pod/perltoc.pod index f451606..8c97163 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -54,8 +54,6 @@ HOME, LOGDIR, PATH, PERL5LIB, PERL5DB, PERL_DESTRUCT_LEVEL, PERLLIB =item New Opcode Module and Revised Safe Module -=item Extended Fcntl Module - =item Internal Change: FileHandle Deprecated =item Internal Change: PerlIO internal IO abstraction interface @@ -99,6 +97,10 @@ use blib, use blib 'dir', use locale, use ops =item Math::Complex +=item DB_File + +=item Net::Ping + =item Overridden Built-ins =back @@ -113,6 +115,10 @@ C XSUBs now default to returning nothing =back +=item C Language API Changes + +C and C + =item Documentation Changes L, L, L, L, L, @@ -353,8 +359,8 @@ getgrent, gethostent, getnetent, getprotoent, getservent, setpwent, setgrent, sethostent STAYOPEN, setnetent STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN, endpwent, endgrent, endhostent, endnetent, endprotoent, endservent, getsockname SOCKET, getsockopt -SOCKET,LEVEL,OPTNAME, glob EXPR, gmtime EXPR, goto LABEL, goto EXPR, goto -&NAME, grep BLOCK LIST, grep EXPR,LIST, hex EXPR, hex, import, index +SOCKET,LEVEL,OPTNAME, glob EXPR, glob, gmtime EXPR, goto LABEL, goto EXPR, +goto &NAME, grep BLOCK LIST, grep EXPR,LIST, hex EXPR, hex, import, index STR,SUBSTR,POSITION, index STR,SUBSTR, int EXPR, int, ioctl FILEHANDLE,FUNCTION,SCALAR, join EXPR,LIST, keys ASSOC_ARRAY, kill LIST, last LABEL, last, lc EXPR, lc, lcfirst EXPR, lcfirst, length EXPR, length, @@ -1395,6 +1401,8 @@ B, B =item DESCRIPTION +=item Variables + =over =item Datatypes @@ -1419,7 +1427,9 @@ B, B =item Stashes and Globs -=item Magic +=item Double-Typed SV's + +=item Magic Variables =item Assigning Magic @@ -1427,7 +1437,11 @@ B, B =item Finding Magic -=item Double-Typed SV's +=back + +=item Subroutines + +=over =item XSUB's and the Argument Stack @@ -1437,14 +1451,32 @@ B, B =item PerlIO -=item Scratchpads - =item Putting a C value on Perl stack =item Scratchpads =item Scratchpads and recursions +=back + +=item Compiled code + +=over + +=item Code tree + +=item Examining the tree + +=item Compile pass 1: check routines + +=item Compile pass 1a: constant folding + +=item Compile pass 2: context propagation + +=item Compile pass 3: peephole optimization + +=back + =item API LISTING AvFILL, av_clear, av_extend, av_fetch, av_len, av_make, av_pop, av_push, @@ -1482,8 +1514,6 @@ XSRETURN, XSRETURN_EMPTY, XSRETURN_IV, XSRETURN_NO, XSRETURN_NV, XSRETURN_PV, XSRETURN_UNDEF, XSRETURN_YES, XST_mIV, XST_mNV, XST_mNO, XST_mPV, XST_mUNDEF, XST_mYES, XS_VERSION, XS_VERSION_BOOTCHECK, Zero -=back - =item EDITOR =item DATE @@ -3410,6 +3440,8 @@ unexpand(1) =item EXAMPLE +=item BUGS + =item AUTHOR =head2 Tie::Hash, Tie::StdHash - base class definitions for tied hashes