summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Quick fix (after couple of clever fixes failed) forNick Ing-Simmons2001-12-291-5/+11
* BeOS has times() tick of 1000000, not CLK_TCK (1000)Jarkko Hietaniemi2001-12-261-0/+4
* socketpair emulationNicholas Clark2001-12-231-1/+1
* No link(), no need to dSP.Jarkko Hietaniemi2001-12-121-2/+1
* chdir() with an empty tainted argument on Win32Abe Timmerman2001-12-021-0/+1
* system and taintednessRadu Greab2001-11-261-0/+10
* $$ readonly, take twoMichael G. Schwern2001-11-251-1/+4
* All of syswrite/send/sendto need to return character counts,Jarkko Hietaniemi2001-11-181-3/+2
* syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-181-0/+3
* skip "might be used uninitialized".Jarkko Hietaniemi2001-11-151-2/+3
* A bool is not a pointer.Jarkko Hietaniemi2001-11-141-1/+1
* Fix for the :utf8 read() bug noticed by Matt Sergeant:Jarkko Hietaniemi2001-11-131-3/+16
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+3
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-20/+20
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-5/+5
* coredump fix in pp_accept()Anton Berezin2001-10-171-3/+2
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-15/+15
* Deprecating chdir(undef)/chdir('')Michael G. Schwern2001-09-251-11/+16
* pp_chdir Win32 fixMichael G. Schwern2001-09-211-2/+4
* Re: [BUG?] chdir(undef) == chdir() probably a bugMichael G. Schwern2001-09-171-19/+14
* Silence the remaing format warningRobin Barker2001-09-071-1/+1
* Custom OpsSimon Cozens2001-08-271-1/+1
* Re: Can't localize *FH, then tie itAbhijit Menon-Sen2001-08-121-28/+63
* Get rid of indread, from Abhijit Menon-Sen.Jarkko Hietaniemi2001-08-111-9/+0
* Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEYAbhijit Menon-Sen2001-08-081-0/+1
* Make perl fork()-safe (in a slightly limited way) even onGurusamy Sarathy2001-07-201-12/+3
* fix PTHREAD_ATFORK croaking too early, too oftenCoral2001-07-171-0/+4
* Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?Barrie Slaymaker2001-07-121-5/+0
* Small fix to pp_gmtimeArtur Bergman2001-07-111-3/+5
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-3/+3
* gcc -Wall lint after #11051.Jarkko Hietaniemi2001-06-301-1/+0
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-5/+0
* Microperl findings.Jarkko Hietaniemi2001-06-251-62/+62
* Re: [PATCH 5.6.1] misprintsIlya Zakharevich2001-06-251-1/+1
* RETURN requires dSP in pp_sys.cCraig A. Berry2001-06-251-1/+2
* Undo the filetests part of #10900, under multiplicityJarkko Hietaniemi2001-06-241-20/+20
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-70/+66
* Patch: pp_system() bounces out of Cygwin subsystemBrian Jepson2001-06-241-1/+1
* The #10881 was too vigorous in pp_system() in moving 'unused'Jarkko Hietaniemi2001-06-241-2/+2
* Remove tautology in error messagesMike Guy2001-06-241-7/+7
* Re: [PATCH 5.6.1] pp_sys.c warningsIlya Zakharevich2001-06-241-14/+23
* MPE/iX prototype nits from Mark Bixby.Jarkko Hietaniemi2001-06-221-2/+2
* Security tweak on readlink().Jarkko Hietaniemi2001-06-201-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+4
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-58/+56
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-031-1/+1
* Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-311-2/+2
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-2/+2
* IV/UV casting fixes from Nicholas Clark.Jarkko Hietaniemi2001-05-241-2/+2
* [LARGE!] symbolic magicDave Mitchell2001-05-201-18/+22