summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Module::Pluggable 3.7Nicholas Clark2008-03-1338-40/+172
* count-only transliteration needlessly makes copy-on-write Yitzchak Scott-Thoennes2008-03-101-1/+8
* [perl #50538] when( @n && %n ) fails to smart matchbrian d foy2008-03-041-2/+64
* for -M:Foo, extended and revisedRobin Barker2008-03-021-1/+29
* Upgrade to Test-Simple-0.78Steve Peters2008-02-293-4/+26
* Upgrade to Test-Harness-3.10Steve Peters2008-02-291-0/+9
* Avoid a segfault case in MRO code, based on :ilmari@vesla.ilmari.org2008-02-251-2/+13
* fix variable names in 'ununit var' warnings in evalsDave Mitchell2008-02-221-1/+7
* Setting the f flag on length causes the op to be constant folded.Nicholas Clark2008-02-201-14/+20
* Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/gYves Orton2008-02-171-4/+4
* Fix perlbug 50114 and document what the code does a bit betterYves Orton2008-02-171-0/+3
* Typo catch, by AbigailRafael Garcia-Suarez2008-02-151-2/+1
* Avoid utf8 warnings when printing diagnosticsRafael Garcia-Suarez2008-02-151-0/+1
* Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys.Abigail2008-02-141-1/+41
* Re: [perl #50706] %^H affecting outside file scopesRick Delaney2008-02-142-1/+11
* doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim...Vincent Pit2008-02-141-1/+0
* Make the new warning report undef constants as undefRafael Garcia-Suarez2008-02-141-1/+3
* Revert change #33302. This change was wrong, since it wasRafael Garcia-Suarez2008-02-141-2/+0
* Show constant in "Useless use of a constant in void context"Rick Delaney2008-02-141-2/+8
* [perl #47047] Use of inherited AUTOLOAD for non-method is deprecated Rick Delaney2008-02-131-0/+2
* 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