summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* Allow prototypes (_@) and (_%)Rafael Garcia-Suarez2012-01-271-1/+16
* Show test names in outputRafael Garcia-Suarez2012-01-271-5/+5
* Allow ${^WARNING_BITS} to turn off lexical warningsFather Chrysostomos2012-01-261-2/+20
* Don’t double-free hint hash if copying diesFather Chrysostomos2011-12-231-2/+29
* Copy hints from tied hh to inner compile scopesFather Chrysostomos2011-12-211-6/+25
* [perl #106282] Don’t crash cloning tied %^HFather Chrysostomos2011-12-201-2/+25
* more tests for partial strictures and ver declsFather Chrysostomos2011-12-071-1/+20
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-071-1/+12
* [perl #80630] Make eval"" return empty list for syntax errorsFather Chrysostomos2011-12-061-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-172-2/+14
* Make multiple #line’s update dblines in evalsFather Chrysostomos2011-11-061-1/+4
* Test perl #96008: use and require affected by open.pmFather Chrysostomos2011-09-221-1/+11
* skip a test that requires Cwd under miniperlTony Cook2011-08-231-8/+12
* Test unpack with no argsFather Chrysostomos2011-08-201-1/+11
* Document and test $; prototype syntaxFather Chrysostomos2011-08-151-1/+12
* Test __FILE__() syntaxFather Chrysostomos2011-08-121-1/+4
* Allow the \$ proto to accept any scalar lvalue [perl #91846]Father Chrysostomos2011-06-241-1/+6
* proto.t: Test \$ with subcall()->[elem]Father Chrysostomos2011-06-241-1/+2
* Remove two tests from proto.tFather Chrysostomos2011-06-241-9/+1
* Make ‘require func()’ work with .pm abs pathv5.14.0-RC3Father Chrysostomos2011-05-111-1/+15
* [perl #79442] A #line "F" in a string eval doesn't update *{"_<F"}Father Chrysostomos2011-02-271-1/+11
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Stop eval "BEGIN{die}" from leakingFather Chrysostomos2010-11-261-1/+18
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-251-1/+4
* Test that lack of prototype on a sub's definition overrides any on its stub.Nicholas Clark2010-11-181-1/+41
* [perl #74022] Parser hangs on some Unicode charactersFather Chrysostomos2010-11-141-1/+6
* permit labels to appear before declarationsZefram2010-10-231-4/+18
* Add single-term prototypeDavid Golden2010-10-211-1/+26
* [perl #20444] regex not evaluated in constant ?:Father Chrysostomos2010-09-201-1/+31
* Add (?^...) regex constructKarl Williamson2010-09-201-1/+1
* [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