summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix readline overriden with a constantFather Chrysostomos2013-11-061-1/+7
* Allow CORE::GLOBAL:: subs in general to be aliased to constsFather Chrysostomos2013-11-061-1/+8
* Stop gv_try_downgrade from anonymising referenced CVsFather Chrysostomos2013-11-051-1/+7
* Fix readpipe overriden with a constantFather Chrysostomos2013-11-051-1/+8
* RT #120446: /\Ga/ running slowly on long stringsDavid Mitchell2013-11-051-1/+19
* [perl #120462] Exempt $a and $b from ‘used once’ warningsFather Chrysostomos2013-11-042-6/+10
* Move tests for ‘used once’ from util to gvFather Chrysostomos2013-11-042-170/+172
* Update Module-Build to CPAN version 0.4008Chris 'BinGOs' Williams2013-11-041-5/+1
* Stop CORE::GLOBAL::require lookup from crashing on stubFather Chrysostomos2013-11-041-1/+4
* Stop CORE::GLOBAL::glob lookup from crashing on stubFather Chrysostomos2013-11-041-1/+4
* Stop CORE::GLOBAL::do lookup from crashing on stubFather Chrysostomos2013-11-041-1/+7
* Check that stash entries are GVs when aliasing pkgsFather Chrysostomos2013-11-041-1/+9
* sub NEGATIVE_INDICES; + $ti...Father Chrysostomos2013-11-041-0/+10
* mg.c: Fix misuse of AvARRAY in defelem_targetFather Chrysostomos2013-11-041-0/+17
* Make ‘No such class’ apply to ${$ref}{key}, tooFather Chrysostomos2013-11-031-0/+7
* Make ‘No such field’ error apply to 1-elem slicesFather Chrysostomos2013-11-031-0/+7
* Stop my Class + sub FIELDS + hash lookup ...Father Chrysostomos2013-11-031-1/+8
* Undefined lex sub used as inherited method crashesFather Chrysostomos2013-11-021-1/+12
* ‘Attempt to bless into a ref’ with stale method cachesFather Chrysostomos2013-10-311-0/+5
* [perl #119809] Disallow bless($ref, $tied_ref)Father Chrysostomos2013-10-311-0/+14
* bless.t: More explicit testFather Chrysostomos2013-10-311-1/+1
* Fix broken qr/ \N* /xKarl Williamson2013-10-301-0/+2
* Eliminate ‘Can't use \1 to mean $1’ false positivesFather Chrysostomos2013-10-301-0/+3
* '$! = EACCESS; require ...' could failDavid Mitchell2013-10-291-1/+16
* [perl #119799] Set breakpoints without *DB::dblineFather Chrysostomos2013-10-281-1/+22
* Make PL_incgv fully refcountedFather Chrysostomos2013-10-281-1/+9
* pat.t: suppress warningFather Chrysostomos2013-10-281-0/+1
* Don’t assume *^R has a scalarFather Chrysostomos2013-10-281-2/+5
* [perl #54044] Make PL_replgv refcountedFather Chrysostomos2013-10-281-1/+7
* gv:gv_try_downgrade: Leave PL_last_in_gv aloneFather Chrysostomos2013-10-281-1/+5
* Make PL_argvgv refcountedFather Chrysostomos2013-10-281-1/+11
* gv:gv_try_downgrade: Leave PL_stderrgv aloneFather Chrysostomos2013-10-281-1/+6
* Make PL_hintgv refcountedFather Chrysostomos2013-10-281-1/+6
* Don’t create %@ on startupFather Chrysostomos2013-10-281-1/+3
* [perl #119811] Remove %DB::lsubFather Chrysostomos2013-10-281-1/+12
* Make PL_envgv refcountedFather Chrysostomos2013-10-281-1/+5
* Make PL_firstgv and PL_secondgv refcountedFather Chrysostomos2013-10-281-1/+6
* [perl #120398] skip t/porting/extrefs.t when cross-compilingFrançois Perrad2013-10-281-1/+6
* Don’t let gv.c:gv_try_downgrade touch PL_statgvFather Chrysostomos2013-10-261-1/+12
* Make PL_DBgv and other db interp vars refcountedFather Chrysostomos2013-10-261-1/+11
* t/porting/dual-life.t: Another exceptionFather Chrysostomos2013-10-251-1/+2
* Propagate lvalue context to && and ||Father Chrysostomos2013-10-241-1/+7
* Restore prev. behaviour of @a||... in lv subFather Chrysostomos2013-10-241-1/+26
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+10
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-1/+37
* spurious "Use of "-x" without parentheses" mesgDavid Mitchell2013-10-221-0/+7
* Unbreak -bareword under strict+integerFather Chrysostomos2013-10-221-1/+8
* Note IPC-Cmd upgrade from commit 6d1e091186Steve Hay2013-10-191-0/+2
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-181-0/+1
* Correctly parse class name in 'for my class $fooHio2013-10-181-4/+8