summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* bop.t follow-up to #23645Craig A. Berry2004-12-161-1/+1
* Fix test added in change 23645 with an eval()Rafael Garcia-Suarez2004-12-141-1/+1
* Test patch for already-solved bug #33003,Rafael Garcia-Suarez2004-12-141-1/+5
* t/op/taint.t follow-up to #23635Craig A. Berry2004-12-131-1/+1
* Test rt.perl.org 5900Michael G. Schwern2004-12-101-1/+22
* [PATCH] cleanup t/op/taint.tMichael G. Schwern2004-12-102-427/+425
* Fix test to cope with the previous h2ph change.Rafael Garcia-Suarez2004-12-091-4/+4
* Fix another Win32 breakage caused by change 23554Steve Hay2004-12-061-1/+3
* sanity check the arguments to runperl(), to try to avoid itNicholas Clark2004-12-061-0/+8
* $foo::_ was wrongly forced as $main::_.Rafael Garcia-Suarez2004-12-031-1/+10
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-0/+3
* Upgrade to Test::Simple 0.53Rafael Garcia-Suarez2004-11-291-0/+2
* Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong valueRafael Garcia-Suarez2004-11-231-1/+4
* warnings.t portability tweaksCraig A. Berry2004-11-232-10/+27
* Assimilate Test-Simple 0.50Nicholas Clark2004-11-203-24/+23
* Make "err" a weak keyword;Rafael Garcia-Suarez2004-11-191-1/+13
* Allow more tries for t/op/time.t test 2.Andy Dougherty2004-11-171-3/+3
* Replace a skip by a todo.Yitzchak Scott-Thoennes2004-11-101-3/+3
* Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64in...Yitzchak Scott-Thoennes2004-11-101-1/+7
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-042-1/+12
* Make TEST and harness skip tests for extensions that were notNicholas Clark2004-10-312-3/+62
* [perl #32039] Chained goto &sub drops data too early.Dave Mitchell2004-10-231-1/+9
* Minor tweaks for the test.utf16 target, by JarkkoRafael Garcia-Suarez2004-10-121-1/+4
* add the 'test_harness' target to vms "makefile"Abe Timmerman2004-10-111-0/+3
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-6/+35
* make t/uni/class.t pass on VMSCraig A. Berry2004-10-021-3/+10
* [perl #31767] open $1, "file" doesn't raise an exceptionDave Mitchell2004-09-301-1/+7
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-0/+2
* whoops, fix 'formline undef' test broken by change #23251Dave Mitchell2004-09-011-3/+2
* PATCH: Taintedness and ternary conditionalAndy Lester2004-09-011-1/+38
* [perl #31111] Random made scripts crashing perlDave Mitchell2004-09-011-1/+2
* [perl #31295] PATCH: Test comp/use.t fails on Tru64 Nikola Milutinovic2004-08-231-4/+4
* a regex in STDOUT destructor coredumped because regex pad alreadyDave Mitchell2004-08-201-1/+14
* Mark a test that relies on tainting behavior as TODO on Windows.Rafael Garcia-Suarez2004-08-191-1/+4
* make pp_goto() cope potential stack reallocation in EXTENDDave Mitchell2004-08-141-1/+16
* Test for functions with operator namesAndy Lester2004-08-131-0/+117
* Re: 2 patches: goto.t, B.pm/xsJim Cromie2004-08-101-21/+124
* made eq_array in t/test.pl handle undef values betterDave Mitchell2004-08-091-0/+3
* Patch for t/op/sleep.tAndy Lester2004-08-091-4/+11
* Remove the "Newline in left-justified string" warning.Rafael Garcia-Suarez2004-08-041-19/+0
* Final version object core patch?John Peacock2004-08-042-2/+2
* Fix breakage caused by Change 23179Steve Hay2004-08-021-1/+1
* Skip test when building without Encode.Marcus Holland-Moritz2004-08-011-0/+1
* Re: more 5.9 sort tests (second draft)david nicol2004-07-281-2/+11
* [perl #30733] memory leak in array deleteDave Mitchell2004-07-231-1/+14
* Re: [perl #30688] Empty slice arg with ($;$) prototypeRick Delaney2004-07-211-1/+10
* The optrees for C<for $_ (...)> and C<for (...)> differ, so even moreNicholas Clark2004-07-151-1/+110
* Lots of tests for for reverse ...Nicholas Clark2004-07-141-1/+254
* check that reverse (sort (@a), @b) etc work.Nicholas Clark2004-07-131-7/+10
* Check that non-optimimisable sort comparisons work when reversedNicholas Clark2004-07-131-2/+54