summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make t/harness find the t/mro testsCraig A. Berry2007-04-221-0/+1
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-212-7/+7
* Completely remove Test::More from the MRO tests, by Brandon BlackRafael Garcia-Suarez2007-04-2119-276/+172
* Shorten some file namesRafael Garcia-Suarez2007-04-205-0/+0
* Don't use Test::More in core tests (at least, whereRafael Garcia-Suarez2007-04-2011-24/+19
* Adjust the warning category in the test, tooRafael Garcia-Suarez2007-04-191-2/+2
* Re: new C3 MRO patchBrandon Black2007-04-1932-2/+2309
* Add a test for the bug fixed by #30970Steve Hay2007-04-181-0/+31
* These test scripts probably wanted BEGIN blocks,Steve Hay2007-04-172-2/+2
* For symbolic references test the defined path through the pp functions.Nicholas Clark2007-04-111-1/+17
* Be a bit more specific in what our second typeglob isn't. It is actuallyNicholas Clark2007-04-111-1/+1
* Fix new testsRafael Garcia-Suarez2007-04-101-1/+1
* Re: [PATCH] length() on magic capture variablesÆvar Arnfjörð Bjarmason2007-04-101-1/+13
* Test for the qr// constructÆvar Arnfjörð Bjarmason2007-04-101-0/+20
* Avoid accessing free()d memory when calling reset in one thread, afterNicholas Clark2007-04-061-2/+0
* Give accurate failure diagnostics when unlike() fails.Nicholas Clark2007-04-061-1/+2
* Add TODO tests for the (sometimes) crashing threads/op deletion/resetNicholas Clark2007-04-041-1/+72
* A test for reset.Nicholas Clark2007-04-041-0/+63
* Update name of Perl executable on VMS following #30414.Craig A. Berry2007-04-011-1/+1
* fix $^R scoping bug.Dave Mitchell2007-04-011-1/+11
* Fix the error message "Can't call method "DOES" on unblessedRafael Garcia-Suarez2007-03-311-2/+7
* Don't use utf8.pm in the test (avoiding embedding utf8 in the testRafael Garcia-Suarez2007-03-311-3/+2
* When dup'ing a filehandle, retain the :utf8 layerRafael Garcia-Suarez2007-03-301-1/+21
* Add two deprecation warnings:Rafael Garcia-Suarez2007-03-302-2/+31
* Shorten 'skipping...' test messageJerry D. Hedden2007-03-291-1/+1
* Fix return value of state assignment ($x=state $y=$z).Rafael Garcia-Suarez2007-03-271-5/+39
* Make the warning "interpreted as function" a bit less annoying,Rafael Garcia-Suarez2007-03-261-6/+13
* Make readline() default to *ARGV.Rafael Garcia-Suarez2007-03-241-1/+5
* Now that readpipe defaults to $_, I should update the prototype tableRafael Garcia-Suarez2007-03-241-1/+1
* Make readpipe default to $_Rafael Garcia-Suarez2007-03-241-1/+5
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-4/+14