diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 15:02:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 15:02:12 +0000 |
commit | 490a13c2e0a2906c6a9020050210a321e4e4c872 (patch) | |
tree | c56a329c5416d561227bd29c01af7e6c477781a6 /MANIFEST | |
parent | da3f15f45759606922ae459be6ba8bc2810578ad (diff) | |
parent | 17af6fb0658e86e2f4a472e3392fc688e0c25b43 (diff) | |
download | perl-490a13c2e0a2906c6a9020050210a321e4e4c872.tar.gz |
Integrate perlio:
[ 9442]
Work in progress - determine win32 extensions to build via script.
[ 9435]
Win32 has name conflict with ERROR
[ 9432]
Make as-shipped compiler default to MSVC6
[ 9431]
Allow someone to write PerlIO::Array, PerlIO::Code, ...
akin to PerlIO::Scalar.
[ 9429]
Noticed that two tests were skipped as perlio:: package
isn't there any more. Changed the skip condition.
Avoid core-dump if sv_utf8_upgrade() called on something
that does not become SvPOK after SvPV() (e.g. a ref).
p4raw-link: @9442 on //depot/perlio: 17af6fb0658e86e2f4a472e3392fc688e0c25b43
p4raw-link: @9435 on //depot/perlio: c7997937a3d3c62c11d46b84cf8e39979d05cd2e
p4raw-link: @9432 on //depot/perlio: f3ee62dd045665d69979ecdae282e2285af75e52
p4raw-link: @9431 on //depot/perlio: 2edd7e4402b46befc69c68043eda73146c6036b0
p4raw-link: @9429 on //depot/perlio: e0e62c2a4ed4c005b9afcfe9fe3e1838fcea785d
p4raw-id: //depot/perl@9443
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1864,6 +1864,7 @@ win32/bin/perlglob.pl Win32 globbing win32/bin/pl2bat.pl wrap perl scripts into batch files win32/bin/runperl.pl run perl script via batch file namesake win32/bin/search.pl Win32 port +win32/buildext.pl Build extensions once miniperl is built win32/config.bc Win32 base line config.sh (Borland C++ build) win32/config.gc Win32 base line config.sh (mingw32/gcc build) win32/config.vc Win32 base line config.sh (Visual C++ build) |