summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* pp_formline: FF_LINEGLOB: hoist 2 vars to fn scopeDavid Mitchell2011-05-291-2/+4
* pp_formline: reduce indent in FF_LINEGLOBDavid Mitchell2011-05-291-52/+50
* pp_formline: restruture FF_LINEGLOBDavid Mitchell2011-05-291-6/+8
* pp_formline: combine two similar code chunksDavid Mitchell2011-05-291-9/+7
* stop ~ in format modifying format stringDavid Mitchell2011-05-292-11/+59
* better document format codeDavid Mitchell2011-05-292-46/+46
* RT #91032: formline: bugs with non-string formatsDavid Mitchell2011-05-292-28/+95
* Make sigblocking tests more independentLeon Timmermans2011-05-291-8/+5
* perlre: Fix some line wrap issuesKarl Williamson2011-05-282-3/+2
* perlre: Fix some line wrap issuesKarl Williamson2011-05-282-24/+25
* perlre: Change C<> to L<>Karl Williamson2011-05-282-2/+2
* perlrun: Add link to clarificationKarl Williamson2011-05-281-0/+1
* Upgrade Data::Dumper to 2.131Steffen Mueller2011-05-283-5/+26
* feature.pm: Improve pod wordingJohan Vromans2011-05-271-3/+13
* [perl #72724] explicit return doesn’t work with lvalue subsFather Chrysostomos2011-05-272-5/+9
* podcheck.t: Guard against transitory filesKarl Williamson2011-05-271-6/+11
* Add more to-do tests for explicit return from lvalue subFather Chrysostomos2011-05-261-2/+47
* Move a test to the right fileFather Chrysostomos2011-05-262-19/+19
* regcomp.c: Fix memory leak regressionNicholas Clark2011-05-264-99/+15
* podcheck.t: Add comment, explicit returnKarl Williamson2011-05-261-0/+4
* podcheck.t: Skip broken symbolic linksKarl Williamson2011-05-261-2/+13
* podcheck.t: Skip some more non-pod filesKarl Williamson2011-05-261-2/+10
* podcheck.t: Force non-utf8 reading of filesKarl Williamson2011-05-251-3/+3
* [perl #91614] Suggestion for improving documentation of $!John P. Linderman2011-05-251-15/+18
* podcheck.t: Skip files left by patchFather Chrysostomos2011-05-241-2/+3
* [perl #90888] each(ARRAY) on scalar context should wrapped into defined()Hojung Yoon2011-05-242-5/+49
* Add Hojung Yoon to AUTHORSFather Chrysostomos2011-05-241-0/+1
* In Perl_pv_escape(), avoid reading 1 byte beyond the end of the buffer.Nicholas Clark2011-05-241-1/+1