summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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