summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Uninitialized tmbuf.Jarkko Hietaniemi2014-05-291-3/+6
* Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ...Jarkko Hietaniemi2014-05-294-7/+24
* [perl #121431] Add support for test.valgrind parallel testing.Matthew Horsfall (alh)2014-05-282-85/+146
* Off-by-one in PL_fold_locale use.Jarkko Hietaniemi2014-05-281-1/+25
* fix the I32 bug for index() and rindex()Tony Cook2014-05-281-0/+37
* [perl #121112] only warn if newline is the last non-NUL characterTony Cook2014-05-283-9/+37
* Package::Constants is a legitimate module name, not a broken link.Nicholas Clark2014-05-271-0/+1
* remove Module-Build from core perl distributionRicardo Signes2014-05-271-0/+1
* remove CGI.pm from core perl distributionRicardo Signes2014-05-271-0/+1
* use skip_all; test.pl plan does not support skip_allGisle Aas2014-05-131-1/+1
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-1/+13
* there are no longer any problems in perldelta for nowRicardo Signes2014-05-121-1/+0
* add known modules from perl520deltaRicardo Signes2014-05-121-1/+10
* ensure qw//, q'' and '' report line on a missing terminatorTony Cook2014-05-121-0/+15
* Revert "[perl #79908] Stop sub inlining from breaking closures"Ævar Arnfjörð Bjarmason2014-05-121-3/+9
* Fix Encode 2.60 with g++David Mitchell2014-05-081-0/+11
* re-apply: Upgrade to Encode-2.60Steve Hay2014-05-081-14/+0
* Fix remaining too-long verbatim lines in perlxstut.podKarl Williamson2014-05-071-1/+0
* Bring a few lines in perlxstut.pod under 80 colskafka2014-05-071-1/+1
* PATCH: [perl #121778]:BBC KAMIPO/autobox-String-InflectorKarl Williamson2014-05-072-0/+14
* Revert "Upgrade to Encode-2.60"Karl Williamson2014-05-071-0/+14
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-072-20/+3
* Upgrade to Encode-2.60Steve Hay2014-05-061-14/+0
* vec(): downgrade before accessing string bufferDavid Mitchell2014-05-021-1/+17
* more Fix Windows build (of Encode) with VC++ 6.0David Mitchell2014-04-291-1/+11
* Fix Windows build (of Encode) with VC++ 6.0Steve Hay2014-04-281-0/+4
* Pseudo-fork dups arg array on argless callsDavid Mitchell2014-04-281-0/+14
* [perl #121662] use a more stringent check for -DPERL_DISABLE_PMCTony Cook2014-04-231-1/+1
* Make the test suite pass with -DPERL_DISABLE_PMCTom Hukins2014-04-231-6/+15
* Avoid double quotes in switchM.t runperl args.Craig A. Berry2014-04-231-2/+2
* run/locale.t: reindent blockDavid Mitchell2014-04-141-31/+32
* run/locale.t: silence shell warningsDavid Mitchell2014-04-141-0/+12
* [perl #120998] avoid caller() crashing on eval '' stack framesTony Cook2014-04-141-1/+13
* [perl #21442] skip link() tests where the filesystem doesn't support themTony Cook2014-04-091-1/+14
* [perl #21442] only check link() error codes where link() worksTony Cook2014-04-091-0/+5
* [perl #21442] fix fs.t failures on Win32 FAT drivebulk882014-04-091-0/+3
* RT-121512 - Allow -I/dir/ with trailing slash to find .pmc files.Matthew Horsfall (alh)2014-04-073-1/+19
* Revert "Add support for test.valgrind parallel testing"Karl Williamson2014-03-262-25/+6
* [perl #121484] /m causing false negativeDavid Mitchell2014-03-241-0/+1
* #121395 fix, on Win32 test.pl watchdog always blocks for entire timeoutbulk882014-03-241-2/+8
* re_intuit_start(): use better limit on anch floatDavid Mitchell2014-03-191-1/+7
* re_intuit_start(): reduce scope of /^...$/m testDavid Mitchell2014-03-191-1/+5
* re_intuit_start(): don't set ml_anch on BOLDavid Mitchell2014-03-191-1/+6
* Tests that warnings are emitted if in-place edit fails to open a pathname.Nicholas Clark2014-03-191-6/+20
* Add support for test.valgrind parallel testingMatthew Horsfall (via RT)2014-03-182-6/+25
* do not podcheck regen/warnings.plRicardo Signes2014-03-181-0/+1
* regen/warnings.pl no longer touches perllexwarnRicardo Signes2014-03-181-1/+1
* tidy up kill0.t and kill0_childDavid Mitchell2014-03-172-24/+46
* RT #121230, tests for process group kill on Win32Daniel Dragan2014-03-172-1/+49
* re_intuit_start(): fix byte/char calculation errDavid Mitchell2014-03-161-0/+2