diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-06-16 16:38:59 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-06-16 16:38:59 +0000 |
commit | 4b069b44f3c785593c10e7aca80c893a2f210b9d (patch) | |
tree | 924823512e83d345144d8cc17e8fc54f0c022e7f /pod/perltoc.pod | |
parent | b0ce607a6dc86b7489b2320651569a94b7a2cea8 (diff) | |
download | perl-4b069b44f3c785593c10e7aca80c893a2f210b9d.tar.gz |
Last minute tinkering with PerlIO abstraction API.
- PerlIO_importFILE and PerlIO_exportFILE now documented as taking
const char *mode.
- Other 'flags' field changed to U32
- Discouraging words written about ":raw".
p4raw-id: //depot/perlio@17258
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 683026d423..52cdd6abce 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -4704,7 +4704,7 @@ B<PerlIO_rewind(f)>, B<PerlIO_tmpfile()>, B<PerlIO_setlinebuf(f)> =item Co-existence with stdio -B<PerlIO_importFILE(f,flags)>, B<PerlIO_exportFILE(f,flags)>, +B<PerlIO_importFILE(f,mode)>, B<PerlIO_exportFILE(f,mode)>, B<PerlIO_releaseFILE(p,f)>, B<PerlIO_findFILE(f)> =item "Fast gets" Functions @@ -5371,6 +5371,8 @@ I<The Road goes ever on and on, down from the door where it began.> =item Mac OS X +=item OS/2 Test Failures + =item op/sprintf tests 91, 129, and 130 =item Solaris 2.5 @@ -6990,6 +6992,8 @@ long, Process terminated by SIG%s =over 4 +=item NOTE + =item SYNOPSIS =back @@ -7042,6 +7046,8 @@ B<Unix emulation for AmigaOS: ixemul.library>, B<Version of Amiga OS> =back +=item PERL 5.8.0 BROKEN IN AMIGAOS + =item AUTHORS =item SEE ALSO @@ -12980,7 +12986,7 @@ MYEXTLIB, NAME, NEEDS_LINKING, NOECHO, NORECURS, NO_VC, OBJECT, OPTIMIZE, PERL, PERL_CORE, PERLMAINCC, PERL_ARCHLIB, PERL_LIB, PERL_MALLOC_OK, PERLRUN, PERLRUNINST, PERL_SRC, PERM_RW, PERM_RWX, PL_FILES, PM, PMLIBDIRS, PM_FILTER, POLLUTE, PPM_INSTALL_EXEC, PPM_INSTALL_SCRIPT, PREFIX, -PREREQ_PM, PREREQ_FATAL, PREREQ_PRINT, PRINT_PREREQ, SITEPREFIX, SKIP, +PREREQ_FATAL, PREREQ_PM, PREREQ_PRINT, PRINT_PREREQ, SITEPREFIX, SKIP, TYPEMAPS, VENDORPREFIX, VERBINST, VERSION, VERSION_FROM, XS, XSOPT, XSPROTOARG, XS_VERSION |