summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Correct 5.20 regression: '"X" !~ /[x]/i'Karl Williamson2014-09-071-1/+7
* Update version.pm's checksum after the previous commit's $VERSION bumpSteve Hay2014-08-221-1/+1
* Maint-5.20 is now using version-0.9909Steve Hay2014-08-221-2/+0
* PATCH: [perl #121930] Bleadperl breaks MDOOTSON/WxKarl Williamson2014-08-221-1/+1
* magic.t: android: bypass two $0 tests and add oneAlexandre (Midnite) Jousset2014-08-221-2/+3
* t/run/locale.t: Improve skip messageKarl Williamson2014-08-141-1/+1
* t/run/locale.t: Skip environment test on Win32Karl Williamson2014-08-111-1/+3
* Revert part of b844a53a to fix ./perl -Ilib t/io/fs.tJarkko Hietaniemi2014-08-111-3/+0
* PATCH: [perl #122460] Regression with (?{})(?=...) and posKarl Williamson2014-08-111-0/+6
* t/op/taint.t: Accommodate for systems without an inbuilt echo (android, black...Brian Fraser2014-07-311-1/+3
* Uninitialized tmbuf.Jarkko Hietaniemi2014-07-221-3/+6
* [perl #121733] fix t/op/stat.t 96 for windowsReini Urban2014-07-151-3/+9
* [perl #121732] fix t/op/filetest.t for windowsReini Urban2014-07-151-1/+13
* s///e on tainted utf8 strings got pos() messed upDavid Mitchell2014-07-151-1/+10
* 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