summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #126064] Apply scalar context to stat argsFather Chrysostomos2015-09-201-1/+5
* Tentative fix for RT#125350 - AFL detected crash.Shlomi Fish2015-09-171-1/+7
* Make MM_VMS::oneline build continuation lines properly.Craig A. Berry2015-09-161-0/+1
* PATCH [perl #123562] Regexp-matching "hangs"Karl Williamson2015-09-161-1/+17
* prevent op/time.t failures on NetBSD 5.1Tony Cook2015-09-151-3/+3
* Add test for sprintf ordering by both explicit index and not.James E Keenan2015-09-141-0/+1
* Update ExtUtils-MakeMaker to CPAN version 7.10Chris 'BinGOs' Williams2015-09-141-34/+3
* Remove ExtUtils-Command, it is merged in EUMM nowChris 'BinGOs' Williams2015-09-141-1/+0
* PATCH: [perl #125892] qr/(?[ ]) regression with '!'Karl Williamson2015-09-121-0/+2
* PATCH: [perl #125990] panic: reg_node overrunKarl Williamson2015-09-111-0/+22
* Refactor tr/// parsing to work on EBCDIC, fix other bugKarl Williamson2015-09-081-5/+100
* t/loc_tools.pl: Fix some bugs in locales_enabled()Karl Williamson2015-09-081-14/+43
* Skip aassign.t test under -DDEBUGGING on VMS.Craig A. Berry2015-09-071-1/+2
* move Test dist from ./cpan to ./distRicardo Signes2015-09-061-0/+2
* move Math-Big* from ./dist to ./cpanRicardo Signes2015-09-061-2/+0
* bump versions of perl modules updated in AmigaOS branchRicardo Signes2015-09-061-1/+1
* re/speed.t: increase watchdog timeoutDavid Mitchell2015-09-061-2/+2
* Regenerated podcheck db: AmigaOS pedantic failuresKarl Williamson2015-09-051-0/+3
* Fix a couple of pod issuesKarl Williamson2015-09-051-2/+1
* Fix broken link in pod for Hash::Util::FieldHashKarl Williamson2015-09-051-1/+0
* amigaos4: no FD_CLOEXEC, no testAndy Broad2015-09-051-1/+1
* amigaos4: customized Socket Socket.xsAndy Broad2015-09-051-0/+1
* amigaos4: customized Pod::Perldoc lib/Perldoc.pmAndy Broad2015-09-051-0/+1
* amigaos4: customized Compress-Raw-Zlib Zlib.xsAndy Broad2015-09-051-0/+1
* t/op/utf8decode.t: Update tests from new source materialKarl Williamson2015-09-041-2/+66
* porting/maintainers.t: Skip on EBCDICKarl Williamson2015-09-041-0/+4
* Fix some pedantic pod erros in Thread::QueueKarl Williamson2015-09-031-1/+1
* Start fixing some pod pedantic errorsKarl Williamson2015-09-031-26/+11
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-2/+0
* t/uni/gv.t: Generalize for EBCDICKarl Williamson2015-09-031-6/+13
* Make cmp() work on EBCDIC with both UTF-8 operandsKarl Williamson2015-09-031-1/+80
* uni/lex_utf8.t: Generalize for EBCDIC platformsKarl Williamson2015-09-031-15/+38
* io/utf8.t: Generalize test for ebcdic, better skip msgKarl Williamson2015-09-031-3/+2
* io/utf8.t: Fix typo in commentKarl Williamson2015-09-031-1/+1
* re/regex_sets.t: Suppress $^W expected warningsKarl Williamson2015-09-031-0/+2
* aassign.t: better test for DEBUGGING buildDavid Mitchell2015-09-031-1/+1
* pp_aassign(): fix ($x,$y) = (undef, $x)David Mitchell2015-09-022-0/+13
* pp_aassign: scan on DEBUGGING buildsDavid Mitchell2015-09-021-1/+4
* RT #125840 stop *x = $x doing bad thingsDavid Mitchell2015-08-301-1/+19
* [perl #125341] check for unexpected trash after any sub startTony Cook2015-08-271-0/+5
* t/op/split.t: Generalize for EBCDICKarl Williamson2015-08-251-14/+5
* t/op/utf8decode.t: Better SKIP messageKarl Williamson2015-08-251-1/+1
* t/base/lex.t: Use more standard test for EBCDICKarl Williamson2015-08-251-1/+1
* t/op/tr.t: Clarify skip tests messageKarl Williamson2015-08-251-1/+1
* op/chr.t: Better skip messageKarl Williamson2015-08-251-1/+3
* Various .t files: Use globals to see if on EBCDICKarl Williamson2015-08-258-27/+24
* Revert "Update Pod-Simple to CPAN version 3.31"Tony Cook2015-08-251-0/+8
* test implicit anchors using re.pm [perl #125810]Lukas Mai2015-08-241-1/+17
* PATCH: [perl 125825] {n}+ possessive quantifier brokenKarl Williamson2015-08-242-1/+2
* Make qr/(?[ ])/ work in UTF-8 localesKarl Williamson2015-08-243-3/+87