summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix -tree test for non-threaded perlv5.13.8Zefram2010-12-191-1/+1
|
* add autodie tag :2.1001 for blead-updated versionZefram2010-12-192-1/+2
|
* add new release to perlhistZefram2010-12-191-3/+4
|
* update Module::CoreList for 5.13.8Zefram2010-12-192-40/+685
|
* update META.ymlZefram2010-12-191-0/+7
|
* acknowledgements in perldeltaZefram2010-12-191-4/+14
|
* perldelta wording nitZefram2010-12-191-1/+1
|
* update references to earlier versionsZefram2010-12-192-3/+3
|
* link perldelta entries to perlapi sectionsZefram2010-12-191-3/+9
|
* bump perl version number for 5.13.8Zefram2010-12-1921-143/+147
|
* perldelta details of module updatesZefram2010-12-191-6/+154
|
* near-finalisation of perldeltaZefram2010-12-191-263/+40
| | | | Put perldelta into mostly-final form, and copyedit it.
* perldelta for updated modulesZefram2010-12-191-12/+153
|
* bump version of many modulesZefram2010-12-1926-27/+27
| | | | | Core-only modules that have changed from v5.13.7, and dual-life modules that have changed from v5.13.7 and didn't show up in earlier passes.
* bump Unicode-Normalize version for blead changesZefram2010-12-191-1/+1
|
* bump Unicode-Collate version for blead changesZefram2010-12-191-1/+1
|
* bump threads-shared version for blead XS changesZefram2010-12-191-1/+1
|
* bump ExtUtils-CBuilder version for blead changeZefram2010-12-1913-13/+13
|
* bump autodie version for blead test fixZefram2010-12-195-5/+5
|
* perldelta up to ca88a729Zefram2010-12-191-1/+6
|
* perldelta for 8e88cfee26d866223a6b3bfffce6270271de00dbZefram2010-12-191-2/+5
|
* perldelta for 9cef83062267e94311e1fd8744396e440642738eZefram2010-12-191-1/+7
|
* perldelta for bf5522a13a381257966e7ed6b731195a873b153eZefram2010-12-191-1/+5
|
* perldelta for d9a4b459f94297889956ac3adc42707365f274c2Zefram2010-12-191-1/+6
|
* Test B::Concise’s -tree modeFather Chrysostomos2010-12-181-1/+14
|
* Update Archive-Tar to CPAN version 1.74Chris 'BinGOs' Williams2010-12-185-6/+10
| | | | | | | | [DELTA] * important changes in version 1.74 18/12/2010 - Skip extracting pax extended headers, reported as RT #64038
* Re-order the tests to match the commentTony Cook2010-12-181-13/+14
| | | | Win32 has been failing in re/re.t, maybe this will fix it.
* re.t: Use portable C localeKarl Williamson2010-12-181-3/+3
| | | | | | The locale en_US.UTF-8 has varying and wrong definitions depending on manufacturer. Using the portable C locale works just as well for the purposes of these tests.
* re.t: Avoid encoding issues by using hex charsKarl Williamson2010-12-181-1/+1
| | | | | re.t is getting encoded as utf8 in places, which confuses things. So use a hex notation to enter a non-ASCII char
* update warnings tests to cope with %z now being valid. use %y insteadChip Salzenberg2010-12-171-24/+24
|
* document new printf size modifiersChip Salzenberg2010-12-171-0/+9
|
* smoke tests for %hhd %zd %tdChip Salzenberg2010-12-171-2/+5
|
* add %jd to printf where C99 exists; tweak %zd and %tdChip Salzenberg2010-12-171-6/+51
|
* Refactor ExtUtils::Constant's tests to pass cleanly on older versions.Nicholas Clark2010-12-171-11/+24
| | | | | | | Work round bugs with the value of ~0 on 5.005 built on 64 bit systems. Convert @INC to absolute paths on 5.6.x so that ExtUtils::Constant::Aaargh56Hash will load from blib. Remove $runperl, which is no longer needed.
* Refactor ExtUtils::Constant::Utils backwards compatibility code.Nicholas Clark2010-12-171-16/+20
| | | | | Avoid warnings from letting 5.005 even think about POSIX charclass constants in regexps, and use compile-time constants to enable backcompat features.
* Convert ext/PerlIO-encoding/t/encoding.t to Test::More.Nicholas Clark2010-12-171-75/+35
|
* Convert ext/Opcode/t/ops.t to Test::MoreNicholas Clark2010-12-171-7/+5
|
* Convert ext/IPC-Open3/t/IPC-Open3.t to Test::MoreNicholas Clark2010-12-171-54/+48
| | | | | | Unfortunately the gubbins of about 25% of its tests still rely on causing subprocesses to emit the correct TAP, so part of it has to use a an explicit test counter outside of Test::Builder.
* In dbmt_common.pl, change checkOutput(...) to 5 calls to is().Nicholas Clark2010-12-171-16/+18
| | | | | Replacing a 5 armed boolean fed to ok() with 5 calls to is() gives much better diagnostics on failure.
* perldelta for efef081 and 91fad77Father Chrysostomos2010-12-161-1/+8
|
* perldelta for 20f15c4Father Chrysostomos2010-12-161-1/+17
|
* perldelta for a42d024Father Chrysostomos2010-12-161-1/+7
|
* perldelta for 8e720305Father Chrysostomos2010-12-161-1/+5
|
* Increase B::Concise’s versionFather Chrysostomos2010-12-161-1/+1
|
* Fix [perl #80632] -MO=Concise,-tree formatReini Urban2010-12-161-1/+1
| | | | | Some time between 5.8.3 and 5.8.4, the -tree output format started getting extra line breaks.
* [perl #80548] perldelta for DTrace package name changeDavid Leadbeater2010-12-161-0/+20
|
* [perl #80674] Fix compilation with very old versions of glibcDavid Leadbeater2010-12-162-1/+7
| | | | | | | | | | | __priority_which_t does not exist on glibc 2.1. sin6_scope is not present in the set of kernel headers my copy of glibc 2.1 is using. (The presence of sin6_scope in sockaddr_in6 should maybe be a Configure test.) blead now compiles on a positively ancient box -- although the Socket tests fail.
* Silence some data truncation compiler warningsJan Dubois2010-12-166-8/+8
|
* test.pl: extend EBCDIC functions to beyond 255Karl Williamson2010-12-161-5/+10
| | | | | Allow the functions to handle non-latin1 input. This would only show up on EBCDIC platforms.
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-164-4/+4
|