This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove incorrect doc para about exit from BEGIN
[perl5.git] / pp_sys.c
2017-12-06 Zeframhandle null op_next in stacked filetests
2017-12-01 Zeframrevert changes to st_ino signedness handling
2017-11-29 Jarkko HietaniemiMore robust version of 793c2ded.
2017-11-28 Jarkko HietaniemiFalse false.
2017-11-28 Jarkko HietaniemiSTDCHAR * might not be char *.
2017-11-28 Jarkko HietaniemiIn some systems st.ino is never negative.
2017-11-25 Karl Williamsonpp_sys.c: Avoid reparsing string
2017-11-17 Zeframcorrectly error on -k "nonexistent" on Windows
2017-11-15 Zeframset $! when statting a closed filehandle
2017-11-11 Zeframsuppress clang warning in inode number handling
2017-11-11 Zeframreturn inode numbers as strings where necessary
2017-11-06 Karl Williamsonpp_sys.c; Use memchr instead of strchr
2017-11-02 Nicolas RAvoid a segfault when untying an object
2017-11-02 Tony Cook(perl #131895) fail stat on names with \0 embedded
2017-10-21 Aaron Cranepp_sys.c: simplify cpp conditionals
2017-07-27 David Mitchellpp_readline,close,getc: explain NULL stack arg
2017-07-27 David Mitchellmake callers of SvTRUE() more efficient
2017-07-27 David Mitchelluse the new PL_sv_zero in obvious places
2017-07-02 Father Chrysostomos[perl #131645] Fix assert fail in pp_sselect
2017-06-22 David Mitchellrecv: reset stack when returning undef
2017-06-22 David Mitchellpp_leavewrite: extend stack for return value
2017-06-05 Dagfinn Ilmari Man... Disallow opening the same symbol as both a file and...
2017-06-01 Dagfinn Ilmari Man... Eliminate remaining uses of PL_statbuf
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-04 Aaron CraneFix memory leak in generating an exception message
2017-01-24 Aaron CraneRT#130623: assertions when tying into non-packages
2017-01-16 AbigailReading/writing bytes from :utf8 handles will be fatal...
2017-01-16 AbigailOpening a file and dir using the same symbol will be...
2017-01-13 Karl Williamsonpp_sys.c: White space only
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 Dagfinn Ilmari Man... Improve error for missing tie() pacakge/method
2016-11-14 Tony Cookmake the sysread()/syswrite/() etc :utf8 handle warning...
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
next