DJGPP updates from Laszlo Molnar.
Jarkko Hietaniemi [Fri, 3 May 2002 12:36:54 +0000 (12:36 +0000)]
p4raw-id: //depot/perl@16370

djgpp/config.over
ext/Cwd/t/cwd.t
hints/dos_djgpp.sh

index 032f85e..c27011b 100644 (file)
@@ -25,7 +25,7 @@ repair()
      -e 's/posix/POSIX/'\
      -e 's/sdbm_fil/SDBM_File/'\
      -e 's/socket/Socket/'\
-     -e 's/thread/Thread/'\
+     -e 's=[tT]hread[/a-zA-Z]*==g'\
      -e 's/byteload/ByteLoader/'\
      -e 's=devel/peek=Devel/Peek='\
      -e 's=devel/dprof=Devel/DProf='\
@@ -45,6 +45,7 @@ repair()
      -e 's=list/util=List/Util=' \
      -e 's=cwd=Cwd=' \
      -e 's=perlio/via=PerlIO/Via=' \
+     -e 's=perlio/encoding=PerlIO/encoding=' \
      -e 's=xs/typemap=XS/Typemap=' \
      -e 's=unicode/normaliz=Unicode/Normalize=' \
      -e 's=i18n/langinfo=I18N/Langinfo=' \
index 92079c0..6b0453d 100644 (file)
@@ -40,6 +40,8 @@ if ($^O eq 'MSWin32') {
     $pwd_cmd =~ s,/,\\,g;
     $pwd_cmd = "$pwd_cmd /c cd";
 }
+$pwd_cmd =~ s=\\=/=g if ($^O eq 'dos');
+
 print "# native pwd = '$pwd_cmd'\n";
 
 SKIP: {
index f46bed8..3ae9d22 100644 (file)
@@ -73,3 +73,4 @@ esac
 EOCBU
 
 useperlio='undef'
+uselargefiles='undef'