summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* recv: reset stack when returning undefDavid Mitchell2017-06-221-2/+2
* pp_leavewrite: extend stack for return valueDavid Mitchell2017-06-221-0/+2
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-051-5/+3
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-1/+1
* Moving variables to their innermost scope.Andy Lester2017-02-181-6/+3
* Fix memory leak in generating an exception messageAaron Crane2017-02-041-1/+1
* RT#130623: assertions when tying into non-packagesAaron Crane2017-01-241-6/+19
* Reading/writing bytes from :utf8 handles will be fatal in 5.30Abigail2017-01-161-2/+4
* Opening a file and dir using the same symbol will be fatal in 5.28.Abigail2017-01-161-2/+2
* pp_sys.c: White space onlyKarl Williamson2017-01-131-5/+5
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-27/+27
* Improve error for missing tie() pacakge/methodDagfinn Ilmari Mannsåker2016-11-141-4/+17
* make the sysread()/syswrite/() etc :utf8 handle warnings defaultTony Cook2016-11-141-6/+6
* (perl #129130) make chdir allocate the stack it needsTony Cook2016-10-241-0/+1
* pp_sys.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-4/+4
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-6/+2
* Use new is_utf8_valid_partial_char()Karl Williamson2016-08-311-4/+4
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-311-1/+1
* [perl #128740] Check for null in pp_ghostent et al.Father Chrysostomos2016-08-011-3/+1
* (perl #128316) preserve errno from failed system callsTony Cook2016-06-161-2/+2
* make gimme consistently U8David Mitchell2016-02-031-5/+5
* convert CX_PUSHFORMAT/POPFORMAT to inline fnsDavid Mitchell2016-02-031-2/+2
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-2/+2
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-2/+2