From: Jarkko Hietaniemi Date: Sat, 8 Dec 2001 17:53:00 +0000 (+0000) Subject: Regen perlapi, regen toc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ecb378735db95cda9e76244a06625c00083ddfe;p=p5sagit%2Fp5-mst-13.2.git Regen perlapi, regen toc. p4raw-id: //depot/perl@13538 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 8528c90..2ca1b21 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2043,7 +2043,7 @@ Found in file sharedsv.c Sort an array. Here is an example: - sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale); + sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale); void sortsv(SV ** array, size_t num_elts, SVCOMPARE_t cmp) diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 29f97db..9467051 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2205,6 +2205,8 @@ LC_NUMERIC, LC_TIME, LANG =item Unicode I/O +=item Displaying Unicode As Text + =item Special Cases =item Advanced Topics @@ -2904,8 +2906,8 @@ mean? =back -=head2 perlfaq4 - Data Manipulation ($Revision: 1.8 $, $Date: 2001/11/09 -08:06:04 $) +=head2 perlfaq4 - Data Manipulation ($Revision: 1.9 $, $Date: 2001/12/07 +21:17:58 $) =over 4 @@ -3212,7 +3214,7 @@ protected files? Isn't this a bug in Perl? =back -=head2 perlfaq6 - Regexes ($Revision: 1.4 $, $Date: 2001/11/09 08:06:04 $) +=head2 perlfaq6 - Regexes ($Revision: 1.5 $, $Date: 2001/12/02 01:55:12 $) =over 4 @@ -4979,7 +4981,7 @@ I =item DESCRIPTION -=item Highlights +=item Highlights In 5.8.0 =item Incompatible Changes @@ -6940,6 +6942,50 @@ Source, Compiled Module Source, Perl Modules/Scripts =back +=head2 perldos - Perl under DOS, W31, W95. + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item Prerequisites for Compiling Perl on DOS + +DJGPP, Pthreads + +=item Shortcomings of Perl under DOS + +=item Building Perl on DOS + +=item Testing Perl on DOS + +=item Installation of Perl on DOS + +=back + +=item BUILDING AND INSTALLING MODULES ON DOS + +=over 4 + +=item Building Prerequisites for Perl on DOS + +=item Unpacking CPAN Modules on DOS + +=item Building Non-XS Modules on DOS + +=item Building XS Modules on DOS + +=back + +=item AUTHOR + +=item SEE ALSO + +=back + =head2 perlepoc, README.epoc - Perl for EPOC =over 4 @@ -7823,6 +7869,48 @@ LIST, waitpid PID,FLAGS =back +=head2 perlwin32 - Perl under Win32 + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item Setting Up Perl on Win32 + +Make, Command Shell, Borland C++, Microsoft Visual C++, Mingw32 with GCC + +=item Building + +=item Testing Perl on Win32 + +=item Installation of Perl on Win32 + +=item Usage Hints for Perl on Win32 + +Environment Variables, File Globbing, Using perl from the command line, +Building Extensions, Command-line Wildcard Expansion, Win32 Specific +Extensions, Running Perl Scripts, Miscellaneous Things + +=back + +=item BUGS AND CAVEATS + +=item AUTHORS + +Gary Ng E71564.1743@CompuServe.COME, Gurusamy Sarathy +Egsar@activestate.comE, Nick Ing-Simmons +Enick@ing-simmons.netE + +=item SEE ALSO + +=item HISTORY + +=back + =head1 PRAGMA DOCUMENTATION =head2 attrs - set/get attributes of a subroutine (deprecated) @@ -13698,7 +13786,7 @@ Remarks =item EXAMPLES - use Math::BigInt qw(bstr); + use Math::BigInt; =item Autocreating constants