summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary TAINT_NOTFather Chrysostomos2011-06-071-1/+0
* [perl #92290, #92406] Returning a pad var from lv subFather Chrysostomos2011-06-071-2/+12
* [perl #90006] out of memory during thread cloneDavid Mitchell2011-06-061-0/+3
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-2/+24
* Follow-up to d34a6664Father Chrysostomos2011-06-031-0/+2
* Move the lvalue code from pp_return into a separate funcFather Chrysostomos2011-06-031-7/+36
* Make explicit return in lvalue subs work under recursionFather Chrysostomos2011-05-301-1/+1
* [perl #91880] $_ refcounting problems in @INC filtersFather Chrysostomos2011-05-301-1/+3
* formats: allow > 256 decimal placesDavid Mitchell2011-05-291-12/+16
* Allow formats with lines >64KDavid Mitchell2011-05-291-7/+7
* pp_formline: handle growing betterDavid Mitchell2011-05-291-5/+18
* pp_formline: keep linemark consistentDavid Mitchell2011-05-291-4/+10
* 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-291-7/+28
* better document format codeDavid Mitchell2011-05-291-27/+27
* RT #91032: formline: bugs with non-string formatsDavid Mitchell2011-05-291-27/+47
* [perl #72724] explicit return doesn’t work with lvalue subsFather Chrysostomos2011-05-271-2/+5
* unused variables in pp_ctl.cRobin Barker2011-05-191-3/+3
* given wasn't calling set magic [RT#84526]Eric Brine2011-05-181-1/+1
* In S_doparseform(), don't force the pattern to a string. This resolves #79532Nicholas Clark2011-05-181-8/+2
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-181-20/+29
* S_doparseform() should return void, not OP*, as it should use Perl_die not DIENicholas Clark2011-05-181-8/+4
* Make ‘require func()’ work with .pm abs pathv5.14.0-RC3Father Chrysostomos2011-05-111-1/+2
* dispatch signals when leaving an evalDavid Mitchell2011-04-191-0/+2
* [perl #87064] eval no longer shares filtersFather Chrysostomos2011-04-031-2/+2
* pp_regcomp: don't unset RXf_TAINTEDDavid Mitchell2011-02-181-2/+0
* taint REGEX SVs as well as refs to themDavid Mitchell2011-02-181-1/+3
* document how tainting works with pattern matchingDavid Mitchell2011-02-161-2/+5
* fix many s/// tainting bugsDavid Mitchell2011-02-161-8/+43
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-1/+1
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-7/+7
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-3/+3
* standardise amagic method namingDavid Mitchell2010-12-311-1/+1
* [perl #68712] caller() filenames broken by "use"Father Chrysostomos2010-12-101-6/+4
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-0/+19
* stopgap hack for $@ as unwinding reason indicatorZefram2010-12-071-0/+34
* Avoid redundant hv_delete call in pp_enterevalFather Chrysostomos2010-11-261-1/+1
* Stop eval "BEGIN{die}" from leakingFather Chrysostomos2010-11-261-1/+8