This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
speed up AV and HV clearing/undeffing
[perl5.git] / pp_sys.c
2016-10-24 Tony Cook(perl #129130) make chdir allocate the stack it needs
2016-10-19 Yves Ortonpp_sys.c: use new SvPVCLEAR and constant string friendl...
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-01 Karl WilliamsonUse new is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-08-01 Father Chrysostomos[perl #128740] Check for null in pp_ghostent et al.
2016-06-16 Tony Cook(perl #128316) preserve errno from failed system calls origin/tonyc/128316-errno-sanity
2016-02-03 David Mitchellmake gimme consistently U8
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David Mitchellrename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc
2016-02-03 David MitchellPUSHFORMAT: don't use implicit args
2016-02-03 David MitchellPUSHBLOCK: don't use implicit args
2016-02-03 David Mitchellmove PL_savestack_ix saving into PUSHBLOCK
2016-02-03 David Mitchelleliminate PERL_STACK_OVERFLOW_CHECK
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchelladd CX_CUR() macro
2016-02-03 David Mitchellmake POPSUB and POPFORMAT re-entrant safe
2016-02-03 David Mitchelladd CX_POP(cx) macro: glorified cxstack_ix--
2016-02-03 David Mitchellmove CX_LEAVE_SCOPE outside the POPFOO's
2016-02-03 David Mitchellremove newpm param from POPBLOCK() macro.
2016-02-03 David Mitchellreverse the order of POPBLOCK; POPFOO
2016-02-03 David MitchellPOPBLOCK: don't set newsp and gimme
2016-02-03 David MitchellCXt_FORMAT: save ss_ix and tmps_floor in CX struct
2016-02-03 David Mitchellsave old PL_comppad in CXt_SUB/FORMAT block
2015-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-10-28 David Mitchellpp_sys.c: silence g++ compiler warning
2015-10-08 Daniel Draganpartial PL_statbuf removal
2015-10-02 David Mitchellfix up EXTEND() callers
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-16 Andy Broadamigaos4: move the amigaos exec code under amigaos4
2015-09-05 Andy Broadamigaos4: fork child handling
2015-09-05 Andy Broadamigaos4: use amigaos glue for exec(), system(), waitpid()
2015-09-05 Andy Broadamigaos4: save and restore stdio handles around exec
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-26 Jarkko HietaniemiExplicitly use and check for FD_CLOEXEC.
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-07-22 Jarkko HietaniemiConvert pp_sys to use the time64 public interface.
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-27 Jarkko HietaniemiCannot truncate to negative size.
2015-06-27 Jarkko Hietaniemimkdir() mode is unsigned.
2015-06-27 Jarkko Hietaniemigid_t signedness.
2015-06-27 Jarkko Hietaniemisleep() with negative argument makes no sense.
2015-06-27 Jarkko Hietaniemialarm() with negative argument makes no sense.
2015-06-19 David Mitchellpp_return(): tail call pp_leavewrite()
2015-06-17 Tony Cook[perl #125305] chdir("") no longer behaves like chdir()
2015-06-11 Daniel Draganclean up sv_isobject usage
2015-06-09 Tony Cook[perl #125347] allow truncate to work on large files...
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-11 David Mitchelldon't test non-null args
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-01-21 David Mitchellavoid C labels in column 0
2014-12-31 Steve HayRemove sources of "unreferenced label" warning on Win32
2014-12-28 Father ChrysostomosUse gmtime’s target
2014-12-28 Father Chrysostomospp_sys.c:pp_gmtime: Remove redundant EXTEND_MORTAL
2014-12-26 Daniel Dragan[perl #123502] isnan identifier can't be used as a var
2014-12-25 Father Chrysostomos[perl #123495] Stop gmtime(nan) from crashing
2014-12-20 Father Chrysostomospp_sys.c:pp_readdir: Call GIMME_V just once
2014-12-20 Father ChrysostomosUse GIMME_V in preference to GIMME
2014-12-07 Aaron CraneMake fileno() builtin work on directory handles
2014-12-03 Daniel Draganpp_eof: a new SV can't have setmagic
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-11 Father ChrysostomosDon’t call STORE twice on setpgrp target
2014-11-11 Father ChrysostomosDon’t treat setpgrp($nonzero) as setpgrp(1)
2014-10-20 Aaron CraneFix stack-management bug when semctl encounters errors
2014-09-30 Rafael Garcia-SuarezIntroduce the double-diamond operator <<>>
2014-09-23 Jarkko HietaniemiAIX doesn't set the length in getsockopt.
2014-09-19 David Mitchellcomment pp_foo aliases in pp*.c
2014-09-10 Jarkko HietaniemiNo need to print an int as a %0.f
2014-09-10 David MitchellAutomate processing of op_private flags
2014-08-21 Karl Williamsonpp_sys.c: Generalize -B, -T for EBCDIC, clean up
2014-07-28 Jarkko Hietaniemireadlink() result buffer is not zero-terminated.
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-30 Jarkko HietaniemiCosmetic consistency on "unimplemented function" deaths.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-18 Craig A. BerryAvoid missing return warning in pp_die.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-11 Brian FraserRemoved NeXT support
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-04 Daniel Draganrefactor pp_tied
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiFollowup to 316ebaf (aka perl #121894).
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiUninitialized tmbuf.
2014-05-28 Niels Thykierpp_sys.c: Optimize out a call to PerlIO_get_cnt
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-03-19 Nicholas ClarkChange core uses of Perl_do_openn() to Perl_do_open6...
2014-03-02 Craig A. Berrytbuffer_t no longer exists on VMS.
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-01-14 Tony Cook[perl #118843] work around recv() behaviour on cygwin
next