summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test reverse sort as the return from a function in list and scalarNicholas Clark2004-07-131-1/+56
* Also test reverse sort in scalar contextNicholas Clark2004-07-131-1/+27
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-131-1/+132
* Re: [perl #30568] splice generates undef? [PATCH]LAUN Wolfgang2004-07-131-1/+31
* no_plan support in test.plNicholas Clark2004-07-131-3/+13
* Re: Segfault using HTML::EntitiesJarkko Hietaniemi2004-07-091-0/+16
* Correct detection of absent modules. Based onAndy Dougherty2004-06-251-1/+1
* regcomp.c, t/op/regmesg.t -- False range with \p and \PJeff Pinyan2004-06-251-0/+2
* More @INC test fixesRafael Garcia-Suarez2004-06-257-11/+7
* Fix for: [perl #2738] perl segfautls on inputMarcus Holland-Moritz2004-06-241-1/+13
* Test that [] // 0 is []Nicholas Clark2004-06-231-3/+7
* Add a regression test for bug #23765 (by Jarkko)Rafael Garcia-Suarez2004-06-231-1/+8
* Abolish the "Tied variable freed while still in use" error - I haveNicholas Clark2004-06-221-1/+0
* When expecting an error, it's best to check the text you got, ratherNicholas Clark2004-06-181-2/+4
* Can't test the B modules if we didn't build 'emNicholas Clark2004-06-181-3/+3
* Need to skip test 7 if perl built without the PerlIO::scalar extensionNicholas Clark2004-06-181-1/+2
* t/TESTAbe Timmerman2004-06-131-2/+6
* t/comp/utf.t failed when configuring with -Dnoextensions=EncodeMarcus Holland-Moritz2004-06-111-0/+5
* Remove the "malloc wrappage" tests, due to their unportabilityRafael Garcia-Suarez2004-06-092-60/+2
* Upgrade to Pod::Parser 1.28Rafael Garcia-Suarez2004-06-091-1/+1
* [perl #30061] double DESTROY in for loopDave Mitchell2004-06-081-1/+20
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-082-3/+93
* Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T SADAHIRO Tomoyuki2004-06-061-3/+116
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-1/+1
* Re: my $x->{foo} doesn't workShinya Hayakawa2004-05-301-1/+12
* [perl #29708] Problem with autouse (causing Perl to crash)Dave Mitchell2004-05-301-1/+14
* Skip in minitestNicholas Clark2004-05-301-0/+4
* TEST needs to ignore SCM filesAlan Burlison2004-05-281-1/+2
* Tests for change #22842, by SADAHIRO TomoyukiRafael Garcia-Suarez2004-05-241-0/+73
* [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"Dave Mitchell2004-05-221-6/+34
* Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)Steve Hay2004-05-181-1/+1
* Fix new B::Concise test outputJim Cromie2004-05-171-1/+2
* BOM-marked and (BOMless) UTF-16 scripts not workingJarkko Hietaniemi2004-05-131-0/+48
* symbolic references like ${"foo$index"}*3 would incorrectly warnDave Mitchell2004-05-071-0/+9
* [perl #29346] Double warning for int(undef) and abs(undef)Marcus Holland-Moritz2004-05-061-2/+0
* [perl #29340] Bizarre copy of ARRAYDave Mitchell2004-05-041-1/+13
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-041-3/+71
* add test for change #22746 ([perl #29102] Crash on assign to lex fh)Dave Mitchell2004-05-031-1/+5
* add test for change #22776 ("open m" crashes Perl)Dave Mitchell2004-05-031-1/+6
* [perl #29127] scalar delete of empty slice returned garbageDave Mitchell2004-05-031-1/+9
* [perl #28938] split could leave an array without &PL_sv_undefDave Mitchell2004-05-031-1/+14
* Make t/uni/class.t pass on case insensitive file systemsNicholas Clark2004-05-021-13/+26
* disable problematical 'uninitialized value' warning testsDave Mitchell2004-04-301-12/+4
* Fix 29149 - another UTF8 cache bug hit by substr.SADAHIRO Tomoyuki2004-04-291-1/+12
* candidate for TR18 complianceJeff Pinyan2004-04-272-3/+116
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-2316-108/+1396
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-45/+244