summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
* perldelta updates (see TODO markers)Gurusamy Sarathy1999-10-091-16/+0
* typoGurusamy Sarathy1999-10-081-1/+1
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-071-1/+1
* Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-8/+1
* fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-1/+1
* Replace change #4100 withRobin Barker1999-09-131-1/+1
* [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20Daniel S. Lewart1999-09-091-0/+5
* Fix pointer casts.Robin Barker1999-09-071-1/+1
* Fix a printf thinko: now quads must have the ll L q prefix.Jarkko Hietaniemi1999-09-071-5/+5
* Another patch for Lexical WarningsPaul Marquess1999-09-061-2/+2
* applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-061-0/+4
* [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