summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor pp_tiedDaniel Dragan2014-06-041-6/+8
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-2/+2
* Followup to 316ebaf (aka perl #121894).Jarkko Hietaniemi2014-05-291-0/+1
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-44/+122
* Uninitialized tmbuf.Jarkko Hietaniemi2014-05-291-14/+13
* pp_sys.c: Optimize out a call to PerlIO_get_cntNiels Thykier2014-05-281-2/+3
* [perl #121112] only warn if newline is the last non-NUL characterTony Cook2014-05-281-9/+10
* Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw().Nicholas Clark2014-03-191-4/+3
* tbuffer_t no longer exists on VMS.Craig A. Berry2014-03-021-7/+0
* pp_tms should use a local struct tms, instead of PL_timesbuf.Nicholas Clark2014-03-011-10/+13
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1