summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-0/+19
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-2/+2
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-19/+19
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-3/+7
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-21/+206
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-38/+41
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+6
* stray s/foo/PL_foo/Winfried König1998-08-011-1/+1
* another platform where pp_sselect() needs a whole fd_set bufferLupe Christoph1998-07-261-1/+1
* allocate a whole fd_set for pp_sselect() on more platformsJarkko Hietaniemi1998-07-211-1/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-15/+15
* PL_ stuff passes non-threaded on Mingw32Nick Ing-Simmons1998-07-181-3/+3
* PL_ scheme Builds under Minw32 - some SEGFAULT snagsNick Ing-Simmons1998-07-181-5/+5
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-42/+42
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-212/+212
* check ferror() only if read() returned 0Gurusamy Sarathy1998-07-181-1/+1
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-2/+36
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-6/+17
* added patch, made linking with setargv a build optionDouglas Lankshear1998-07-111-1/+1
* get it building again on win32Gurusamy Sarathy1998-07-091-0/+2
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-2/+2
* per Larry suggestion, toss change#1327 and fix the documentationGurusamy Sarathy1998-07-061-11/+2