summaryrefslogtreecommitdiff
path: root/pp_sys.c
Commit message (Expand)AuthorAgeFilesLines
...
| * minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-011-5/+5
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-18/+25
| * add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+15
| * sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-1/+1
| * [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-1/+1
| * Continue largefileness separation from quadness;Jarkko Hietaniemi1999-11-131-2/+10
| * Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-131-7/+24
| * Fix a thinko in 4548.Jarkko Hietaniemi1999-11-111-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-6/+6
| |\
| | * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
| | * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-5/+5
| * | Try to do something if st_size, st_uid, st_gid are too big for an IV;Jarkko Hietaniemi1999-11-111-14/+40
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+1
| |\ \ | | |/
| | * macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-1/+1
| * | Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-2/+2
| |/
| * usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-5/+5
| * 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
* | Minor fixes to assuage picky compilers (unsigned comparisons andCharles Bailey2000-02-091-4/+4
* | Resync with mainlineCharles Bailey2000-02-091-29/+44
* | Quick integration of mainline changes to dateCharles Bailey2000-01-201-78/+146
* | resync with mainlineCharles Bailey1999-09-291-9/+18
|/
* [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