This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / pp_sys.c
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-05 Richard LeachReplace sv_2mortal(newSVhek( with newSVhek_mortal
2022-07-19 Felipe GasperMake 4-argument select() handle UTF8-flagged strings...
2022-07-11 TAKAI Kousukesetsockopt: treat boolean values as numbers
2022-07-11 TAKAI Kousukesetsockopt: use SvPOK to determine whether OPTVAL is...
2022-07-02 Karl Williamsonperlapi: Note PL_defoutgv is ref'd by setdefout()
2022-06-14 Karl WilliamsonConvert '!!' to cBOOL()
2022-03-19 Nicholas ClarkDrop the unused hv argument from S_hv_free_ent_ret()
2021-12-06 Tony Cookadd {} around the now two lines introduced by f7f919a0
2021-12-04 Richard LeachMisc microoptimizations when dealing with new SVs
2021-11-28 Richard LeachnewSVpvn_flags().. is more efficient than sv_2mortal...
2021-11-28 Richard LeachnewSVpvn_flags(x, .. ,SVs_TEMP) more efficient than...
2021-10-31 Richard Leachpp_system: safe to switch in sv_setpvn_fresh here
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-09-22 Nicholas ClarkFree tied hash iterator state immediately at the `untie...
2021-09-01 Tony Cookdetect struct stat.st_dev's size and signedness, and...
2021-08-25 Nicholas Clarkpp_tie should completely reset the underlying hash...
2021-08-24 Nicholas Clarkpp_tie should use HvEITER_get() instead of HvEITER(). 19079/head
2021-06-23 Tony Cookfix magic and upgraded SV handling for setsockopt(...
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-12-01 Tony CookWin32: implement symlink() and readlink()
2020-11-11 Tony Cookfetch magic on the first stacked filetest, not the...
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-09-04 Karl WilliamsonReorganize perlapi
2020-08-19 Karl Williamsonpp_sys.c: Convert to use av_count()
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-05-19 Tomasz Konojackipp_sys.c: don't hardcode socket address buffer size
2020-02-12 Dagfinn Ilmari Man... Revert "pp_(get|set)priority: remove ancient glibc...
2020-02-08 Yves Ortonpp_sys.c: add casts to silence Win32 build warnings
2020-02-04 Dagfinn Ilmari Man... pp_(get|set)priority: remove ancient glibc C++ workaround
2019-07-22 Tony Cook(perl #134291) propagate non-PVs in $@ in bare die()
2019-07-09 Alexandr Savcapp_sys.c: fix the position of HAS_SETNETENT definement
2019-03-19 Karl Williamsonpp.c, pp_sys.c: Use DO_UTF8 instead of its expansion
2019-01-02 Hauke DFirst "eof" should return true
2018-11-26 James E KeenanRemove 1 comparison whose result is always the same.
2018-10-23 Dagfinn Ilmari Man... Cast away const from AIX' accessx() path argument
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-01-31 David Mitchellpp_warn: use MEXTEND rather than EXTEND
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2018-01-01 Craig A. BerryReenable numeric first argument of system() on VMS.
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 Zeframset FD_CLOEXEC atomically in easy cases
2017-12-22 Zeframpreserve numericness of system() args on Win32
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-16 Zeframperform system() arg processing before fork
2017-12-14 Zeframmake exec keep its argument list more reliably
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
next