summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Don’t treat setpgrp($nonzero) as setpgrp(1)Father Chrysostomos2015-08-171-1/+1
* [perl #123502] isnan identifier can't be used as a varDaniel Dragan2015-01-111-3/+3
* [perl #123495] Stop gmtime(nan) from crashingFather Chrysostomos2015-01-111-1/+7
* AIX doesn't set the length in getsockopt.Jarkko Hietaniemi2014-10-231-0/+5
* Uninitialized tmbuf.Jarkko Hietaniemi2014-07-221-14/+13
* 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
* [perl #118843] work around recv() behaviour on cygwinTony Cook2014-01-151-0/+8
* Make getc unset the utf8 flag on its retvalFather Chrysostomos2014-01-121-0/+1
* pp_sys.c:S_doform: remove redundant null checkFather Chrysostomos2014-01-111-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* pp_sys.c remove null checks and localityDaniel Dragan2013-12-241-6/+7
* pp_sys.c: More null check removalFather Chrysostomos2013-12-241-7/+1
* pp_sys.c: Remove redundant null checksFather Chrysostomos2013-12-231-26/+14
* pp_sys.c: Remove null checks from pp_sockpairFather Chrysostomos2013-12-231-15/+5
* refactor pp_socket, pp_socketpair, pp_bindDaniel Dragan2013-12-231-8/+10
* [perl #118651] don't overwrite $! in readdir()Tony Cook2013-12-181-1/+1
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-1/+12
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-1/+1
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-1/+1
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-1/+2
* Call select's 4th arg's magicEric Brine2013-10-181-1/+2
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-10/+0
* Removed HAS_SOCKET__bad_code_maybeBrian Fraser2013-09-211-14/+0
* Remove PERL_MICRO where it is conditionally used with other definesDavid Leadbeater2013-09-101-7/+7
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-1/+1
* [perl #119311] Keep CvDEPTH and savestack in syncFather Chrysostomos2013-08-271-1/+1
* Stop system select from croaking on read-only COW ""Father Chrysostomos2013-08-111-3/+4
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+10
* pp_sys.c: Use macro instead of reinventing itKarl Williamson2013-07-071-7/+1
* change tied_method to use SVs with precomputed hash valuesRuslan Zakirov2013-06-301-13/+13
* Remove ‘bad top format’ errorFather Chrysostomos2013-06-091-2/+1
* Stop making assumptions about uids and gids.Brian Fraser2013-06-041-43/+9
* Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems.Nicholas Clark2013-05-201-10/+0
* [perl #117743] don't warn on $@ = undef; die;Tony Cook2013-04-261-1/+2
* Remove the second param to tryAMAGICunTARGETlistFather Chrysostomos2012-12-091-1/+1
* Stop using PL_glob_index for PL_globhookFather Chrysostomos2012-12-091-4/+0
* Don’t pass PL_glob_index to glob overridesFather Chrysostomos2012-12-091-5/+10
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-31/+35
* Remove the EPOC port.Nicholas Clark2012-11-191-12/+0
* SVf_IsCOWFather Chrysostomos2012-11-141-4/+2
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-1/+1
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-6/+6
* Don’t leak when printf causes wide warningsFather Chrysostomos2012-11-021-4/+1
* Don’t leak when printfing to bad handle under fatal warningsFather Chrysostomos2012-11-021-2/+2
* fork() should return undef on failure, even in list contextJesse Luehrs2012-10-231-2/+2
* pp_sys.c: Simplify uses of sv_len_utf8Father Chrysostomos2012-10-011-15/+4
* [perl #77094] Stop printf +() from reading past SPFather Chrysostomos2012-09-241-0/+3