From: Rafael Garcia-Suarez Date: Wed, 19 Nov 2003 22:46:20 +0000 (+0000) Subject: Regenerate perlapi and perltoc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2baadb76de5602fd6919cac96dea41124e89d11a;p=p5sagit%2Fp5-mst-13.2.git Regenerate perlapi and perltoc. p4raw-id: //depot/perl@21755 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 44e83be..0276fef 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2879,22 +2879,22 @@ version which guarantees to evaluate sv only once. =for hackers Found in file sv.h -=item SvIVX +=item SvIVx -Returns the raw value in the SV's IV slot, without checks or conversions. -Only use when you are sure SvIOK is true. See also C. +Coerces the given SV to an integer and returns it. Guarantees to evaluate +sv only once. Use the more efficient C otherwise. - IV SvIVX(SV* sv) + IV SvIVx(SV* sv) =for hackers Found in file sv.h -=item SvIVx +=item SvIVX -Coerces the given SV to an integer and returns it. Guarantees to evaluate -sv only once. Use the more efficient C otherwise. +Returns the raw value in the SV's IV slot, without checks or conversions. +Only use when you are sure SvIOK is true. See also C. - IV SvIVx(SV* sv) + IV SvIVX(SV* sv) =for hackers Found in file sv.h diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 3f4239e..66f07d4 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2264,9 +2264,9 @@ B<-X>, B<-x> I HOME, LOGDIR, PATH, PERL5LIB, PERL5OPT, PERLIO, :bytes, :crlf, :mmap, :perlio, :pop, :raw, :stdio, :unix, :utf8, :win32, PERLIO_DEBUG, PERLLIB, PERL5DB, PERL5SHELL (specific to the Win32 port), PERL_DEBUG_MSTATS, -PERL_DESTRUCT_LEVEL, PERL_ENCODING, PERL_HASH_SEED, PERL_HASH_SEED_DEBUG, -PERL_ROOT (specific to the VMS port), PERL_SIGNALS, PERL_UNICODE, SYS$LOGIN -(specific to the VMS port) +PERL_DESTRUCT_LEVEL, PERL_DL_NONLAZY, PERL_ENCODING, PERL_HASH_SEED, +PERL_HASH_SEED_DEBUG, PERL_ROOT (specific to the VMS port), PERL_SIGNALS, +PERL_UNICODE, SYS$LOGIN (specific to the VMS port) =back @@ -4473,7 +4473,7 @@ save_hptr(HV **hptr)> =item Internal Functions -A, p, d, s, n, r, f, M, o, j, x +A, p, d, s, n, r, f, M, o, x, m, X, E, b =over 4 @@ -4655,7 +4655,7 @@ HEf_SVKEY, Nullch, Nullsv =item Hash Manipulation Functions get_hv, HeHASH, HeKEY, HeKLEN, HePV, HeSVKEY, HeSVKEY_force, HeSVKEY_set, -HeVAL, HvNAME, hv_clear, hv_delete, hv_delete_ent, hv_exists, +HeVAL, HvNAME, hv_assert, hv_clear, hv_delete, hv_delete_ent, hv_exists, hv_exists_ent, hv_fetch, hv_fetch_ent, hv_iterinit, hv_iterkey, hv_iterkeysv, hv_iternext, hv_iternextsv, hv_iternext_flags, hv_iterval, hv_magic, hv_store, hv_store_ent, hv_undef, newHV, Nullhv @@ -13005,6 +13005,8 @@ mkpath directory.. test_f file +dos2unix + =over 4 =item BUGS @@ -13232,6 +13234,8 @@ installvars os_flavor_is +blibdirs_target (o) + =over 4 =item File::Spec wrappers @@ -13519,7 +13523,7 @@ constants (o) depend (o) -dir_target (o) +dir_target B init_DEST @@ -14086,7 +14090,7 @@ bin/ =back -=head2 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm +=head2 ExtUtils::MakeMaker::bytes - Version-agnostic bytes.pm =over 4 @@ -14096,7 +14100,7 @@ bin/ =back -=head2 ExtUtils::MakeMaker::vmsish - Platform agnostic vmsish.pm +=head2 ExtUtils::MakeMaker::vmsish - Platform-agnostic vmsish.pm =over 4 @@ -17772,7 +17776,7 @@ name space =item DESCRIPTION -unix, stdio, perlio, crlf, utf8, bytes, raw, pop +:unix, :stdio, :perlio, :crlf, :mmap, :utf8, :bytes, :raw, :pop, :win32 =over 4 @@ -20734,9 +20738,10 @@ CLASS->can( METHOD ) >>, C, C =item Constructor and Tailoring -UCA_Version, alternate, backwards, entry, ignoreName, ignoreChar, level, -normalization, overrideCJK, overrideHangul, preprocess, rearrange, table, -undefName, undefChar, katakana_before_hiragana, upper_before_lower +UCA_Version, backwards, entry, hangul_terminator, ignoreName, ignoreChar, +level, normalization, overrideCJK, overrideHangul, preprocess, rearrange, +table, undefName, undefChar, katakana_before_hiragana, upper_before_lower, +variable, alternate =item Methods for Collation @@ -20760,8 +20765,8 @@ $Collator-Egsubst($string, $substring, $replacement)> =item Other Methods -C<%old_tailoring = $Collator-Echange(%new_tailoring)>, UCA_Version, -Base_Unicode_Version +C<%old_tailoring = $Collator-Echange(%new_tailoring)>, C<$version = +$Collator-Eversion()>, C, C =item EXPORT @@ -20775,11 +20780,9 @@ Base_Unicode_Version =item SEE ALSO -http://www.unicode.org/reports/tr10/, -http://www.unicode.org/reports/tr10/allkeys.txt, -http://www.unicode.org/reports/tr10/CollationTest.html -http://www.unicode.org/reports/tr10/CollationTest.zip, -http://www.unicode.org/reports/tr15/, L +Unicode Collation Algorithm - UTS #10, The Default Unicode Collation +Element Table (DUCET), The conformance test for the UCA, Hangul Syllable +Type, Unicode Normalization Forms - UAX #15, L =back @@ -20797,6 +20800,7 @@ http://www.unicode.org/reports/tr15/, L C<$NFD_string = NFD($string)>, C<$NFC_string = NFC($string)>, C<$NFKD_string = NFKD($string)>, C<$NFKC_string = NFKC($string)>, +C<$FCD_string = FCD($string)>, C<$FCC_string = FCC($string)>, C<$normalized_string = normalize($form_name, $string)> =item Decomposition and Composition @@ -20809,6 +20813,7 @@ reorder($string)>, C<$composed_string = compose($string)> C<$result = checkNFD($string)>, C<$result = checkNFC($string)>, C<$result = checkNFKD($string)>, C<$result = checkNFKC($string)>, C<$result = +checkFCD($string)>, C<$result = checkFCC($string)>, C<$result = check($form_name, $string)> =item Character Data @@ -20830,7 +20835,8 @@ C<$may_be_composed_with_prev_char = isComp2nd($codepoint)> =item SEE ALSO http://www.unicode.org/unicode/reports/tr15/, -http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt +http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt, +http://www.unicode.org/notes/tn5/ =back