summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-1/+1
* Fix scalar gmtime (and localtime) in quad environments,Robin Barker1999-08-291-7/+7
* Note about filesize limits.Jarkko Hietaniemi1999-08-141-0/+1
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-131-2/+2
* Remove more spurious casting.Jarkko Hietaniemi1999-08-121-3/+3
* Use Pid_t on pgrp matters.Jarkko Hietaniemi1999-08-101-4/+4
* Use Pid_t.Jarkko Hietaniemi1999-08-101-3/+3
* Use Mode_t.Jarkko Hietaniemi1999-08-101-2/+2
* Remove I32 casting from time-related functions.Jarkko Hietaniemi1999-08-101-13/+13
* Remove I32 casts from pp_stat, these make stat()Phil Lobbes1999-08-101-13/+13
* Retract #3912, much too many compilation warningsJarkko Hietaniemi1999-08-031-4/+4
* (Retracted). See #3913.Sven Verdoolaege1999-08-031-4/+4
* Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so thatJarkko Hietaniemi1999-08-021-1/+2
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-3/+3
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-0/+6
* 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