summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* add {} around the now two lines introduced by f7f919a0Tony Cook2021-12-071-1/+2
* Misc microoptimizations when dealing with new SVsRichard Leach2021-12-041-3/+5
* newSVpvn_flags().. is more efficient than sv_2mortal(newSVpvn(..))Richard Leach2021-11-291-1/+1
* newSVpvn_flags(x, .. ,SVs_TEMP) more efficient than sv_2mortal(newSVpv(x,0))Richard Leach2021-11-291-2/+6
* pp_system: safe to switch in sv_setpvn_fresh hereRichard Leach2021-11-011-1/+1
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-4/+0
* Free tied hash iterator state immediately at the `untie` callNicholas Clark2021-09-221-0/+12
* detect struct stat.st_dev's size and signedness, and return it safelyTony Cook2021-09-011-0/+31
* pp_tie should completely reset the underlying hash's iterator state.Nicholas Clark2021-08-251-0/+1
* pp_tie should use HvEITER_get() instead of HvEITER().Nicholas Clark2021-08-241-1/+1
* fix magic and upgraded SV handling for setsockopt()'s OPTVALTony Cook2021-06-231-2/+3
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-14/+14
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1993/+1993
* Win32: implement symlink() and readlink()Tony Cook2020-12-011-3/+3
* fetch magic on the first stacked filetest, not the lastTony Cook2020-11-111-1/+1
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-1/+1
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* pp_sys.c: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-19/+5
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* pp_sys.c: don't hardcode socket address buffer sizeTomasz Konojacki2020-05-191-2/+6
* Revert "pp_(get|set)priority: remove ancient glibc C++ workaround"Dagfinn Ilmari Mannsåker2020-02-121-2/+15
* pp_sys.c: add casts to silence Win32 build warningsYves Orton2020-02-081-5/+5
* pp_(get|set)priority: remove ancient glibc C++ workaroundDagfinn Ilmari Mannsåker2020-02-041-10/+2
* (perl #134291) propagate non-PVs in $@ in bare die()Tony Cook2019-07-221-1/+1
* pp_sys.c: fix the position of HAS_SETNETENT definementAlexandr Savca2019-07-091-1/+1
* pp.c, pp_sys.c: Use DO_UTF8 instead of its expansionKarl Williamson2019-03-191-1/+1
* First "eof" should return trueHauke D2019-01-021-1/+1
* Remove 1 comparison whose result is always the same.James E Keenan2018-11-251-2/+1
* Cast away const from AIX' accessx() path argumentDagfinn Ilmari Mannsåker2018-10-231-2/+2
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-66/+14
* pp_warn: use MEXTEND rather than EXTENDDavid Mitchell2018-01-311-1/+1
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-6/+0
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-0/+6
* Reenable numeric first argument of system() on VMS.Craig A. Berry2018-01-011-1/+1
* make PerlIO handle FD_CLOEXECZefram2017-12-221-6/+0
* set FD_CLOEXEC atomically in easy casesZefram2017-12-221-34/+13
* preserve numericness of system() args on Win32Zefram2017-12-221-4/+31
* semicolon-friendly diagnostic controlZefram2017-12-161-8/+8
* perform system() arg processing before forkZefram2017-12-161-6/+10
* make exec keep its argument list more reliablyZefram2017-12-141-2/+0
* handle null op_next in stacked filetestsZefram2017-12-061-1/+1
* revert changes to st_ino signedness handlingZefram2017-12-011-5/+4
* More robust version of 793c2ded.Jarkko Hietaniemi2017-11-291-8/+5
* False false.Jarkko Hietaniemi2017-11-281-1/+1
* STDCHAR * might not be char *.Jarkko Hietaniemi2017-11-281-1/+1
* In some systems st.ino is never negative.Jarkko Hietaniemi2017-11-281-0/+4
* pp_sys.c: Avoid reparsing stringKarl Williamson2017-11-241-2/+6
* correctly error on -k "nonexistent" on WindowsZefram2017-11-171-18/+0
* set $! when statting a closed filehandleZefram2017-11-151-9/+13