summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* New file left out of the last commit.Rafael Garcia-Suarez2004-04-191-0/+41
* Re: [perl #28532] optional match of an anchor gets ignored Hugo van der Sanden2004-04-191-2/+8
* 's to bring bleadperl up to version-0.39John Peacock2004-04-141-4/+4
* Bleadperl to version 0.37John Peacock2004-04-072-7/+7
* The optree builder was looping when constructing the opsRafael Garcia-Suarez2004-04-071-1/+6
* Re: tests for change #22539Jim Cromie2004-04-061-14/+11
* Make the ! suffix handle n/N/v/V as signed integersMarcus Holland-Moritz2004-04-061-1/+10
* [perl #28171] wantarray docs should mention effect of eval { wantarray }Rafael Garcia-Suarez2004-04-051-1/+11
* Fix bug #27940 : \cX escapes weren't working correctly in regularRafael Garcia-Suarez2004-04-021-2/+10
* Fix and tests for [perl #28123] Perl optimizes // away incorrectlyMarcus Holland-Moritz2004-04-011-1/+7
* [perl #28032] delete $_[0] + (\$) prototype = bad freeDave Mitchell2004-03-311-1/+20
* Upgrade to Unicode 4.0.1Nicholas Clark2004-03-311-3/+4
* backout change 22606 (make gv_fullname() include a literal '^')Dave Mitchell2004-03-291-4/+1
* make gv_fullname() etc include a literal '^' for *^FOO style namesDave Mitchell2004-03-281-1/+4
* [perl #24200] string corruption with lvalue subDave Mitchell2004-03-271-1/+12
* fix for change #22594; if using test.pl, must tell perl where toDave Mitchell2004-03-261-0/+6
* [perl #27040] - hints hash was being double freed on scope exitDave Mitchell2004-03-261-1/+13
* Re: [perl #27906] stat documentation correctionAndy Lester2004-03-261-6/+8
* [perl #27268] Blessed reference to anonymous globDave Mitchell2004-03-261-1/+11
* mintest will pass if I skip the correct number of tests. D'oh!Nicholas Clark2004-03-241-1/+1
* Fix bug [perl #27839] returning @+ out of scope loses its value :Hugo van der Sanden2004-03-231-1/+13
* Don't assume that the chmod will always work.Nicholas Clark2004-03-221-3/+3
* Re: [PATCH] warn on !=~Yitzchak Scott-Thoennes2004-03-221-0/+9
* Finally, this "Negative repeat count" warning wasn't such a greatAndy Lester2004-03-212-10/+12
* Add a new warning "Negative repeat count"Rafael Garcia-Suarez2004-03-211-0/+9
* warn on !=~Yitzchak Scott-Thoennes2004-03-201-1/+19
* range operator warnings / 64-bit fixMarcus Holland-Moritz2004-03-181-4/+22