summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Regenerate podcheck db due to recent 79col fixesKarl Williamson2014-02-031-2/+0
* [perl #121028] avoid creating a shell processTony Cook2014-02-041-2/+3
* Update Compress-Raw-Zlib to CPAN version 2.065Chris 'BinGOs' Williams2014-02-031-1/+0
* deal with assignment to $/ better, deprecate edge cases, and forbid othersYves Orton2014-02-033-5/+20
* Bump version version and remove/update customisationsChris 'BinGOs' Williams2014-02-031-4/+1
* PATCH [perl #121144]: \S, \W, etc fail for above ASCIIKarl Williamson2014-02-021-0/+5
* [perl #77672] avoid a file handle redirection raceTony Cook2014-02-031-0/+27
* Test state vars following padranges [Perl #121134]Matthew Horsfall2014-02-031-1/+31
* 'use utf8' should imply /u regex matchingKarl Williamson2014-02-021-1/+5
* Resolve c++ build fail in coreChris 'BinGOs' Williams2014-02-021-0/+1
* Update ExtUtils-MakeMaker to CPAN version 6.88Chris 'BinGOs' Williams2014-01-311-2/+0
* ignore vim backup filesYves Orton2014-01-311-1/+1
* regcomp.c: Revert mistakenly changed lineKarl Williamson2014-01-301-1/+6
* t/io/fs.t: sh in Blackberry might behave like android'sBrian Fraser2014-01-301-2/+3
* [perl #121104] avoid using a less sane find(1)Tony Cook2014-01-301-1/+2
* regcomp.c: Process all POSIXes in [...] under /lKarl Williamson2014-01-291-1/+13
* t/loc_tools.pl: find_locales() Don't destroy callers ENVKarl Williamson2014-01-291-2/+2
* Fix crash with (??{undef *^R}) and (?{})Father Chrysostomos2014-01-281-1/+10
* version has files customized by 858cc5e3f0 and e2ca569edbSteve Hay2014-01-281-0/+3
* ExtUtils::MakeMaker has files customized by d59900f697 and 8aaffb9f45Steve Hay2014-01-281-0/+2
* Config::Perl::V has files customized by 0b39d4dc4aSteve Hay2014-01-281-0/+2
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-275-62/+213
* regen pod issuesFather Chrysostomos2014-01-271-1/+1
* fold_grind.t: Use LC_CTYPE, not LC_ALLKarl Williamson2014-01-271-1/+1
* Regen porting/known_pod_issues.datKarl Williamson2014-01-271-0/+1
* Move more locale code to t/loc_tools.plKarl Williamson2014-01-271-0/+27
* t/op/sigdispatch.t: SKIP, not TODOBrian Fraser2014-01-261-2/+2
* t/io/fs.t: Handle Android's pwd being a shell builtinBrian Fraser2014-01-261-0/+4
* t/op/filetest.t: On Android, don't try checking if ln exists with whichBrian Fraser2014-01-261-2/+9
* t/op/sigdispatch.t: Increase timeout to avoid issues on slow processorsBrian Fraser2014-01-261-1/+1
* t/op/stat.t: use 'ls -l' on android, even if d_readlink is definedBrian Fraser2014-01-261-1/+2
* t/op/fork.t: Up the sleep time in a test to avoid timing issuesBrian Fraser2014-01-261-1/+1
* t/op/fork.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-0/+3
* t/op/magic.t: Skip tests that use env on AndroidBrian Fraser2014-01-261-2/+6
* t/op/magic.t: Work around android only having an inbuilt pwdBrian Fraser2014-01-261-0/+3
* t/op/incfilter.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-1/+6
* t/op/sigdispatch.t: TODO tests that don't work on some Android buildsJess Robinson2014-01-261-1/+4
* t/op/magic.t: TODO tests that don't work on some cross-compile buildsJess Robinson2014-01-261-0/+1
* t/op/sprintf.t: Add Android to the list of skips for %.0gJess Robinson2014-01-261-1/+1
* Adjust fs test to try more ways of getting the CWD. Expire if we still didn't...Jess Robinson2014-01-261-1/+6
* resolve bug 121070 - preserve $^R after successful matchYves Orton2014-01-251-3/+10
* t/porting/: Skips for cross-compilationBrian Fraser2014-01-2514-2/+71
* loc_tools.pl: FIx to work on AndroidKarl Williamson2014-01-231-9/+9
* t/op/magic.t: Use three-arg open to avooid creating a subshellBrian Fraser2014-01-221-3/+3
* Moved a glob test from t/run/fresh_perl.t to t/op/glob.tBrian Fraser2014-01-222-27/+35
* t/lib/warnings/pp_sys: Add skips in case telldir is not availableBrian Fraser2014-01-221-0/+22
* t/loc_tools.pl: Add some locale finding for Win32Karl Williamson2014-01-221-0/+4
* Move more common locale finding code into t/loc_tools.plKarl Williamson2014-01-222-6/+22
* t/run/locale.t: Use common code for finding localesKarl Williamson2014-01-221-8/+2
* t/loc_tools.pl: Extract out finding locales from locale.tKarl Williamson2014-01-223-2/+220