summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* If wait() or waitpid() ends due to EINTR despatch perl interrupt handlerNick Ing-Simmons2001-05-091-0/+12
* Multiplicity and thread fixes for VMSDan Sugalski2001-05-021-1/+3
* Based onOlaf Flebbe2001-04-021-0/+4
* Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i...Radu Greab2001-03-301-24/+0
* Too much cut-and-paste in #9363.Jarkko Hietaniemi2001-03-261-2/+4
* socket() leaks file descriptorsBenjamin Sugars2001-03-261-0/+6
* Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length i...Radu Greab2001-03-251-0/+24
* If stdin, stdout or stderr get opened in unexpected read/write stateNick Ing-Simmons2001-03-221-2/+1
* downgrading to bytes for common functionsAndrew Pimlott2001-03-071-7/+7
* Some tests for Camel 3rd edition features.Nick Ing-Simmons2001-03-051-2/+2
* [perl-5.6.x, perl-current] accept for EPOCOlaf Flebbe2001-03-031-1/+2
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-125/+125