In perl.git, the branch smoke-me/File-stat has been created
<http://perl5.git.perl.org/perl.git/commitdiff/8b02cf248f2584ba87dda62d49ce9d0db9877b8d?hp=0000000000000000000000000000000000000000>
at 8b02cf248f2584ba87dda62d49ce9d0db9877b8d (commit)
- Log -----------------------------------------------------------------
commit 8b02cf248f2584ba87dda62d49ce9d0db9877b8d
Author: Steve Hay <[email protected]>
Date: Thu Jun 7 08:58:13 2012 +0100
Remove $patchlevel from win32/config_h.PL since it is never used
M win32/config_h.PL
commit 1bdff581bdb14e65e5ea2bc4aad23cd79d67cf09
Author: Steve Hay <[email protected]>
Date: Thu Jun 7 08:48:09 2012 +0100
Set version directly in Windows config.xxx files
There is no need for doing it via a ~VERSION~ substitution string since
that is not used anywhere else.
M win32/config.ce
M win32/config.gc
M win32/config.gc64
M win32/config.gc64nox
M win32/config.vc
M win32/config.vc64
M win32/config_sh.PL
commit 9b35202992f9b05c38f2a5847f86b51e8f1e7efb
Author: Steve Hay <[email protected]>
Date: Thu Jun 7 08:35:23 2012 +0100
Update how subversion is set in win32 config.xxx files
SUBVERSION was the old name from patchlevel.h but we should prefer to use
PERL_SUBVERSION now, just like patchlevel is already set from PERL_VERSION
rather than the old PATCHLEVEL.
M win32/config.ce
M win32/config.gc
M win32/config.gc64
M win32/config.gc64nox
M win32/config.vc
M win32/config.vc64
commit 84ee0a66f289b99c3c892aea8a9748ba7a3b2513
Author: Steve Hay <[email protected]>
Date: Thu Jun 7 08:20:09 2012 +0100
Remove INST_DRV from Windows makefiles' CFG_VARS
It isn't directly used by config_sh.PL, and the only appearance of it
in a config.xxx file was config.ce, where it was surely wrong: prefixexp
should be a ~name expanded version of prefix, so just set it to ~INST_TOP~
like the other config.xxx files all do.
M win32/Makefile
M win32/Makefile.ce
M win32/config.ce
M win32/makefile.mk
commit 662a27517b774fb0b240784bd97ebc123dcfed02
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Jun 7 08:03:31 2012 +0100
Sync Maintainers.pl for recent Storable CPAN release
M Porting/Maintainers.pl
commit 3b6759a6b10290b6fea26fb98b50fbf5ce4466b5
Author: Yves Orton <[email protected]>
Date: Wed Jun 6 08:53:05 2012 +0200
optimise (?:|) and related NOTHING like constructs out of the compiled
optree
A pattern like (?:|) causes the regex engine to do extra work even though
it is equivelent to matching nothing. This optimises such sequences into
more efficient opcodes that do less work, and in some cases optimises
them away entirely.
M regcomp.c
commit ae0a0fb2ce70e35111ba07e2a578edd8fcc989f8
Author: Craig A. Berry <[email protected]>
Date: Wed Jun 6 21:53:48 2012 -0500
Correct the dlsrc entry in configure.com.
It's not the .c, it's the .xs from which we generate the .c.
Spotted by Nicholas.
M configure.com
commit 2793ad9736be7d9f8d4be845ec4a4ebbc25cb516
Author: Steve Hay <[email protected]>
Date: Wed Jun 6 19:17:16 2012 +0100
Remove Win9x hangover from win32/config_sh.PL
We no longer support Win9x so there is no need to undef d_flock and d_link
in that case.
M win32/config_sh.PL
commit 8876bcbbbc74834fd90d897e87cc5952ac1532da
Author: Steve Hay <[email protected]>
Date: Wed Jun 6 19:15:25 2012 +0100
Remove redundant substitution from win32/config_sh.PL
INST_VER doesn't contain a ~VERSION~ placeholder.
M win32/config_sh.PL
commit c01b38767d2fcc35abf9ff59a9b5d6b03f55f5ca
Author: Steve Hay <[email protected]>
Date: Wed Jun 6 19:13:28 2012 +0100
perldelta for c2f56b9483 and a970290aa9.
M pod/perldelta.pod
commit 6f87f404fa51739971a4068da1f11443024f3fc4
Author: Andy Dougherty <[email protected]>
Date: Wed Jun 6 11:12:58 2012 -0400
Configure: Avoid Cppsym warnings for extra tokens [perl #113024]
The cppsymbols can include macros such as __INT16_C(c), which can't
be tested with a simple #ifdef. This patch strips off the opening
parenthesis and everything following it. These macros were generated
by cpp -dM.
Also ensure Cppsym.true list is sorted for later input to comm.
(I noticed this while testing this change on Solaris.)
M Configure
commit 9e477c131aa954c3c7a61e08ff178c4bbded69a6
Author: Andy Dougherty <[email protected]>
Date: Wed Jun 6 09:07:11 2012 -0400
Replace $compile_ok by $compile for two probes that can fail.
The probes for _NSGetExecutablePath and KERN_PROC_PATHNAME
will fail on systems where they are not available. This is
normal, so use $compile to throw away the error messages.
M Configure
-----------------------------------------------------------------------
--
Perl5 Master Repository