In perl.git, the branch smoke-me/remove-atarist-and-I286 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/d40eae8f110fb9900e82648a2c44710def9f117d?hp=0000000000000000000000000000000000000000>
at d40eae8f110fb9900e82648a2c44710def9f117d (commit)
- Log -----------------------------------------------------------------
commit d40eae8f110fb9900e82648a2c44710def9f117d
Author: Nicholas Clark <[email protected]>
Date: Fri Jul 27 17:36:40 2012 +0200
Restore microperl, which has been unable to build since January.
microperl was broken by commit 82ad65bb0613be64 on 2012-01-16, which used
IN_LOCALE_COMPILETIME for the first time in the C code. Unlike
IN_LOCALE_RUNTIME, it had no fallback definition for microperl.
Commit f90a9a0230170cc0 on 2012-01-28 added the first use of Strtol(),
which means that microperl now needs to assume that the system has strtol().
(Which is not unreasonable, as it's part of C89).
-----------------------------------------------------------------------
--
Perl5 Master Repository