summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make fs.t compare the permissions of a link with thoseCraig A. Berry2008-02-111-2/+6
* [perl #49472] Attributes + Unkown ErrorDave Mitchell2008-02-091-1/+15
* RE: Perl @ 33218 (Stratus VOS patches)Paul Green2008-02-081-1/+1
* feature bundles are the same across all subversionsSteffen Müller2008-02-081-0/+50
* in unpack, () groups in scalar context were still returning a list,Nicholas Clark2008-02-061-1/+6
* Fix op/reg_email_thr.t when PERLIO=stdioRafael Garcia-Suarez2008-02-041-0/+4
* Typo fix in change #33058Daniel Frederick Crisman2008-01-311-1/+1
* Make lc/uc/lcfirst/ucfirst warn when passed undef.Rafael Garcia-Suarez2008-01-281-3/+10
* Test that lc, uc, etc on undef return ""Rafael Garcia-Suarez2008-01-281-1/+6
* Don't warn about imprecision when decrementing IV_MIN.Nicholas Clark2008-01-241-6/+24
* Regression tests for 'for reverse ..'Abigail2008-01-241-1/+191
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-9/+20
* [perl #49522] state variable not availableDave Mitchell2008-01-191-1/+45
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-1/+66
* Generate the warnings masks programatically.Nicholas Clark2008-01-171-6/+17
* Fix range operatorJerry D. Hedden2008-01-151-1/+155
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-124-10/+44
* Fix bug whereby length on a tied scalar that returned a UTF-8 valueNicholas Clark2008-01-122-1/+63
* Note the U8 sized space created by removing -P, and check that it isNicholas Clark2008-01-111-2/+2
* Remove the -P switchRafael Garcia-Suarez2008-01-114-108/+0
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-1/+14
* Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they all pass now.Nicholas Clark2008-01-101-30/+30
* Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass.Nicholas Clark2008-01-101-17/+2
* seen_eval regex field wasn't getting clonedDave Mitchell2008-01-091-1/+18
* Fix the bug introduced by the bug fix of change 30755.Nicholas Clark2008-01-091-4/+1
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-0912-68/+225
* grep the MANIFEST to avoid having hard coded numbers in readdir.tNicholas Clark2008-01-091-5/+6
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-091-0/+46
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-091-24/+0
* change #31447 was wrong. Really handle cloning a stale lexical varDave Mitchell2008-01-091-1/+16
* ARRAY(0x...) is not very helpful in sprintf.t diagnosticsYitzchak Scott-Thoennes2008-01-081-4/+4
* Let's remove the grep in void context warning.Rafael Garcia-Suarez2008-01-071-4/+2
* Re: grep and smart match should warn in void contextMichael G. Schwern2008-01-061-0/+6
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-061-2/+29
* Fix regexec.c so $^N and $+ are correctly updated so that they work properly ...Moritz Lenz2008-01-051-1/+26
* $Test::Harness::Verbose is a numeric value now so assigning -v to it isnt all...Yves Orton2008-01-051-1/+1
* Protect me (and my fellow muppets) from screens of "syntax errors" ifNicholas Clark2008-01-052-2/+5
* shield t/test.pl functions from global print modifiersMichael G. Schwern2008-01-021-17/+28
* Typo in op.cVincent Pit2007-12-291-7/+46
* Fix Perl #49190, tests from Abigail, codefix from me.Yves Orton2007-12-291-3/+10
* First class regexps.Nicholas Clark2007-12-281-8/+1
* Better diagnostics for the tests for #20683.Nicholas Clark2007-12-271-2/+2
* scalars used in postponed subexpressions aren't first class regexps,Nicholas Clark2007-12-271-1/+7
* Proper $TODO support in &ok() and &iseq() in pat.tNicholas Clark2007-12-271-6/+11
* Localize $\ before changing it, so as not to affect print statements inNicholas Clark2007-12-271-6/+9
* Test that we can clone regexps into new threads, and fix the bug inNicholas Clark2007-12-271-1/+11
* You can't coerce a typeglob to a string. (Restore the error message -Nicholas Clark2007-12-271-1/+25
* Use print rather than diag(), as these routine messages shouldn't beNicholas Clark2007-12-261-1/+3
* A test for upgrading scalars. Curiously, before this, lib/Math/Trig.tNicholas Clark2007-12-261-0/+48
* Fix remaining skips for Test::HarnessAndy Armstrong2007-12-211-1/+10