In perl.git, the branch smoke-me/nicholas/build-bootstrap has been created
<http://perl5.git.perl.org/perl.git/commitdiff/81d2d37741adf789b10635452383ba4d142ef89a?hp=0000000000000000000000000000000000000000>
at 81d2d37741adf789b10635452383ba4d142ef89a (commit)
- Log -----------------------------------------------------------------
commit 81d2d37741adf789b10635452383ba4d142ef89a
Author: Craig A. Berry <[email protected]>
Date: Fri Mar 1 15:06:47 2013 -0600
Fix signed/unsigned mismatch in vms/vms.c.
M vms/vms.c
commit d6cfa66953103cdf8a46487b72de6c2c2200aa3a
Author: Craig A. Berry <[email protected]>
Date: Fri Mar 1 12:54:07 2013 -0600
Add void casts to VMS-specific bail-out macro.
The macro used in vms/vms.c for errors from native calls deemed
too severe to handle was calling fprintf without checking return
values, which caused a huge pile of warnings when compiling with
/WARN=ENABLE=LEVEL5. So suppress those warnings with a void cast.
M vms/vmsish.h
commit a2656c4ab81b216a427d1e0db6a3aa25b4350ba8
Author: David Mitchell <[email protected]>
Date: Fri Mar 1 16:31:06 2013 +0000
revert: Benchmark iteration warnings should warn
This commit reverts:
commit a820780c62918236069b3b55502640c99a9e812a
Author: David Golden <[email protected]>
AuthorDate: Tue Feb 5 22:23:37 2013 -0500
Commit: David Golden <[email protected]>
CommitDate: Tue Feb 5 22:49:36 2013 -0500
Benchmark iteration warnings should warn, not print
because the warnings appearing on STDERR weren't being trapped by
Benchmark.t (see [perl #116831]). Revert for now, and re-address after
5.18.
M lib/Benchmark.pm
M pod/perldelta.pod
commit d04589db35f09d1a2397c7ca43216163acba7a2d
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Fri Mar 1 15:48:11 2013 +0000
Skip chflags tests in filetests.t on dragonflybsd
DragonflyBSD's file tests don't seem to be chflags-aware:
$ touch foo
$ if [ -w foo ]; then echo "Yes"; fi
Yes
$ chflags uchg foo
$ if [ -w foo ]; then echo "Yes"; fi
Yes
versus FreeBSD:
$ touch foo
$ if [ -w foo ]; then echo "Yes"; fi
Yes
$ chflags uchg foo
$ if [ -w foo ]; then echo "Yes"; fi
$
M lib/filetest.t
commit 33821f2f1514a9813696be8d26217081cabbf062
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Fri Mar 1 14:22:45 2013 +0000
Skip tests in File::Copy tests on DragonflyBSD too
Setting 0100, 0300 and 0500 on files is totally non-reversable
M lib/File/Copy.t
commit a020bf3d37e0dc87613f504e21905a093bd15aac
Author: James E Keenan <[email protected]>
Date: Thu Feb 28 21:28:56 2013 -0500
Add Anton Nikishaev to AUTHORS: RT #116959.
M AUTHORS
commit 62b5d8c012dd6f2dd295eda952734ce7fc7b608d
Author: Anton Nikishaev <[email protected]>
Date: Wed Feb 27 12:01:07 2013 +0400
perldtrace.pod: fix example code
M pod/perldtrace.pod
commit 2c4c45fc46d5cee014cf2ffaf632919f9a294a6a
Author: Sullivan Beck <[email protected]>
Date: Thu Feb 28 19:06:05 2013 +0000
[PATCH] Bump Locale-Codes from 3.24 to 3.25
Signed-off-by: Chris 'BinGOs' Williams <[email protected]>
M Porting/Maintainers.pl
M cpan/Locale-Codes/lib/Locale/Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes.pod
M cpan/Locale-Codes/lib/Locale/Codes/API.pod
M cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
M cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
M cpan/Locale-Codes/lib/Locale/Codes/Constants.pod
M cpan/Locale-Codes/lib/Locale/Codes/Country.pm
M cpan/Locale-Codes/lib/Locale/Codes/Country.pod
M cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
M cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
M cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
M cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
M cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
M cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
M cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
M cpan/Locale-Codes/lib/Locale/Codes/Language.pm
M cpan/Locale-Codes/lib/Locale/Codes/Language.pod
M cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
M cpan/Locale-Codes/lib/Locale/Codes/Script.pm
M cpan/Locale-Codes/lib/Locale/Codes/Script.pod
M cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
M cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
M cpan/Locale-Codes/lib/Locale/Country.pm
M cpan/Locale-Codes/lib/Locale/Country.pod
M cpan/Locale-Codes/lib/Locale/Currency.pm
M cpan/Locale-Codes/lib/Locale/Currency.pod
M cpan/Locale-Codes/lib/Locale/Language.pm
M cpan/Locale-Codes/lib/Locale/Language.pod
M cpan/Locale-Codes/lib/Locale/Script.pm
M cpan/Locale-Codes/lib/Locale/Script.pod
M cpan/Locale-Codes/t/code2currency.t
M cpan/Locale-Codes/t/country2code.t
M cpan/Locale-Codes/t/language2code.t
M cpan/Locale-Codes/t/testfunc.pl
commit 9d2e012d64183eec43221c4a05bdb99934199ec1
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Feb 28 17:51:14 2013 +0000
Revert "Bump Pod::Html to 1.19"
This reverts commit 46b428ce5128df764ce460c744a3c4f0f9727b5b.
M ext/Pod-Html/lib/Pod/Html.pm
commit 9dd0d3936597070001bcc933b4415b1e113437ee
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Feb 28 15:23:20 2013 +0000
Update Pod-Simple to CPAN version 3.26
[DELTA]
2013-02-27 David E. Wheeler <[email protected]>
* Release 3.26
Fixed another test script to skip all tests when Encode is not
installed.
Added 'encoding()' and 'detected_encoding()' to return the current
encoding and the encoding actually to decode the input file. The
value from "=encoding" is also now kept in the output tree. Patch
from Patrice Dumas (RT #74390).
2013-02-16 David E. Wheeler <[email protected]>
* Release 3.25
Improved the warning when "=item" types mismatch within one
"=over"/"=back" block.
2013-02-14 David E. Wheeler <[email protected]>
* Release 3.24
Fixed corner case bug for unlikely scenario in which non-UTF-8
text could be parsed as UTF-8. Grant McLean.
XHTML IDs can no longer end with punctuation. Thanks to Smylers
for the patch.
Fixed test failure on Perl 5.6.2.
Changed the default installation location from "perl" to "site" on
5.12 and higher, since as of that version of Perl, dual-life
modules no longer need to be installed in "perl" to replace
in-core versions. Patch from tzccinct.
Fixed hash order dependency test failures on Perl 5.17. Thanks to
Yves Orton for the patch.
Inlined the code that tries to guess a Pod file's encoding. This
reduces the time Pod::Simple takes to build the core Perl
documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for
the patch!
Added a warning when "=item" types mismatch within one
"=over"/"=back" block. Marc Green/Google Summer of Code, with
assist from RJBS.
Fixed regression introduced in 3.22 in which "C< >" tags were
incorrectly treated as verbatim text in table of contents items
emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the
report and to Thomas Sibley for the fix!
Loosened up the matching of "L< >" tags for man pages so that they
allow names with dots, underscores, and any other chararacters
other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 &
RT #82972).
Fixed inverted mapping of "keyboard" to "kbd" in
Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report
(RT #79201).
Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
maps to "pre", and "teletype" maps to "tt". Suggested by Robert
Boisvert (RT #79201).
"X< >" tags are now ignored by the pull parser when it searches
for titles, as is any trailing whitespace. Thanks to Patrice Dumas
for the report (RT #74389).
M MANIFEST
M Porting/Maintainers.pl
M cpan/Pod-Simple/ChangeLog
M cpan/Pod-Simple/README
M cpan/Pod-Simple/lib/Pod/Simple.pm
M cpan/Pod-Simple/lib/Pod/Simple.pod
M cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm
M cpan/Pod-Simple/lib/Pod/Simple/Checker.pm
M cpan/Pod-Simple/lib/Pod/Simple/Debug.pm
M cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm
M cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm
M cpan/Pod-Simple/lib/Pod/Simple/HTML.pm
M cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm
M cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
M cpan/Pod-Simple/lib/Pod/Simple/Methody.pm
M cpan/Pod-Simple/lib/Pod/Simple/Progress.pm
M cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm
M cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm
M cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
M cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
M cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
M cpan/Pod-Simple/lib/Pod/Simple/RTF.pm
M cpan/Pod-Simple/lib/Pod/Simple/Search.pm
M cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm
M cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod
M cpan/Pod-Simple/lib/Pod/Simple/Text.pm
M cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
M cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm
M cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm
M cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm
M cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm
M cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm
M cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm
M cpan/Pod-Simple/t/closeys.t
M cpan/Pod-Simple/t/corpus/2202jp.xml
M cpan/Pod-Simple/t/corpus/2202jpx.xml
M cpan/Pod-Simple/t/corpus/2202jpy.xml
M cpan/Pod-Simple/t/corpus/2202jpz.xml
M cpan/Pod-Simple/t/corpus/8859_7.xml
M cpan/Pod-Simple/t/corpus/cp1256.xml
A cpan/Pod-Simple/t/corpus/encwarn03.txt
A cpan/Pod-Simple/t/corpus/encwarn03.xml
A cpan/Pod-Simple/t/corpus/encwarn04.txt
A cpan/Pod-Simple/t/corpus/encwarn04.xml
M cpan/Pod-Simple/t/corpus/fet_cont.xml
M cpan/Pod-Simple/t/corpus/fet_dup.xml
M cpan/Pod-Simple/t/corpus/iso6.xml
M cpan/Pod-Simple/t/corpus/koi8r.xml
M cpan/Pod-Simple/t/corpus/laozi38.xml
M cpan/Pod-Simple/t/corpus/laozi38b.xml
M cpan/Pod-Simple/t/corpus/laozi38p.xml
M cpan/Pod-Simple/t/corpus/lat1fr.xml
M cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml
M cpan/Pod-Simple/t/corpus/plain_explicit.xml
M cpan/Pod-Simple/t/corpus/plain_latin1.xml
M cpan/Pod-Simple/t/corpus/plain_utf8.xml
M cpan/Pod-Simple/t/corpus/polish_utf8.xml
M cpan/Pod-Simple/t/corpus/s2763_sjis.xml
M cpan/Pod-Simple/t/corpus/thai_iso11.xml
A cpan/Pod-Simple/t/enc-chars.t
A cpan/Pod-Simple/t/encod04.t
M cpan/Pod-Simple/t/fcodes_l.t
M cpan/Pod-Simple/t/items.t
M cpan/Pod-Simple/t/items02.t
M cpan/Pod-Simple/t/pulltitl.t
A cpan/Pod-Simple/t/xhtml-bkb.t
M cpan/Pod-Simple/t/xhtml01.t
M cpan/Pod-Simple/t/xhtml10.t
M cpan/Pod-Simple/t/xhtml20.t
commit 46b428ce5128df764ce460c744a3c4f0f9727b5b
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Feb 28 15:22:25 2013 +0000
Bump Pod::Html to 1.19
M ext/Pod-Html/lib/Pod/Html.pm
commit 260ada865b8904fe60cfe10e3011abcc38068161
Author: Ricardo Signes <[email protected]>
Date: Mon Feb 18 22:33:05 2013 -0500
correct Pod-Html tests for new Pod-Simple output
Okay, look, I know we should really fix the tests to be more
generic, but that's just not going to happen right now. Hopefully,
we can ditch Pod-Html before this comes up again. Maintaining it
as is is sort of a drag.
M ext/Pod-Html/t/crossref.t
M ext/Pod-Html/t/crossref2.t
M ext/Pod-Html/t/crossref3.t
M ext/Pod-Html/t/htmlview.t
M ext/Pod-Html/t/poderr.t
commit 41191e557c536be3754384dee54e7700ca3df256
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Feb 28 12:22:47 2013 +0000
Update Text-ParseWords to CPAN version 3.28
[DELTA]
3.28
Better diag information in pod.t
More metadata in META.yml
M Porting/Maintainers.pl
M cpan/Text-ParseWords/lib/Text/ParseWords.pm
commit d357891a037a7d721e2af6d538201982a79ec929
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Feb 28 12:14:14 2013 +0000
Forgot to update Maintainers.pl for podlators update
M Porting/Maintainers.pl
commit 7fc210b9601f3d2ee35dca6e02d9d2924c5b3557
Author: Chris 'BinGOs' Williams <[email protected]>
Date: Thu Feb 28 10:27:18 2013 +0000
Update podlators to CPAN version 2.5.1
[DELTA]
2013-02-27 Russ Allbery <[email protected]>
* VERSION: podlators 2.5.1 released.
* t/color.t: Add Z<> to tag width test to avoid triggering the new
Pod::Parser warning about numeric items in description lists.
* t/overstrike.t: Likewise.
* t/termcap.t: Likewise.
* t/man.t: Remove the test for proper handling of lists that start
with a non-bullet and then have an item that looks like a bullet.
This now triggers a warning in Pod::Simple. Move it to...
* t/man-options.t: ...here, where we can configure the parser to
ignore errors and test that the output is correct.
M cpan/podlators/VERSION
M cpan/podlators/t/color.t
M cpan/podlators/t/man-options.t
M cpan/podlators/t/man.t
M cpan/podlators/t/overstrike.t
M cpan/podlators/t/termcap.t
-----------------------------------------------------------------------
--
Perl5 Master Repository