summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* taint REGEX SVs as well as refs to themDavid Mitchell2011-02-181-1/+13
* adjust the skip count to account for the new test in c22d665bTony Cook2011-02-181-1/+1
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-172-2/+86
* t/op/caller.t: Comment magic numberKarl Williamson2011-02-171-0/+3
* diag.t: Allow underscore in warnings categoriesKarl Williamson2011-02-171-1/+1
* op/turkish.t: Fix wrong test explanationsKarl Williamson2011-02-171-2/+2
* Unblock signal-mask on error for unsafe signalsLeon Timmermans2011-02-171-1/+7
* test.pl: ok mess to stdout not stderr on successDavid Mitchell2011-02-171-4/+5
* fold_grind.t: Shorten eval string so no overflowKarl Williamson2011-02-161-1/+1
* fix many s/// tainting bugsDavid Mitchell2011-02-161-26/+181
* add comprehensive m// and s/// taint testsDavid Mitchell2011-02-161-13/+554
* add refcnt_inc/dec to perldiagFather Chrysostomos2011-02-151-5/+0
* [perl #78494] Pipes cause threads to hang on join()Father Chrysostomos2011-02-151-1/+11
* t/porting/podcheck.t: remove unused __DATA__ sectionÆvar Arnfjörð Bjarmason2011-02-151-10/+0
* fold_grind.t: Test multi-char foldsKarl Williamson2011-02-141-9/+59
* Add /aa regex modifierKarl Williamson2011-02-141-5/+30
* fold_grind.t: Fix commentsKarl Williamson2011-02-141-7/+6
* fold_grind.t: use common subroutineKarl Williamson2011-02-141-15/+39
* fold_grind.t: comment fixesKarl Williamson2011-02-141-3/+5
* fold_grind.t: white space onlyKarl Williamson2011-02-141-4/+4
* ignore extensions based on the configurationTony Cook2011-02-131-0/+1
* actually handle the case of extensions being built staticallyTony Cook2011-02-131-1/+6
* regex: Deprecate \b{ and \B{Karl Williamson2011-02-121-0/+6
* regcomp.c: include { in unregcognized \q{ warningKarl Williamson2011-02-121-0/+3
* retab t/porting/checkcase.tDavid Golden2011-02-111-14/+15
* t/porting/checkcase.t should skip directoriesDavid Golden2011-02-111-0/+4
* Prevent destructors called from gp_free from seeing freed SVsFather Chrysostomos2011-02-101-1/+21
* [perl #77692] substr causes panic: sv_len_utf8 cache...Father Chrysostomos2011-02-101-2/+12
* In test.pl, validate that require_ok() and use_ok() are called correctly.Nicholas Clark2011-02-101-4/+13
* Fix up \cX for 5.14Karl Williamson2011-02-094-24/+19
* Fix failing tests.Hugo van der Sanden2011-02-071-8/+8
* Add supplied tests from perl #83194.Hugo van der Sanden2011-02-071-0/+8
* When running tests from lib/, set @INC and $ENV{PERL5LIB} to ../libNicholas Clark2011-02-071-0/+2
* fix a s/non-utf8/is-utf8/ bit of nastinessDavid Mitchell2011-02-061-1/+19
* pp_subtr: preserve UTF8 flag in rare casesDavid Mitchell2011-02-061-1/+11
* code points above 0x7fff_ffff problematicKarl Williamson2011-02-021-1/+5
* regexp_unicode_prop.t: Add tests, refactorKarl Williamson2011-02-021-5/+50
* pat-advanced.t: Add new testKarl Williamson2011-02-021-1/+50
* regexp_unicode_prop.t: Comment nitsKarl Williamson2011-02-021-2/+2
* made abigail's new porting/cmp_version.t not scream about blead-upstreamJesse Vincent2011-02-021-1/+1
* Make it so that it acts as if cmpVERSION.pl had not been passed the -x flag.Abigail2011-02-021-3/+4
* Get the tag from git describe instead of $]Abigail2011-02-011-2/+3
* Turn exec flag offAbigail2011-02-011-0/+0
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAbigail2011-02-0110-34/+99
|\
| * Partially revert 4155e4feFather Chrysostomos2011-01-301-1/+2
| * [perl #83018] TEST PATCH: commit 95ea86d5 also fixes sprintf("%.2f")Zsbán Ambrus2011-01-301-0/+4
| * [perl #82988] Skip hanging taint.t test on MirBSD 10Steven Schubiger2011-01-291-2/+3
| * regcomp: Add warning if tries to use \p in locale.Karl Williamson2011-01-271-0/+11
| * [perl #38456] binmode FH, ":crlf" only modifies top crlf layerLeon Timmermans2011-01-271-3/+15
| * Fix test count introduced by previous commitKarl Williamson2011-01-271-1/+1