summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Silence mandatory warning by using @# instead of $#.Rafael Garcia-Suarez2007-07-131-1/+1
* Link TODO test to appropriate RT ticketRafael Garcia-Suarez2007-07-121-1/+1
* Turn the "$# / $* is no longer supported" warnings intoRafael Garcia-Suarez2007-07-111-3/+2
* Re: [perl #43545] 'no warnings' effects $@.Rick Delaney2007-07-111-2/+9
* Fix assertion failure on failed magic eval - eg FETCH {eval'('}Dave Mitchell2007-07-101-1/+22
* cygwin path conversions, take 4Reini Urban2007-07-091-1/+13
* Upgrade to base and fields 2.12, mostly by Michael G SchwernRafael Garcia-Suarez2007-07-062-0/+10
* [perl #3589] [BUG#3589 bleadperl] Reini Urban2007-07-041-0/+2
* Don't require to have at least DB_File or *DBM_FileRafael Garcia-Suarez2007-07-041-4/+0
* More tests for \g errors in regular expressionsRafael Garcia-Suarez2007-07-031-0/+8
* compression modules update to version 2.005Paul Marquess2007-07-024-6/+183
* Upgrade to ExtUtils-MakeMaker-6.35Steve Peters2007-07-022-2/+10
* test that localised tieing of a hash or array remains localDave Mitchell2007-07-011-0/+16
* /p vs (?p)Abigail2007-06-301-6/+16
* Fix up change 31494Jerry D. Hedden2007-06-291-2/+1
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-42/+1
* Add a TODO test cases RT# 43403.Steve Peters2007-06-281-1/+15
* Fix tests so they actually test $@. like() demands a qr//.Rafael Garcia-Suarez2007-06-281-4/+4
* New valgrind suppressions.Rafael Garcia-Suarez2007-06-281-0/+5
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-1/+45
* Move tests under 'threads' moduleJerry D. Hedden2007-06-281-27/+11
* avoid double-free of the thread functionDave Mitchell2007-06-261-5/+6
* Second patch from:Brandon Black2007-06-261-1/+20
* First patch from:Brandon Black2007-06-261-1/+57
* Add TODO tests for refcount issues related to threadsJerry D. Hedden2007-06-261-2/+48
* [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()Tels2007-06-251-3/+3
* Rename test files starting with regexp_ that do notYves Orton2007-06-235-0/+0
* Resolve Yves Orton2007-06-232-2/+26
* remove the test added by change #31447Dave Mitchell2007-06-231-19/+1
* safely handle cloning a stale lexical varDave Mitchell2007-06-221-1/+19
* cloexec.t works under CygwinJerry D. Hedden2007-06-211-2/+0
* [perl #43159] 5.9.4 regexp capturing wronglyDave Mitchell2007-06-181-0/+1
* add test for, and update comments for, old defined($1) oddity.Dave Mitchell2007-06-181-0/+1
* Show warning bits on failure in t/op/caller.tJerry D. Hedden2007-06-151-8/+28
* Warning bit fixes to t/op/caller.tJerry D. Hedden2007-06-151-5/+5
* Fix [perl #43207] lc() or uc() inside sort affect the return value.Rafael Garcia-Suarez2007-06-141-1/+8
* Re: [perl #43082] "$_[0]->method" interpolation Father Chrysostomos2007-06-071-1/+11
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-063-36/+112
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-054-274/+0
* another mro patchBrandon Black2007-06-041-0/+35
* Re: BBC(Bleadperl Breaks CPAN) Today: String::MultibyteYves Orton2007-06-031-1/+13
* minor assertions improvementsRicardo SIGNES2007-05-311-1/+24
* blead segfaults on local *@; eval {1} because ERRSV assumes thatNicholas Clark2007-05-311-1/+10
* Re: localising hash element by variable Hugo van der Sanden2007-05-301-2/+12
* Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \nYves Orton2007-05-291-0/+2
* Re: localising hash element by variableBo Lindbergh2007-05-291-1/+16
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-192-2/+62
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-103-12/+6
* Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalarBrandon Black2007-05-091-0/+11
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-5/+1