Branch: refs/heads/smoke-me/ilmari/remove-obsolete-ports
Home: https://github.com/Perl/perl5
Commit: c42c187530cf637c89321dd8a9cb759021eae1c7
https://github.com/Perl/perl5/commit/c42c187530cf637c89321dd8a9cb759021eae1c7
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M MANIFEST
M Porting/pumpkin.pod
R README.dos
R djgpp/config.over
R djgpp/configure.bat
R djgpp/djgpp.c
R djgpp/djgpp.h
R djgpp/djgppsed.sh
R djgpp/fixpmain
M doio.c
M dosish.h
M ext/Devel-Peek/t/Peek.t
M ext/File-Glob/Glob.pm
M ext/POSIX/t/posix.t
M ext/POSIX/t/sigaction.t
M ext/POSIX/t/time.t
M ext/SDBM_File/sdbm.c
M ext/SDBM_File/sdbm.h
R hints/dos_djgpp.sh
M install_lib.pl
M installperl
M lib/AnyDBM_File.t
M lib/English.t
M lib/File/stat.pm
M lib/File/stat.t
M lib/FileHandle.t
M lib/perl5db.pl
M mg.c
M perl.c
M perl.h
M perlio.c
M pod/perl.pod
M pod/perldelta.pod
M pod/perldiag.pod
M pod/perlmodinstall.pod
M pod/perlport.pod
M t/io/closepid.t
M t/io/fs.t
M t/io/layers.t
M t/io/openpid.t
M t/io/tell.t
M t/lib/commonsense.t
M t/lib/dbmt_common.pl
M t/lib/warnings/pp_sys
M t/op/alarm.t
M t/op/magic.t
M t/op/stat.t
M t/op/sysio.t
M t/op/taint.t
M t/op/time.t
M t/op/write.t
M thread.h
M util.c
M win32/GNUmakefile
M win32/Makefile
Log Message:
-----------
Remove DOS/DJGPP support
DJGPP is a port of the GNU toolchain to 32-bit x86 systems running DOS.
The last known attempt to build Perl on it was on 5.20, which only got
as far as building miniperl.
Commit: 72e5aa180ab5fe4dd24c52d7c0d3b79a6e5d9526
https://github.com/Perl/perl5/commit/72e5aa180ab5fe4dd24c52d7c0d3b79a6e5d9526
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M MANIFEST
M Porting/checkURL.pl
M README.cygwin
M ext/POSIX/POSIX.xs
M ext/POSIX/t/posix.t
R hints/uwin.sh
M installman
M makedepend_file.SH
M pod/perldelta.pod
M pod/perlport.pod
M t/io/layers.t
M t/io/tell.t
M t/loc_tools.pl
M t/op/chdir.t
Log Message:
-----------
Remove AT&T UWIN support
UWIN is a UNIX compatibility layer for Windows. It was last released
in 2012 and has been superseded by Cygwin these days.
Compare: https://github.com/Perl/perl5/compare/321037ce98e0...72e5aa180ab5