summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* [perl #75904] \$ prototype does not make a unary functionFather Chrysostomos2010-08-111-1/+26
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* additional tests for package block syntaxZefram2010-05-201-20/+72
* fix SEGV with eval("package Foo {")Zefram2010-05-201-1/+4
* support "package Foo { ... }"Zefram2010-05-201-0/+37
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-36/+0
* tweak "0x123.456" deprecationZefram2010-05-031-0/+36
* Revert "Forbid labels with keyword names"Jan Dubois2010-03-021-3/+3
* Setup @INC at compile time because commit ec34a119 needs to load utf8.pmJan Dubois2010-03-021-1/+3
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-2/+17
* Remove npl addresses from "my" filesRobin Barker2010-02-111-1/+1
* Move packagev.t from t/comp to t/op, as it fouls the test bootstrapping policy.Nicholas Clark2010-01-181-169/+0
* Omnibus strict and lax version parsingDavid Golden2010-01-132-33/+170
* [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template::Plugin::YAML::Encode 0.02Zefram2010-01-051-1/+13
* Following fd909433c7437296, check that {sub f} correctly stubs the subroutine.Nicholas Clark2010-01-041-1/+4
* Allow "{sub f}" to compileVincent Pit2010-01-031-1/+6
* [perl #22977] Bug in format/writeZefram2009-12-151-0/+18
* Fix for [perl #70910] wrong line number in syntax error messageZefram2009-12-091-0/+13
* -Dmad: double free or corruptionTony Cook2009-12-011-1/+49
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-302-10/+17
* Allow a closing brace after an "use VERSION"Vincent Pit2009-11-281-1/+13
* perl-5.11.2 breaks NYTProf savesrc option (Lexer API suspected)Zefram2009-11-252-0/+51
* Moved the original test file from the previous patch into t/op/lex.t,Jesse Vincent2009-11-251-15/+0
* add interpolation test for [perl #70091]Gerard Goossen2009-11-251-0/+15
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-2/+1
* Add a TODO test for "require" always being in scalar context.Gerard Goossen2009-11-211-2/+4
* S_utf16_textfilter() was not returning EOF correctly in some situations.Nicholas Clark2009-11-011-1/+4
* Tweak the filename regexp in parser.t so that ./TEST -utf16 op/parser.t passes.Nicholas Clark2009-11-011-7/+8
* S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs.Nicholas Clark2009-10-221-1/+18
* Test requiring files with non-BMP characters (encoded as surrogate pairs).Nicholas Clark2009-10-221-3/+20
* Tests for UTF-16 characters > 256, including those containing the octet 10.Nicholas Clark2009-10-221-11/+24
* Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16.Nicholas Clark2009-10-221-7/+9
* Move tests for $[ from comp/hints.t to op/array_base.tNicholas Clark2009-10-162-31/+9
* Move tests for $[ from comp/parser.t to op/array_base.tNicholas Clark2009-10-161-35/+1
* do subname() is deprecated, so this test from perl 1 needs updating.Nicholas Clark2009-10-161-4/+4
* Implement TODO support locally in t/comp/opsubs.tSteve Hay2009-10-121-5/+30
* Fix failed() calls in t/compSteve Hay2009-10-123-12/+12
* No longer need to skip t/comp/opsubs.t #22 on VMS.Craig A. Berry2009-10-111-4/+1
* Don't use require in comp/fold.t, as require isn't tested yet.Nicholas Clark2009-10-091-3/+39
* Give names to all tests in t/comp/fold.tNicholas Clark2009-10-091-8/+8
* Move the require './test.pl' to the end of t/comp/hints.tNicholas Clark2009-10-091-32/+32
* Don't use require in comp/multiline.t, as require isn't tested yet.Nicholas Clark2009-10-091-6/+43
* Don't use require in comp/opsubs.t, as require isn't tested yet.Nicholas Clark2009-10-091-2/+61
* Don't use require in comp/our.t, as require isn't tested yet.Nicholas Clark2009-10-091-6/+21
* Don't use require in comp/parser.t, as require isn't tested yet.Nicholas Clark2009-10-091-10/+53
* Don't use require in comp/retainedlines.t, as require isn't tested yet.Nicholas Clark2009-10-091-4/+36
* Avoid relying on prototypes working for tests to pass. They aren't tested yet.Nicholas Clark2009-10-091-8/+7
* Don't use require in comp/uproto.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+45
* In opt(), use is(..., undef) rather than ok(!defined ...)Nicholas Clark2009-10-091-1/+5
* Move the test for require 5.11.0 not loading strictures to require.t from use.tNicholas Clark2009-10-092-5/+8