summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix bug #26910: hints were not propagated into (?{...})Rafael Garcia-Suarez2004-02-233-0/+20
* Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation SADAHIRO Tomoyuki2004-02-231-1/+30
* remove a split test's dependence on -Dx outputDave Mitchell2004-02-201-6/+6
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-201-1/+45
* Upgrade to prereleases of Math::BigInt 1.70 andRafael Garcia-Suarez2004-02-193-27/+178
* fix write test: -small_number may be displayed as 00.00 or -0.00Dave Mitchell2004-02-181-3/+6
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-181-0/+57
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-1/+28
* [perl #25824] Segmentation fault withDave Mitchell2004-02-151-1/+7
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-38/+44
* Re: [perl #26073] sprintf miscounts padding when format is utf8 Hugo van der Sanden2004-02-091-1/+9
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-081-1/+13
* The "my $_" wasn't nice with foreach loops.Rafael Garcia-Suarez2004-02-041-1/+18
* More docs and tests for "my $_".Rafael Garcia-Suarez2004-02-031-2/+22
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-032-7/+7
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-0/+142
* add test for Change 22194: Dave Mitchell2004-02-011-0/+7
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-291-2/+8
* add test for change 22209 (Remove small memory leak in newATTRSUB)Dave Mitchell2004-01-251-1/+18
* make some t/op/write.t failures more verboseDave Mitchell2004-01-231-1/+3
* test that use encoding; doesn't cause references to be stringifiedNicholas Clark2004-01-231-2/+16
* Check the return values of chompNicholas Clark2004-01-231-4/+14
* Test return values of all chompsNicholas Clark2004-01-231-4/+4
* Re: [perl #24888] chomp ignores utf8SADAHIRO Tomoyuki2004-01-232-1/+78
* Convert the older parts of op/bop.t over to test.plNicholas Clark2004-01-211-71/+57