summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* cygwin updateFifer, Eric1999-08-011-2/+2
* rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy1999-08-011-3/+3
* Need to add some more conditions to deal with the caseNorton T. Allen1999-07-281-2/+4
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-1/+9
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-3/+39
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-5/+5
* better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-071-10/+26
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-8/+8
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-061-0/+7
|\
| * Integrate with mainperl.Jarkko Hietaniemi1999-07-051-0/+4
| |\ | |/ |/|
* | Long-standing UDP sockets bug on OS/2Ilya Zakharevich1999-07-051-0/+4
| * Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-1/+1
| * Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-0/+3
|/
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-6/+0
* win32 build fixesGurusamy Sarathy1999-06-101-5/+5
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-208/+208
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-31/+28
* avoid dereferencing null pointer from getpwent() et alGurusamy Sarathy1999-06-021-7/+11
* remove _() non-ansismGurusamy Sarathy1999-06-021-10/+10
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-021-10/+14
|\
| * Make Configure support the change #3367,Jarkko Hietaniemi1999-05-291-10/+14
* | remove stray K&R-ismsGurusamy Sarathy1999-06-021-10/+8
|/
* shadow password support for Solaris (needs Configure help toPatrick O'Brien1999-05-101-0/+30
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-2/+2
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-0/+3
* Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.Nick Ing-Simmons1999-05-081-2/+85
* Implement open( my $fh, ...) and similar.Nick Ing-Simmons1999-05-071-0/+4
* open(FH,undef) # creates new_tmpfile opened read/writeNick Ing-Simmons1999-05-061-0/+12
* allow embedded null characters in diagnosticsGurusamy Sarathy1999-04-261-22/+30
* Integrate from mainperl.Jarkko Hietaniemi1999-04-041-7/+7
|\
| * correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-7/+7
* | Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).John Bley1999-04-031-5/+5
|/
* Integrate from mainperl.Jarkko Hietaniemi1999-03-231-1/+1
|\
| * update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* | First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-2/+2
|/
* allow C<select('foo')> to autovivify *foo (SelectSaver expects that)Gurusamy Sarathy1999-02-141-7/+2
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-2/+7
* telldir prototype issue, from mists of time...Jarkko Hietaniemi1999-02-021-1/+5
* Two-argument eaccess() of SCO.Jarkko Hietaniemi1999-01-211-6/+14
* fix outdated/incorrect info about arbitrary limitsGurusamy Sarathy1998-12-061-8/+0
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-63/+100
* another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-211-2/+22
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-081-1/+3
|\
| * sysio.t failure: fix undefined order of evaluation, fromSpider Boardman1998-11-041-1/+3
* | set close-on-exec bit on pipe() FDsGurusamy Sarathy1998-11-081-1/+4
|/
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+2
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-86/+86
* fix stack overrun in file test operatorsGurusamy Sarathy1998-10-251-6/+18
* integrate changes#1982,2014,2021 (from maint-5.005)Gurusamy Sarathy1998-10-251-40/+25
* commented version of a patch suggested by Drago GoricanecJarkko Hietaniemi1998-10-251-1/+6