Integrate perlio:
Jarkko Hietaniemi [Sun, 16 Jun 2002 16:54:28 +0000 (16:54 +0000)]
[ 17258]
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-link: @17258 on //depot/perlio: 4b069b44f3c785593c10e7aca80c893a2f210b9d

p4raw-id: //depot/perl@17259

embed.fnc
perl.h
t/op/utf8decode.t [changed mode: 0755->0644]

index fb0e213..fb4a504 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -1033,7 +1033,7 @@ s |void   |apply_attrs    |HV *stash|SV *target|OP *attrs|bool for_my
 s      |void   |apply_attrs_my |HV *stash|OP *target|OP *attrs|OP **imopsp
 #  if defined(PL_OP_SLAB_ALLOC)
 s      |void*  |Slab_Alloc     |int m|size_t sz
-s      |void   |Slab_Free      |void *op
+s      |void   |Slab_Free      |void *op
 #  endif
 #endif
 
diff --git a/perl.h b/perl.h
index be0706c..d7b281a 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -455,7 +455,7 @@ int usleep(unsigned int);
 #  define MYSWAP
 #endif
 
-/* Cannot include embed.h here on Win32 as win32.h has not
+/* Cannot include embed.h here on Win32 as win32.h has not 
    yet been included and defines some config variables e.g. HAVE_INTERP_INTERN
  */
 #if !defined(PERL_FOR_X2P) && !(defined(WIN32)||defined(VMS))
old mode 100755 (executable)
new mode 100644 (file)