summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build under Cygwin with g++. Not suitable for integration into blead.smoke-me/greerga/cygwin_g++greerga/cygwin_g++George Greer2011-06-016-17/+25
* [perl #62498] Scalar context breaks lvalue subsFather Chrysostomos2011-06-013-27/+34
* [perl #91946] add constant folding testsJim Cromie2011-06-011-1/+152
* Warn when list-assigning to TEMPFather Chrysostomos2011-06-012-1/+13
* Tests for XS lvalue functionsFather Chrysostomos2011-06-014-1/+44
* Correct mistake in perldelta temlateFather Chrysostomos2011-06-011-1/+1
* perlhack.pod: invoke git-format-patch with --attachJim Cromie2011-06-011-3/+4
* perlbug: replace all $::opt_* with %optJim Cromie2011-06-011-41/+40
* Add alternate e-mail for Dennis Kaarsemaker.Craig A. Berry2011-06-011-0/+1
* Advise the pumpking to make new maint branches available in the APCDennis Kaarsemaker2011-06-011-0/+12
* Remove unnecessary stuff from sub_lval.tFather Chrysostomos2011-05-311-3/+1
* Revert "Accept lvalue subroutines as a useful feature."Father Chrysostomos2011-05-311-10/+34
* Revert "Remove a line added by the prev commit"Father Chrysostomos2011-05-311-0/+2
* It’s still the 20th century?Father Chrysostomos2011-05-311-6/+0
* Make empty lvalue subs work correctlyFather Chrysostomos2011-05-313-16/+25
* Remove a line added by the prev commitFather Chrysostomos2011-05-311-2/+0
* Accept lvalue subroutines as a useful feature.Johan Vromans2011-05-311-34/+10
* Allow rvalue syntax in expr returned from lvalue subFather Chrysostomos2011-05-312-20/+34
* Allow lvalue subs to return TEMPsFather Chrysostomos2011-05-312-6/+12
* Revert "Allow returning of temps and ro’s from lv subs"Father Chrysostomos2011-05-312-4/+21
* reflags.t: Remove no longer applicable TODOKarl Williamson2011-05-311-6/+2
* regcomp.c: Add commentKarl Williamson2011-05-311-0/+1
* perlhack.pod: fix perlbug invocationJim Cromie (via RT)2011-05-311-1/+1
* [perl #91790] Perlguts documentation for sv_setref_pvDavid Mitchell2011-05-311-17/+21
* Allow lvalue subs to return COWs in list contextFather Chrysostomos2011-05-302-2/+9
* Allow returning of temps and ro’s from lv subsFather Chrysostomos2011-05-302-21/+4
* [perl #72706] Test recursive substr lvalueFather Chrysostomos2011-05-301-1/+19
* Make explicit return in lvalue subs work under recursionFather Chrysostomos2011-05-302-2/+13
* Bump DD’s version to 1.05Father Chrysostomos2011-05-301-1/+1
* Add Craig DeForest to AUTHORSFather Chrysostomos2011-05-301-0/+1
* [perl #31946] Warn when assigning to a TEMPFather Chrysostomos2011-05-302-0/+13
* [perl #91880] $_ refcounting problems in @INC filtersFather Chrysostomos2011-05-302-2/+24
* 2nd try: [perl #91834] utf8::decode does not respect copy-on-writeFather Chrysostomos2011-05-292-1/+15
* Revert "[perl #91834] utf8::decode does not respect copy-on-write"Father Chrysostomos2011-05-292-13/+0
* mktables: Avoid possible user-defined propertyKarl Williamson2011-05-291-1/+1
* [perl #91834] utf8::decode does not respect copy-on-writeFather Chrysostomos2011-05-292-0/+13
* Correct EnglishFather Chrysostomos2011-05-291-1/+1
* formats: allow > 256 decimal placesDavid Mitchell2011-05-291-12/+16
* Allow formats with lines >64KDavid Mitchell2011-05-292-8/+16
* pp_formline: handle growing betterDavid Mitchell2011-05-292-6/+27
* pp_formline: keep linemark consistentDavid Mitchell2011-05-292-5/+34
* pp_formline: make FF_ITEM use FF_LINEGLOB codeDavid Mitchell2011-05-291-61/+21
* pp_formline: make FF_LITERAL use FF_LINEGLOB codeDavid Mitchell2011-05-291-33/+21
* pp_formline: don't overgrow PL_formtargetDavid Mitchell2011-05-291-4/+4
* pp_formline: no need to *t = '\0' until endDavid Mitchell2011-05-291-4/+0
* pp_formline: FF_LINEGLOB: always SvCUR_setDavid Mitchell2011-05-291-11/+7
* pp_formline: don't set itemsize in FF_LINEGLOBDavid Mitchell2011-05-291-16/+3
* pp_formline: make FF_LITERAL use item_is_utf8 flagDavid Mitchell2011-05-291-2/+3
* pp_formline: don't do get mg on PL_formtargetDavid Mitchell2011-05-291-2/+2
* pp_formline: split FF_LINEGLOB into two blocksDavid Mitchell2011-05-291-1/+4