summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Use like() rather than is() to get better failure diagnostics.Nicholas Clark2008-04-161-15/+15
* Add the verbatim perl code mentioned in the comments ofNicholas Clark2008-04-161-1/+7
* Move the NoExporter test module under Test::SimpleRafael Garcia-Suarez2008-04-151-10/+0
* Sync with CPAN's version of the More.t test in Test::SimpleRafael Garcia-Suarez2008-04-151-4/+0
* Add a regression test for bug #52658 (fixed by change #33685)Rafael Garcia-Suarez2008-04-151-1/+9
* Fix for [perl #52074] Segfault on ISA push after symbol table deleteRafael Garcia-Suarez2008-04-151-1/+5
* Revert change #33676, likely to break atan(-0,0) on some platformsRafael Garcia-Suarez2008-04-141-5/+1
* Make atan2(0,0) return undefRafael Garcia-Suarez2008-04-141-1/+5
* Re: [perl #52672] regexp failure: (?=) turns into OPFAILÆvar Arnfjörð Bjarmason2008-04-111-0/+1
* UCD 5.1.0Nicholas Clark2008-04-051-1/+1
* Re: Tests failed on PPC64Dominic Dunlop2008-03-282-88/+97
* The offset for pos is stored as bytes, and converted to (Unicode)Nicholas Clark2008-03-261-1/+9
* Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10,Vincent Pit2008-03-251-1/+0
* Double warning with perl -we '\&$x'Vincent Pit2008-03-201-2/+0
* 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