summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* feel the the baß (encoding problems in the regex engine)Yves Orton2007-03-201-1/+11
* Let %^H be modifiable in eval-strings (bug #41531),Rafael Garcia-Suarez2007-03-191-1/+14
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-192-7/+7
* When restoring localised values, call set only on container magic.Dave Mitchell2007-03-181-7/+4
* The test case applied in change 29502 really should have gone at theNicholas Clark2007-03-181-1/+1
* Test case from Karl Chen in RT #41831Nicholas Clark2007-03-171-1/+33
* Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)Abe Timmerman2007-03-151-23/+29
* Check that stat and -X favours the file handle over the directoryNicholas Clark2007-03-131-3/+15
* Check that stat and -X on barewords favour the file handle over theNicholas Clark2007-03-131-3/+14
* Like fake scalars, state variables shouldn't get new pad entriesRafael Garcia-Suarez2007-03-121-1/+11
* Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lotCraig A. Berry2007-03-112-64/+42
* Test that format references can't be wrongly dereferenced.Nicholas Clark2007-03-101-9/+24
* A test case for change 30527 (chdir bareword ambiguity with dirhandlesNicholas Clark2007-03-101-4/+25
* Refactor the "has fchdir" and "has dirfd" logic to one place.Nicholas Clark2007-03-101-4/+8
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-5/+12
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-0/+13
* RE: $Win32::VERSION problemJan Dubois2007-03-082-65/+0
* Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, Steve Peters2007-03-042-9/+4
* As the test is about the parser, not actually running the code, betterNicholas Clark2007-03-031-1/+1
* Don't let feature.pm interfere with the tests for use VERSION.Rafael Garcia-Suarez2007-03-031-0/+1
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-0/+62
* Avoid an assertion failure when overloading readpipe.Nicholas Clark2007-03-021-1/+5
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-1/+23
* Don't crash if the symbol table entry for ISA isn't a typeglob.Nicholas Clark2007-03-021-1/+7
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-0/+94
* A new test by Abigail: Check that certain modules don'tRafael Garcia-Suarez2007-03-011-0/+41
* Unexpected outputAbigail2007-02-281-2/+2
* Remove obsolete test for the deprecation warning I just removed.Rafael Garcia-Suarez2007-02-281-2/+0
* (?p{}) has been deprecated for a long time.Rafael Garcia-Suarez2007-02-281-20/+0
* Add new tests for keys in %+ and %-Rafael Garcia-Suarez2007-02-281-1/+21
* Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as inNicholas Clark2007-02-261-1/+12
* Convert t/op/sub_lval.t to test.plNicholas Clark2007-02-261-148/+72
* Add a new test for undef and delete on stash entries thatRafael Garcia-Suarez2007-02-241-0/+42
* C<keys %+> should not warn. Don't make scan_ident test forRafael Garcia-Suarez2007-02-241-0/+5
* [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11Tels2007-02-193-5/+20
* Revert change #30081 at dmq's request, and mark its testsRafael Garcia-Suarez2007-02-191-2/+2
* test.pl should locally increase $Level, rather than setting it to aNicholas Clark2007-02-181-1/+1
* Use newer 'threads' constructsJerry D. Hedden2007-02-151-4/+4
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-7/+7
* Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.Nicholas Clark2007-02-141-2/+2
* Integrate:SADAHIRO Tomoyuki2007-02-141-2/+2