summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* fix chop formats with non PV varsDavid Mitchell2013-11-111-131/+82
* pp_formline(): document switch casesDavid Mitchell2013-11-111-18/+21
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+2
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-1/+2
* '$! = EACCESS; require ...' could failDavid Mitchell2013-10-291-0/+5
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+2
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-9/+23
* Remove unused variable 'mark' from pp_last.Nicholas Clark2013-10-041-1/+0
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-2/+0
* [perl #3112] Stop last from returning valuesFather Chrysostomos2013-09-201-3/+1
* Don’t free initial src from @INC sub too earlyFather Chrysostomos2013-09-191-0/+6
* Earlier safety check for @INC entry in pp_require.Craig A. Berry2013-09-161-0/+2
* pp_ctl.c:pp_goto: Cast a boolean properlyFather Chrysostomos2013-09-101-1/+1
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-091-9/+15
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-4/+5
* Allow 64-bit array and stack offsets in entersub & gotoFather Chrysostomos2013-09-061-1/+1
* Stop &xsub and goto &xsub from crashing on undef *_Father Chrysostomos2013-09-061-4/+6
* pp_goto: document the different branchesDavid Mitchell2013-09-061-1/+5
* Put AV defelem creation code in one placeFather Chrysostomos2013-09-061-8/+2
* Use defelems for (goto) &xsub callsFather Chrysostomos2013-09-061-1/+12
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+6
* pp_ctl.c: Use isCNTRL instead of hard-coded maskKarl Williamson2013-08-291-13/+9
* [perl #119311] Keep CvDEPTH and savestack in syncFather Chrysostomos2013-08-271-2/+2
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-1/+25
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-1/+2
* pp_ctl.c:pp_flop: Avoid redundant SvNV callsFather Chrysostomos2013-08-251-2/+4
* Use SSize_t for arraysFather Chrysostomos2013-08-251-16/+16
* Croak when range tries to extend stack too farFather Chrysostomos2013-08-251-0/+2
* pp_ctl.c:S_run_user_filter: remove GMAGICAL checkFather Chrysostomos2013-08-111-1/+1
* Handle magical return values from @INC filterFather Chrysostomos2013-08-111-0/+1
* Setting $_ to multiline glob in @INC filterFather Chrysostomos2013-08-111-1/+6
* Tying $_ in @INC filterFather Chrysostomos2013-08-111-2/+6
* Handle non-PV $_ in @INC filtersFather Chrysostomos2013-08-111-0/+1
* Avoid assert fail with s// $target = \3 /eFather Chrysostomos2013-08-091-6/+3
* reparse compile-time /(?{})/ in right scopeDavid Mitchell2013-08-061-1/+5
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-1/+1
* regexec: handle \G ourself, rather than in callersDavid Mitchell2013-07-281-7/+2
* fix 114884 positive GPOS lookbehind regex substitution failureYves Orton2013-07-281-4/+5
* [perl #78194] Make grep/map copy pad tmpsFather Chrysostomos2013-07-251-0/+5
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-8/+2
* Reinstate UTF8fFather Chrysostomos2013-06-281-3/+2
* Revert "Use UTF8f in more places"Karl Williamson2013-06-251-2/+3
* Use UTF8f in more placesFather Chrysostomos2013-06-231-3/+2
* Copy scalar refs returned from @INC filtersFather Chrysostomos2013-06-221-6/+5
* [perl #117941] eval crashes when current stash is freedFather Chrysostomos2013-06-081-1/+3
* [perl #115112] avoid repeated calls to path_is_absolute() and rename itTony Cook2013-06-041-30/+31
* stop callers of rex engine using RX_MATCH_UTF8_setDavid Mitchell2013-06-021-1/+0
* Fix -Wformat-security issuesNiko Tyni2013-05-101-3/+3
* Remove PERL_ASYNC_CHECK() from Perl_leave_scope().Nicholas Clark2013-05-091-1/+10
* silence warnings under NO_TAINT_SUPPORTDavid Mitchell2013-05-091-0/+3