| Commit message (Expand) | Author | Age | Files | Lines |
* | Disallow opening the same symbol as both a file and directory handle | Dagfinn Ilmari Mannsåker | 2017-06-05 | 1 | -5/+3 |
* | Eliminate remaining uses of PL_statbuf | Dagfinn Ilmari Mannsåker | 2017-06-01 | 1 | -1/+1 |
* | Moving variables to their innermost scope. | Andy Lester | 2017-02-18 | 1 | -6/+3 |
* | Fix memory leak in generating an exception message | Aaron Crane | 2017-02-04 | 1 | -1/+1 |
* | RT#130623: assertions when tying into non-packages | Aaron Crane | 2017-01-24 | 1 | -6/+19 |
* | Reading/writing bytes from :utf8 handles will be fatal in 5.30 | Abigail | 2017-01-16 | 1 | -2/+4 |
* | Opening a file and dir using the same symbol will be fatal in 5.28. | Abigail | 2017-01-16 | 1 | -2/+2 |
* | pp_sys.c: White space only | Karl Williamson | 2017-01-13 | 1 | -5/+5 |
* | Change white space to avoid C++ deprecation warning | Karl Williamson | 2016-11-18 | 1 | -27/+27 |
* | Improve error for missing tie() pacakge/method | Dagfinn Ilmari Mannsåker | 2016-11-14 | 1 | -4/+17 |
* | make the sysread()/syswrite/() etc :utf8 handle warnings default | Tony Cook | 2016-11-14 | 1 | -6/+6 |
* | (perl #129130) make chdir allocate the stack it needs | Tony Cook | 2016-10-24 | 1 | -0/+1 |
* | pp_sys.c: use new SvPVCLEAR and constant string friendly macros | Yves Orton | 2016-10-19 | 1 | -4/+4 |
* | Add is_utf8_fixed_width_buf_flags() and use it | Karl Williamson | 2016-09-25 | 1 | -6/+2 |
* | Use new is_utf8_valid_partial_char() | Karl Williamson | 2016-08-31 | 1 | -4/+4 |
* | Use new name 'is_utf8_invariant_string' in core | Karl Williamson | 2016-08-31 | 1 | -1/+1 |
* | [perl #128740] Check for null in pp_ghostent et al. | Father Chrysostomos | 2016-08-01 | 1 | -3/+1 |
* | (perl #128316) preserve errno from failed system calls | Tony Cook | 2016-06-16 | 1 | -2/+2 |
* | make gimme consistently U8 | David Mitchell | 2016-02-03 | 1 | -5/+5 |
* | convert CX_PUSHFORMAT/POPFORMAT to inline fns | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | convert CX_PUSH/POP/TOPBLOCK to inline fns | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | PUSHFORMAT: don't use implicit args | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | PUSHBLOCK: don't use implicit args | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | move PL_savestack_ix saving into PUSHBLOCK | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | eliminate PERL_STACK_OVERFLOW_CHECK | David Mitchell | 2016-02-03 | 1 | -3/+1 |
* | rename POPFOO() to CX_POPFOO() | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | add CX_CUR() macro | David Mitchell | 2016-02-03 | 1 | -2/+2 |
* | make POPSUB and POPFORMAT re-entrant safe | David Mitchell | 2016-02-03 | 1 | -1/+4 |
* | add CX_POP(cx) macro: glorified cxstack_ix-- | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | move CX_LEAVE_SCOPE outside the POPFOO's | David Mitchell | 2016-02-03 | 1 | -0/+1 |
* | remove newpm param from POPBLOCK() macro. | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | reverse the order of POPBLOCK; POPFOO | David Mitchell | 2016-02-03 | 1 | -2/+5 |
* | POPBLOCK: don't set newsp and gimme | David Mitchell | 2016-02-03 | 1 | -4/+1 |
* | CXt_FORMAT: save ss_ix and tmps_floor in CX struct | David Mitchell | 2016-02-03 | 1 | -4/+0 |
* | save old PL_comppad in CXt_SUB/FORMAT block | David Mitchell | 2016-02-03 | 1 | -1/+0 |
* | [perl #126480] pipe() doesn't need the assertions | Tony Cook | 2015-11-24 | 1 | -2/+0 |
* | pp_sys.c: silence g++ compiler warning | David Mitchell | 2015-10-28 | 1 | -2/+10 |
* | partial PL_statbuf removal | Daniel Dragan | 2015-10-08 | 1 | -3/+7 |
* | fix up EXTEND() callers | David Mitchell | 2015-10-02 | 1 | -1/+7 |
* | amigaos4: use #ifdef/ifndef __amigaos4__ when feasible | Andy Broad | 2015-09-16 | 1 | -3/+3 |
* | amigaos4: move the amigaos exec code under amigaos4 | Andy Broad | 2015-09-16 | 1 | -16/+1 |
* | amigaos4: fork child handling | Andy Broad | 2015-09-05 | 1 | -1/+1 |
* | amigaos4: use amigaos glue for exec(), system(), waitpid() | Andy Broad | 2015-09-05 | 1 | -4/+52 |
* | amigaos4: save and restore stdio handles around exec | Andy Broad | 2015-09-05 | 1 | -0/+15 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -3/+3 |
* | Explicitly use and check for FD_CLOEXEC. | Jarkko Hietaniemi | 2015-08-26 | 1 | -11/+13 |
* | [perl #125760] deprecate sys(read|write)(), send(), recv() on :utf8 | Tony Cook | 2015-08-17 | 1 | -0/+8 |
* | Convert pp_sys to use the time64 public interface. | Jarkko Hietaniemi | 2015-07-22 | 1 | -3/+2 |
* | [perl #125373] set $! in chdir() if env not set, clarify docs | Tony Cook | 2015-07-07 | 1 | -0/+1 |