summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call select's 4th arg's magicEric Brine2013-10-181-1/+18
* Regen t/porting/customized.datSteve Hay2013-10-181-7/+0
* isa should fall back to checking @UNIVERSAL::ISA in all casesJesse Luehrs2013-10-171-1/+8
* [perl #119505] Segfault from bad backreferenceDavid Mitchell2013-10-171-0/+41
* [perl #119893] avoid waiting on pid 0Tony Cook2013-10-171-0/+47
* Adding a prototype attribute.Peter Martini2013-10-161-0/+139
* podcheck.t: Make blead pass againKarl Williamson2013-10-112-3/+2
* Run cd t;./perl -I../lib porting/podcheck.t --regenJames E Keenan2013-10-121-1/+1
* Add to known_pod_issues.dat following Test-Harness upgradeSteve Hay2013-10-111-0/+3
* perlebcdic: Make some examples simpler; wrap to 79 colsKarl Williamson2013-10-101-2/+2
* Fix a bug with ->@ inside "@{...}"Father Chrysostomos2013-10-051-1/+4
* Make postderef experimentalFather Chrysostomos2013-10-052-0/+14
* Allow ->@ ->$ interpolation under postderef_qq featureFather Chrysostomos2013-10-051-1/+26
* Hide postderef behind the feature featureFather Chrysostomos2013-10-051-1/+27
* ->%{ ->%[Father Chrysostomos2013-10-051-1/+4
* Fix up postfixderef.tFather Chrysostomos2013-10-051-4/+4
* Tests for postfix dereferenceDavid Nicol2013-10-051-0/+315
* Remove pod/perlembed.pod in wake of RT #120093 corrections.James E Keenan2013-10-051-1/+0
* Upgrade to Unicode 6.3Karl Williamson2013-10-032-6/+5
* PATCH: [perl #120041] regcomp.c missing parens and broken STCLASSKarl Williamson2013-09-301-0/+2
* Revert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimise OP_OR/OP_DO...Karl Williamson2013-09-301-18/+1
* Add some tests for the regex optimizerKarl Williamson2013-09-242-0/+35