summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-07 14:43:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-07 14:43:59 +0000
commit9f1b100c7cce69ed98a684964aaf7c67cd5360d0 (patch)
tree2362211ef797730ce02380bbc26b8c5839e84863 /MANIFEST
parent914895dfd20736cee15de499f287dd9f882816c0 (diff)
parent8e2329934bcca9c59680f6d478c3c2bc3ef7c649 (diff)
downloadperl-9f1b100c7cce69ed98a684964aaf7c67cd5360d0.tar.gz
Integrate perlio:
[ 9604] Split out extension finding code from buildext.pl into FindExt.pm Use it to get Config.pm's idea of available extensions in line with what is built. [ 9603] Cleanup correction for failed :Via() layer, also set an error code. [ 9602] Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX style. So don't use binmode() on the handles so that Win32 etc. see same sequence and produce same digests. [ 9601] Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r") Else it complains and so crlf layer (say) does not get pushed. [ 9599] Quote $VERSION in Encode.pm. regen_config_h as requested. p4raw-link: @9604 on //depot/perlio: 8e2329934bcca9c59680f6d478c3c2bc3ef7c649 p4raw-link: @9603 on //depot/perlio: 267cbce72d0da7af102852e6d7e0bb5c1ce41da6 p4raw-link: @9602 on //depot/perlio: 9070af9fb87632d66faa82c00ab8b5cf20323a2b p4raw-link: @9601 on //depot/perlio: c5af4229019b04c7fa4be99300f8d9883c0bdf73 p4raw-link: @9599 on //depot/perlio: b8a524e96d5b75be96d6a98368b9c29153780cfe p4raw-id: //depot/perl@9606
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 23f39bf764..b425a1207b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1881,6 +1881,7 @@ win32/config_sh.PL Perl code to update Win32 config.sh from Makefile
win32/des_fcrypt.patch Win32 port
win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST
win32/dl_win32.xs Win32 port
+win32/FindExt.pm Scan for extensions
win32/genmk95.pl Perl code to generate command.com-usable makefile.95
win32/include/arpa/inet.h Win32 port
win32/include/dirent.h Win32 port