summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #125373] set $! in chdir() if env not set, clarify docsTony Cook2015-07-071-0/+1
* [perl #125305] handle chdir to closed handle correctlyTony Cook2015-06-291-0/+10
* Cannot truncate to negative size.Jarkko Hietaniemi2015-06-261-4/+9
* mkdir() mode is unsigned.Jarkko Hietaniemi2015-06-261-1/+1
* gid_t signedness.Jarkko Hietaniemi2015-06-261-0/+6
* sleep() with negative argument makes no sense.Jarkko Hietaniemi2015-06-261-1/+10
* alarm() with negative argument makes no sense.Jarkko Hietaniemi2015-06-261-7/+24
* pp_return(): tail call pp_leavewrite()David Mitchell2015-06-191-2/+9
* [perl #125305] chdir("") no longer behaves like chdir()Tony Cook2015-06-171-4/+1
* clean up sv_isobject usageDaniel Dragan2015-06-111-2/+4
* [perl #125347] allow truncate to work on large files on Win32Tony Cook2015-06-101-2/+14
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* don't test non-null argsDavid Mitchell2015-03-111-1/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-2/+3
* avoid C labels in column 0David Mitchell2015-01-211-16/+16
* Remove sources of "unreferenced label" warning on Win32Steve Hay2014-12-311-0/+2
* Use gmtime’s targetFather Chrysostomos2014-12-271-2/+4
* pp_sys.c:pp_gmtime: Remove redundant EXTEND_MORTALFather Chrysostomos2014-12-271-1/+0
* [perl #123502] isnan identifier can't be used as a varDaniel Dragan2014-12-261-3/+3
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2014-12-251-1/+7
* pp_sys.c:pp_readdir: Call GIMME_V just onceFather Chrysostomos2014-12-191-1/+1
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-12/+12
* Make fileno() builtin work on directory handlesAaron Crane2014-12-071-0/+16
* pp_eof: a new SV can't have setmagicDaniel Dragan2014-12-031-4/+8
* define and use STATIC_ASSERT_STMT for compile-time invariantsLukas Mai2014-11-291-3/+3
* Change core to use is_invariant_string()Karl Williamson2014-11-261-4/+4
* Make testing for PL_encoding into a macroKarl Williamson2014-11-201-1/+1
* Don’t call STORE twice on setpgrp targetFather Chrysostomos2014-11-101-1/+2
* Don’t treat setpgrp($nonzero) as setpgrp(1)Father Chrysostomos2014-11-101-1/+1
* Fix stack-management bug when semctl encounters errorsAaron Crane2014-10-201-1/+1
* Introduce the double-diamond operator <<>>Rafael Garcia-Suarez2014-09-301-1/+1
* AIX doesn't set the length in getsockopt.Jarkko Hietaniemi2014-09-231-0/+5
* comment pp_foo aliases in pp*.cDavid Mitchell2014-09-191-0/+80
* No need to print an int as a %0.fJarkko Hietaniemi2014-09-101-4/+2
* Automate processing of op_private flagsDavid Mitchell2014-09-101-1/+1
* pp_sys.c: Generalize -B, -T for EBCDIC, clean upKarl Williamson2014-08-211-30/+39
* readlink() result buffer is not zero-terminated.Jarkko Hietaniemi2014-07-271-1/+5
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-1/+1
* Cosmetic consistency on "unimplemented function" deaths.Jarkko Hietaniemi2014-06-291-5/+5
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-90/+68
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+1
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-1/+2
* Avoid missing return warning in pp_die.Craig A. Berry2014-06-181-0/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-1/+2
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-2/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+2
* Allow to compile if don't have LC_CTYPE etc definedKarl Williamson2014-06-121-1/+1
* Removed NeXT supportBrian Fraser2014-06-111-5/+1
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+3
* Add parameters to "use locale"Karl Williamson2014-06-051-1/+1