In perl.git, the branch smoke-me/craigb/nostdio has been created
<http://perl5.git.perl.org/perl.git/commitdiff/570c06e27422eca6edff2e7abf34c7f9a85b72f5?hp=0000000000000000000000000000000000000000>
at 570c06e27422eca6edff2e7abf34c7f9a85b72f5 (commit)
- Log -----------------------------------------------------------------
commit 570c06e27422eca6edff2e7abf34c7f9a85b72f5
Author: Craig A. Berry <[email protected]>
Date: Sat Jul 18 13:01:00 2015 -0500
Don't generate symbols for defunct -Uuseperlio case.
M makedef.pl
commit d7c1b869f429861bf7dbdeebf6176c393618129e
Author: Craig A. Berry <[email protected]>
Date: Sat Jul 18 08:57:19 2015 -0500
Remove PERLIO_IS_STDIO from win32.c and wince.c.
It will never be defined so there's no reason to check that it's
not defined.
M win32/win32.c
M win32/wince.c
commit 568f1fba7d5befa6fa6a1680e190c13ea3104d82
Author: Craig A. Berry <[email protected]>
Date: Fri Jul 17 17:53:54 2015 -0500
Evict PERLIO_IS_STDIO from top-level core files.
Configuring with perlio has been the only option since dd35fa16610
in 2011, first released in 5.16.0. Yet we have still have had all
this dead code for stdio support cluttering up the sources and
dulling the machetes of anyone who wants to do further work on
perlio or someone (like me) who just stumbles on some code that
looks like it needs fixing but isn't worth the time since the
compiler will never see it.
Leave a vestigial perlsdio.h since its presence is hard-coded in
a number of places.
M perlio.c
M perlio.h
M perlsdio.h
M pp_ctl.c
M sv.c
-----------------------------------------------------------------------
--
Perl5 Master Repository