summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* /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
* Re: mro status, etcBrandon Black2007-05-032-2/+0
* [perl #42839] Swatch hash cache has key mismatch Jonathan Steinert2007-05-021-0/+21
* When FETCHSIZE returns <0 perl segfaultsÆvar Arnfjörð Bjarmason2007-05-021-1/+20
* Fixing a Perl_my_dirfd() related test failure.Steve Peters2007-05-011-2/+2
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-2/+2
* Re: mro status, etcBrandon Black2007-04-301-8/+25
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-271-4/+7
* Fix a bug in method caching. Better version (broader) of change #29336.Brandon Black2007-04-261-0/+1
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-2/+33
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-242-80/+8
* Typo fix.Abigail2007-04-241-1/+1
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-233-36/+82
* Move Module::Pluggable tests up under main test directory.Craig A. Berry2007-04-2252-0/+1434