summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* make ~$x give warning is $x isn't initialised.Dave Mitchell2004-03-181-0/+20
* [perl #27638] scope exit could expose freed local() valueDave Mitchell2004-03-141-1/+15
* [perl #27628] strict 'subs' didn't warn on bareword array indexDave Mitchell2004-03-141-0/+13
* make op/write.t work better under stdio by running the subtestsDave Mitchell2004-03-111-11/+39
* Improve the "Prototype mismatch" error message whenRafael Garcia-Suarez2004-03-091-2/+2
* Revert change #22472, but keep the new tests.Marcus Holland-Moritz2004-03-091-2/+2
* Re: undef and the range operatorMarcus Holland-Moritz2004-03-091-12/+21
* Make a temporary copy of the input buffer in pp_send, so that sendNicholas Clark2004-03-091-1/+25
* Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion testNicholas Clark2004-03-071-3/+6
* undef and the range operatorMarcus Holland-Moritz2004-03-071-11/+19
* line-end tweak for VMSCraig A. Berry2004-03-071-2/+2
* Make threads tests pass make minitest (by skipping)Nicholas Clark2004-03-062-8/+8
* Re: Strange segfaultMarcus Holland-Moritz2004-03-051-1/+17
* [perl #27206] Memory leak in continue loopDave Mitchell2004-03-041-1/+24
* add deprecation warning for my $x if 0Dave Mitchell2004-03-041-0/+25
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-57/+0
* Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3Rafael Garcia-Suarez2004-03-041-0/+13
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-031-7/+9
* stop t/op/write.t failures under stdio by always closing filesDave Mitchell2004-03-031-20/+26
* Change the skip logic on the unicode tests so that they don't rely onNicholas Clark2004-03-025-15/+11
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-028-25/+44
* Remove machine-dependent rounding dependency from write overflowDave Mitchell2004-03-021-7/+7
* add tests for change 22414 (lvalue substr jollity)Dave Mitchell2004-03-011-1/+21
* stop "const in void context" warning for a const in anDave Mitchell2004-02-251-0/+3
* Enhance test cleanliness by a very small factor.Rafael Garcia-Suarez2004-02-241-0/+1
* Fix a segfault during optree construction. (bug #27024)Rafael Garcia-Suarez2004-02-241-1/+9