2009-10-08 |
Nicholas Clark |
Move the test for RT #49472 to op/attrs.t from comp... |
tree | commitdiff |
2009-10-08 |
Rafael Garcia-Suarez |
Properly return a syntax error instead of segfaulting... |
tree | commitdiff |
2009-09-28 |
Josh ben Jore |
Fix when( scalar ... ) bug |
tree | commitdiff |
2009-09-28 |
Leon Brocard |
Check that sparse files hold at least a block (bug... |
tree | commitdiff |
2009-09-27 |
Zefram |
[perl #69384] numericness failure in sorting |
tree | commitdiff |
2009-09-13 |
Bo Borgerson |
split: Improve performance in scalar context |
tree | commitdiff |
2009-09-10 |
Yves Orton |
move regex related tests out of t/op/ into t/re/ |
tree | commitdiff |
2009-09-10 |
Yves Orton |
add more positive gofs GPOS tests and fix some bugs too |
tree | commitdiff |
2009-09-10 |
Max Maischein |
Move t/op/rt69056.t test into t/op/subst.t |
tree | commitdiff |
2009-09-10 |
Max Maischein |
Add test for [perl #69056], 2nd try |
tree | commitdiff |
2009-09-08 |
Rafael Garcia-Suarez |
Remove code specific to MacOS Classic from core tests |
tree | commitdiff |
2009-09-06 |
Zefram |
Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR... |
tree | commitdiff |
2009-09-02 |
Yves Orton |
de-TODO a regexp test that was probably fixed with... |
tree | commitdiff |
2009-09-02 |
Yves Orton |
set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and... |
tree | commitdiff |
2009-08-30 |
David Nicol |
Document better what is allowed as regex delimiters |
tree | commitdiff |
2009-08-27 |
Nicholas Clark |
Don't use t/TEST to test a "read only file", repeatedly... |
tree | commitdiff |
2009-08-26 |
Chip Salzenberg |
In C<use utf8; a=>'b'>, do not set utf8 flag on 'a... |
tree | commitdiff |
2009-08-25 |
Bo Borgerson |
String with NULL auto-increment bug fix |
tree | commitdiff |
2009-08-24 |
Rafael Garcia-Suarez |
Merge commit 'shlomif/blead' into blead |
tree | commitdiff |
2009-08-15 |
Craig A. Berry |
Suppress system messages when op/ref.t calls die on... |
tree | commitdiff |
2009-08-09 |
Shlomi Fish |
Add a regression test for RT #68182. |
tree | commitdiff |
2009-08-07 |
Father Chrysostomos |
[perl #68108] : also fix if/else constant folding |
tree | commitdiff |
2009-08-04 |
Vincent Pit |
Promote blocks resulting from constant folding to first... |
tree | commitdiff |
2009-08-03 |
Jesse Vincent |
Remove the port to MiNT. It's a dead platform that... |
tree | commitdiff |
2009-07-29 |
Vincent Pit |
Merge branch 'deletelocal' into blead |
tree | commitdiff |
2009-07-29 |
Rafael Garcia-Suarez |
Make test pass with -t |
tree | commitdiff |
2009-07-27 |
Vincent Pit |
Really check that sysread(I, $x, 1, -4) dies with ... |
tree | commitdiff |
2009-07-27 |
Vincent Pit |
Port t/op/sysio.t to test.pl |
tree | commitdiff |
2009-07-27 |
Rafael Garcia-Suarez |
Make test pass with miniperl |
tree | commitdiff |
2009-07-27 |
Rafael Garcia-Suarez |
Make test pass with miniperl |
tree | commitdiff |
2009-07-27 |
Rafael Garcia-Suarez |
Replace Test::More by test.pl |
tree | commitdiff |
2009-07-27 |
Vincent Pit |
Regression test for [perl #67912] |
tree | commitdiff |
2009-07-26 |
George Greer |
much better swap logic to support reentrancy and fix... |
tree | commitdiff |
2009-07-26 |
Yves Orton |
fix vim highlighting problem |
tree | commitdiff |
2009-07-25 |
Vincent Pit |
Introduce "delete local" |
tree | commitdiff |
2009-07-25 |
Bram |
Tests for commit 1375cf1cf2085f851bb176047d5e60248542f555 |
tree | commitdiff |
2009-07-24 |
Bram |
This test is for [perl #60508] (it's in rt.perl.org... |
tree | commitdiff |
2009-07-22 |
Michael G. Schwern |
This is a test for rt.cpan.org 60508 which I can't... |
tree | commitdiff |
2009-07-22 |
Vincent Pit |
Teach goto how to cross given/when blocks |
tree | commitdiff |
2009-07-22 |
Rafael Garcia-Suarez |
Remove !!! and ??? operators |
tree | commitdiff |
2009-07-13 |
Michael G. Schwern |
Clean up t/op/sort.t to constrain tests which use a... |
tree | commitdiff |
2009-07-12 |
Michael G Schwern |
Wrong skip count in t/op/stash.t |
tree | commitdiff |
2009-07-11 |
David Mitchell |
[perl #61520] Segfault in debugger with tr// and UTF8 |
tree | commitdiff |
2009-07-09 |
David Golden |
Make kill() fatal for non-numeric pids |
tree | commitdiff |
2009-07-06 |
hv@crypt.org |
Regex fails when string is too long |
tree | commitdiff |
2009-07-02 |
hv@crypt.org |
Some bugs in Perl regexp (core Perl issues) |
tree | commitdiff |
2009-07-01 |
Rafael Garcia-Suarez |
Make C<undef ~~ 0> and C<undef ~~ ""> not match (like... |
tree | commitdiff |
2009-07-01 |
Jerry D. Hedden |
Quiet t/op/stash.t output |
tree | commitdiff |
2009-06-27 |
Craig A. Berry |
Make stash.t redirect stderr. |
tree | commitdiff |
2009-06-26 |
Vincent Pit |
One more regression test for RT #59734 |
tree | commitdiff |
2009-06-26 |
Vincent Pit |
Update RExC_npar and after_freeze correctly after the... |
tree | commitdiff |
2009-06-24 |
Rafael Garcia-Suarez |
Add tests for smart match overload fallback |
tree | commitdiff |
2009-06-23 |
Robin Barker |
Fix for RT #52552. |
tree | commitdiff |
2009-06-23 |
Ben Morrow |
Fix blead segfault on Cygwin for t/op/stash.t |
tree | commitdiff |
2009-06-21 |
Ben Morrow |
Tests for deleting stash entries. |
tree | commitdiff |
2009-06-17 |
Rafael Garcia-Suarez |
Some more tests for \N |
tree | commitdiff |
2009-06-16 |
Rafael Garcia-Suarez |
Implement new regex escape \N |
tree | commitdiff |
2009-06-09 |
Rafael Garcia-Suarez |
Fix regression test for RT 63110 when running with... |
tree | commitdiff |
2009-06-08 |
Steffen Mueller |
t/op/my_stash.t should use test.pl instead of Test.pm |
tree | commitdiff |
2009-06-06 |
Rafael Garcia-Suarez |
Mark all .t and .pm files as non executable |
tree | commitdiff |
2009-06-04 |
Nicholas Clark |
Assuming that $SIG{PIPE} is not set can be bogus when... |
tree | commitdiff |
2009-06-02 |
Rafael Garcia-Suarez |
Merge branch 'smartmatch' into blead |
tree | commitdiff |
2009-06-01 |
Jerry D. Hedden |
Correct test output for t/op/eval.t (missing newline) |
tree | commitdiff |
2009-06-01 |
Rafael Garcia-Suarez |
More ~~ tests |
tree | commitdiff |
2009-05-31 |
Rafael Garcia-Suarez |
Silence a warning emitted by test added by last commit |
tree | commitdiff |
2009-05-31 |
George Greer |
Add test case from RT#54758. |
tree | commitdiff |
2009-05-31 |
Rafael Garcia-Suarez |
Merge branch 'memleaktest' into blead |
tree | commitdiff |
2009-05-31 |
Rafael Garcia-Suarez |
Add regression test for [RT#63110] |
tree | commitdiff |
2009-05-31 |
Bram |
Document test structure |
tree | commitdiff |
2009-05-30 |
Alex Vandiver |
Fix [RT#6266] -- sv_pos_u2b expects to be called with... |
tree | commitdiff |
2009-05-28 |
Alex Vandiver |
Fix [RT#66098] -- stricter checking on SvIVX exposed... |
tree | commitdiff |
2009-05-26 |
John E. Malmberg |
patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}... |
tree | commitdiff |
2009-05-25 |
Rafael Garcia-Suarez |
Skip tests that use attributes.pm under miniperl |
tree | commitdiff |
2009-05-25 |
Rafael Garcia-Suarez |
Fix test if Fcntl couldn't be loaded (for example with... |
tree | commitdiff |
2009-05-25 |
Rafael Garcia-Suarez |
Avoid using Test::More in given/when tests |
tree | commitdiff |
2009-05-24 |
Rafael Garcia-Suarez |
Fix test for overload in given() with smart match after... |
tree | commitdiff |
2009-05-24 |
Rafael Garcia-Suarez |
Allow ~~ overloading on the left side, when the right... |
tree | commitdiff |
2009-05-24 |
Rafael Garcia-Suarez |
In the ~~ implementation, consistently use the SV-aware... |
tree | commitdiff |
2009-05-22 |
Craig A. Berry |
TODO must be on same line as message for TAP. |
tree | commitdiff |
2009-05-20 |
Nicholas Clark |
Perl_magic_clearsig() needs to remove magic, else delet... |
tree | commitdiff |
2009-05-20 |
H.Merijn Brand |
fix glob-assign for FORMAT |
tree | commitdiff |
2009-05-20 |
Nicholas Clark |
Convert t/op/magic.t to use test.pl |
tree | commitdiff |
2009-05-13 |
Rafael Garcia-Suarez |
Merge branch 'smartmatch' into blead |
tree | commitdiff |
2009-05-13 |
Rafael Garcia-Suarez |
Enable more warnings in smart match tests |
tree | commitdiff |
2009-05-12 |
Rafael Garcia-Suarez |
Remove proposed (but unimplemented) $foo ~~ Range smart... |
tree | commitdiff |
2009-05-11 |
Vincent Pit |
Allow typed arrays and hashes |
tree | commitdiff |
2009-05-09 |
Rafael Garcia-Suarez |
Implement Hash/Array ~~ Regex (with tests) |
tree | commitdiff |
2009-05-09 |
Rafael Garcia-Suarez |
Add a test for object ~~ string, with stringification... |
tree | commitdiff |
2009-05-09 |
Rafael Garcia-Suarez |
Add tests for object ~~ regexp |
tree | commitdiff |
2009-05-09 |
Rafael Garcia-Suarez |
Treat blessed references on the left of C<~~> as scalars |
tree | commitdiff |
2009-05-09 |
Rafael Garcia-Suarez |
Implement distributivity in $scalar ~~ @array |
tree | commitdiff |
2009-05-08 |
Rafael Garcia-Suarez |
Document what to do with object on the left and add... |
tree | commitdiff |
2009-05-08 |
Rafael Garcia-Suarez |
Make ~~ overloading only be invoked on the right argument |
tree | commitdiff |
2009-05-08 |
Rafael Garcia-Suarez |
More tests for ~~ |
tree | commitdiff |
2009-05-06 |
Rafael Garcia-Suarez |
Rewrite tests for objects and ~~ |
tree | commitdiff |
2009-05-05 |
Rafael Garcia-Suarez |
Fix test for stringification of arrays. |
tree | commitdiff |
2009-05-05 |
Rafael Garcia-Suarez |
Merge branch 'blead' into smartmatch |
tree | commitdiff |
2009-05-05 |
Rafael Garcia-Suarez |
Add tests for @array ~~ $string |
tree | commitdiff |
2009-05-04 |
Nicholas Clark |
Fix SEGVs when cloning a typeglob that has been undefin... |
tree | commitdiff |
2009-05-03 |
Rafael Garcia-Suarez |
Add tests for last and next in when() |
tree | commitdiff |
next |