summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Now that I_SYS_SYSCALL is defined, use itH.Merijn Brand2023-04-301-0/+4
* pp_sys.c - suppress warning about comparison to unsigned valueYves Orton2023-03-291-0/+6
* getsockopt: increase the buffer size for getsockopt()Tony Cook2023-03-231-3/+6
* fix check order for filetest overloadDavid Mitchell2023-02-281-2/+4
* Replace SvGROW with sv_grow_fresh in perl.c, pp_sys.c, toke.cRichard Leach2022-11-301-3/+2
* only fully calculate the stash (effective) name where neededTony Cook2022-11-181-1/+1
* Add mutexes around calls in pp_sys.cKarl Williamson2022-09-291-2/+13
* sv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and HEKf for use in error m...Yves Orton2022-08-251-5/+9
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-0/+17
* Replace sv_2mortal(newSVhek( with newSVhek_mortalRichard Leach2022-08-051-1/+1
* Make 4-argument select() handle UTF8-flagged strings correctly.Felipe Gasper2022-07-191-1/+4
* setsockopt: treat boolean values as numbersTAKAI Kousuke2022-07-111-1/+1
* setsockopt: use SvPOK to determine whether OPTVAL is string or integerTAKAI Kousuke2022-07-111-1/+1
* perlapi: Note PL_defoutgv is ref'd by setdefout()Karl Williamson2022-07-021-0/+4
* Convert '!!' to cBOOL()Karl Williamson2022-06-141-2/+4
* Drop the unused hv argument from S_hv_free_ent_ret()Nicholas Clark2022-03-191-2/+2
* 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