diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-30 16:51:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-30 16:51:44 +0000 |
commit | ad716b8eadd120352e8587d8a627edd69ad62709 (patch) | |
tree | 2034bb54229617c8f0afaa1c774ad865a727f7fe /pod/perltoc.pod | |
parent | 27def8fa511b5413d90e16394cb46363363fed17 (diff) | |
download | perl-ad716b8eadd120352e8587d8a627edd69ad62709.tar.gz |
Regen toc (skip the XS:: since they do not get installed)
p4raw-id: //depot/perl@17386
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 64 |
1 files changed, 13 insertions, 51 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 190e5f8ee8..934f6f16cd 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2662,9 +2662,9 @@ ExtUtils::Mkbootstrap, ExtUtils::Mksymlists, ExtUtils::Packlist, ExtUtils::testlib, Fatal, Fcntl, File::Basename, File::CheckTree, File::Compare, File::Copy, File::DosGlob, File::Find, File::Path, File::Spec, File::Spec::Cygwin, File::Spec::Epoc, File::Spec::Functions, -File::Spec::Mac, File::Spec::NW5, File::Spec::OS2, File::Spec::Unix, -File::Spec::VMS, File::Spec::Win32, File::Temp, File::stat, FileCache, -FileHandle, Filter::Simple, FindBin, Getopt::Long, Getopt::Std, Hash::Util, +File::Spec::Mac, File::Spec::OS2, File::Spec::Unix, File::Spec::VMS, +File::Spec::Win32, File::Temp, File::stat, FileCache, FileHandle, +Filter::Simple, FindBin, Getopt::Long, Getopt::Std, Hash::Util, I18N::Collate, I18N::LangTags, I18N::LangTags::List, IO, IPC::Open2, IPC::Open3, Locale::Constants, Locale::Country, Locale::Currency, Locale::Language, Locale::Maketext, Locale::Maketext::TPJ13, @@ -7735,11 +7735,13 @@ C<OS2::Error(do_harderror,do_exception)>, C<OS2::Errors2Drive(drive)>, OS2::SysInfo(), OS2::BootDrive(), C<OS2::MorphPM(serve)>, C<OS2::UnMorphPM(serve)>, C<OS2::Serve_Messages(force)>, C<OS2::Process_Messages(force [, cnt])>, C<OS2::_control87(new,mask)>, -OS2::get_control87(), C<OS2::set_control87_em(new=MCW_EM,mask=MCW_EM)> +OS2::get_control87(), C<OS2::set_control87_em(new=MCW_EM,mask=MCW_EM)>, +C<OS2::DLLname([how [, \&xsub]])> =item Prebuilt variables: -$OS2::emx_rev, $OS2::emx_env, $OS2::os_ver +$OS2::emx_rev, $OS2::emx_env, $OS2::os_ver, $OS2::is_aout, $OS2::can_fork, +$OS2::nsyserror =item Misfeatures @@ -7752,7 +7754,10 @@ C<flock> =item Centralized management of resources -C<HAB>, C<HMQ> +C<HAB>, C<HMQ>, Treating errors reported by OS/2 API, +C<CheckOSError(expr)>, C<CheckWinError(expr)>, C<SaveWinError(expr)>, +C<SaveCroakWinError(expr,die,name1,name2)>, C<WinError_2_Perl_rc>, +C<FillWinError>, C<FillOSError(rc)>, Loading DLLs and ordinals in DLLs =back @@ -7798,6 +7803,8 @@ C<HAB>, C<HMQ> =over 4 +=item Text-mode filehandles + =item Priorities =item DLL name mangling: pre 5.6.2 @@ -19554,51 +19561,6 @@ Win32::UnregisterServer(LIBRARYNAME) =back -=head2 XS::APItest - Test the perl C API - -=over 4 - -=item SYNOPSIS - -=item ABSTRACT - -=item DESCRIPTION - -=over 4 - -=item EXPORT - -B<print_double>, B<print_long_double>, B<have_long_double>, B<print_nv>, -B<print_iv>, B<print_uv>, B<print_int>, B<print_long>, B<print_float> - -=back - -=item SEE ALSO - -=item AUTHORS - -=item COPYRIGHT AND LICENSE - -=back - -=head2 XS::Typemap - module to test the XS typemaps distributed with perl - -=over 4 - -=item SYNOPSIS - -=item DESCRIPTION - -=back - -=over 4 - -=item NOTES - -=item AUTHOR - -=back - =head2 XSLoader - Dynamically load C libraries into Perl code =over 4 |