| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #75904] \$ prototype does not make a unary function | Father Chrysostomos | 2010-08-11 | 1 | -1/+26 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 1 | -0/+0 |
* | additional tests for package block syntax | Zefram | 2010-05-20 | 1 | -20/+72 |
* | fix SEGV with eval("package Foo {") | Zefram | 2010-05-20 | 1 | -1/+4 |
* | support "package Foo { ... }" | Zefram | 2010-05-20 | 1 | -0/+37 |
* | Revert "tweak "0x123.456" deprecation" | Jesse Vincent | 2010-05-05 | 1 | -36/+0 |
* | tweak "0x123.456" deprecation | Zefram | 2010-05-03 | 1 | -0/+36 |
* | Revert "Forbid labels with keyword names" | Jan Dubois | 2010-03-02 | 1 | -3/+3 |
* | Setup @INC at compile time because commit ec34a119 needs to load utf8.pm | Jan Dubois | 2010-03-02 | 1 | -1/+3 |
* | [perl #73174] swash_init() wasn't saving %^H | David Mitchell | 2010-03-02 | 1 | -2/+17 |
* | Remove npl addresses from "my" files | Robin Barker | 2010-02-11 | 1 | -1/+1 |
* | Move packagev.t from t/comp to t/op, as it fouls the test bootstrapping policy. | Nicholas Clark | 2010-01-18 | 1 | -169/+0 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 2 | -33/+170 |
* | [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template::Plugin::YAML::Encode 0.02 | Zefram | 2010-01-05 | 1 | -1/+13 |
* | Following fd909433c7437296, check that {sub f} correctly stubs the subroutine. | Nicholas Clark | 2010-01-04 | 1 | -1/+4 |
* | Allow "{sub f}" to compile | Vincent Pit | 2010-01-03 | 1 | -1/+6 |
* | [perl #22977] Bug in format/write | Zefram | 2009-12-15 | 1 | -0/+18 |
* | Fix for [perl #70910] wrong line number in syntax error message | Zefram | 2009-12-09 | 1 | -0/+13 |
* | -Dmad: double free or corruption | Tony Cook | 2009-12-01 | 1 | -1/+49 |
* | Fix -DPERL_NO_UTF16_FILTER | Eric Brine | 2009-11-30 | 2 | -10/+17 |
* | Allow a closing brace after an "use VERSION" | Vincent Pit | 2009-11-28 | 1 | -1/+13 |
* | perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected) | Zefram | 2009-11-25 | 2 | -0/+51 |
* | Moved the original test file from the previous patch into t/op/lex.t, | Jesse Vincent | 2009-11-25 | 1 | -15/+0 |
* | add interpolation test for [perl #70091] | Gerard Goossen | 2009-11-25 | 1 | -0/+15 |
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ... | Gerard Goossen | 2009-11-21 | 1 | -2/+1 |
* | Add a TODO test for "require" always being in scalar context. | Gerard Goossen | 2009-11-21 | 1 | -2/+4 |
* | S_utf16_textfilter() was not returning EOF correctly in some situations. | Nicholas Clark | 2009-11-01 | 1 | -1/+4 |
* | Tweak the filename regexp in parser.t so that ./TEST -utf16 op/parser.t passes. | Nicholas Clark | 2009-11-01 | 1 | -7/+8 |
* | S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs. | Nicholas Clark | 2009-10-22 | 1 | -1/+18 |
* | Test requiring files with non-BMP characters (encoded as surrogate pairs). | Nicholas Clark | 2009-10-22 | 1 | -3/+20 |
* | Tests for UTF-16 characters > 256, including those containing the octet 10. | Nicholas Clark | 2009-10-22 | 1 | -11/+24 |
* | Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16. | Nicholas Clark | 2009-10-22 | 1 | -7/+9 |
* | Move tests for $[ from comp/hints.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 2 | -31/+9 |
* | Move tests for $[ from comp/parser.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 1 | -35/+1 |
* | do subname() is deprecated, so this test from perl 1 needs updating. | Nicholas Clark | 2009-10-16 | 1 | -4/+4 |
* | Implement TODO support locally in t/comp/opsubs.t | Steve Hay | 2009-10-12 | 1 | -5/+30 |
* | Fix failed() calls in t/comp | Steve Hay | 2009-10-12 | 3 | -12/+12 |
* | No longer need to skip t/comp/opsubs.t #22 on VMS. | Craig A. Berry | 2009-10-11 | 1 | -4/+1 |
* | Don't use require in comp/fold.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -3/+39 |
* | Give names to all tests in t/comp/fold.t | Nicholas Clark | 2009-10-09 | 1 | -8/+8 |
* | Move the require './test.pl' to the end of t/comp/hints.t | Nicholas Clark | 2009-10-09 | 1 | -32/+32 |
* | Don't use require in comp/multiline.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -6/+43 |
* | Don't use require in comp/opsubs.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -2/+61 |
* | Don't use require in comp/our.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -6/+21 |
* | Don't use require in comp/parser.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -10/+53 |
* | Don't use require in comp/retainedlines.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -4/+36 |
* | Avoid relying on prototypes working for tests to pass. They aren't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -8/+7 |
* | Don't use require in comp/uproto.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -5/+45 |
* | In opt(), use is(..., undef) rather than ok(!defined ...) | Nicholas Clark | 2009-10-09 | 1 | -1/+5 |
* | Move the test for require 5.11.0 not loading strictures to require.t from use.t | Nicholas Clark | 2009-10-09 | 2 | -5/+8 |