summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* suppress clang warning in inode number handlingZefram2017-11-111-0/+2
* return inode numbers as strings where necessaryZefram2017-11-111-7/+55
* pp_sys.c; Use memchr instead of strchrKarl Williamson2017-11-061-1/+2
* Avoid a segfault when untying an objectNicolas R2017-11-021-1/+1
* (perl #131895) fail stat on names with \0 embeddedTony Cook2017-11-021-6/+23
* pp_sys.c: simplify cpp conditionalsAaron Crane2017-10-211-67/+35
* pp_readline,close,getc: explain NULL stack argDavid Mitchell2017-07-271-0/+4
* make callers of SvTRUE() more efficientDavid Mitchell2017-07-271-1/+1
* use the new PL_sv_zero in obvious placesDavid Mitchell2017-07-271-5/+5
* [perl #131645] Fix assert fail in pp_sselectFather Chrysostomos2017-07-021-6/+15