| Commit message (Expand) | Author | Age | Files | Lines |
* | off-by-one in os2.c (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+1 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -1/+1 |
* | fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-03-04 | 1 | -0/+3 |
* | OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes | Gurusamy Sarathy | 2000-03-03 | 4 | -16/+19 |
* | OS/2 build fixups from Ilya Zakharevich | Gurusamy Sarathy | 2000-02-04 | 1 | -4/+1 |
* | os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes | Gurusamy Sarathy | 2000-01-07 | 1 | -16/+0 |
* | miniperl build fixes for os2 (from Yitzchak Scott-Thoennes | Gurusamy Sarathy | 1999-12-28 | 1 | -5/+11 |
* | fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya | Gurusamy Sarathy | 1999-12-02 | 1 | -0/+5 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+0 |
* | Re: [PATCH 5.005_62] OS/2 improvements | Ilya Zakharevich | 1999-10-24 | 19 | -131/+387 |
* | OS/2 support bits (from Ilya Zakharevich) | Gurusamy Sarathy | 1999-10-16 | 1 | -1/+1 |
* | Change #3790 redemption: with a little additional | Jarkko Hietaniemi | 1999-08-03 | 1 | -0/+1 |
* | Integrate with Sarathy. perl.h and util.c required manual resolving. | Jarkko Hietaniemi | 1999-08-01 | 2 | -13/+23 |
* | Undo #3790 and the patches that attempted to fix it | Jarkko Hietaniemi | 1999-08-01 | 1 | -1/+0 |
* | provide MakeMaker attribute PERL_MALLOC_OK that allows extensions | Gurusamy Sarathy | 1999-07-27 | 1 | -0/+1 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -4/+4 |
* | part of the platform changes for IMPLICIT_CONTEXT | Gurusamy Sarathy | 1999-06-10 | 4 | -34/+32 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -1/+1 |
* | OS/2 socket fixes. | Ilya Zakharevich | 1999-05-30 | 1 | -0/+7 |
* | Cosmetic OS/2-related patches | Ilya Zakharevich | 1999-05-28 | 1 | -1/+7 |
* | Required OS/2-related patches | Ilya Zakharevich | 1999-05-28 | 1 | -47/+52 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -4/+6 |
* | Quickier thread-specific data on OS/2 | Ilya Zakharevich | 1999-05-10 | 2 | -3/+14 |
* | propagate PERL_VERSION everywhere, add to pod | Gurusamy Sarathy | 1999-02-16 | 2 | -6/+6 |
* | OS/2 threads | Ilya Zakharevich | 1999-02-02 | 1 | -1/+1 |
* | OS2::PrfDB was exploiting a bug in U32 XSUBs | Ilya Zakharevich | 1999-01-21 | 2 | -2/+5 |
* | Pipes and 2>&1 on OS/2 | Ilya Zakharevich | 1999-01-21 | 2 | -11/+84 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 2 | -17/+31 |
* | Yet another OS/2 patch | Ilya Zakharevich | 1998-11-28 | 3 | -11/+17 |
* | OS/2 events get closer to Perl | Ilya Zakharevich | 1998-11-28 | 4 | -15/+471 |
* | remaining PL_foo stragglers | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | Improve sbrk() on OS/2 | Ilya Zakharevich | 1998-10-25 | 1 | -0/+3 |
* | Memory overrun in os2.c | Ilya Zakharevich | 1998-10-17 | 2 | -10/+19 |
* | Cumulative OS/2-related patch | Ilya Zakharevich | 1998-10-06 | 3 | -21/+210 |
* | OS/2 spawning typos | Ilya Zakharevich | 1998-09-23 | 1 | -4/+5 |
* | mark link type of exported functions for OS/2 | Ilya Zakharevich | 1998-08-02 | 1 | -2/+7 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 5 | -79/+79 |
* | export additional symbols on OS/2 | Ilya Zakharevich | 1998-07-19 | 1 | -0/+12 |
* | Additional targets for OS/2 build | Ilya Zakharevich | 1998-07-15 | 1 | -0/+16 |
* | OS/2 update | Ilya Zakharevich | 1998-07-14 | 2 | -112/+221 |
* | Update os2's OS2::Process | Ilya Zakharevich | 1998-07-11 | 3 | -3/+419 |
* | Combined OS/2 support | Ilya Zakharevich | 1998-06-10 | 3 | -11/+16 |
* | Integrate win32 branch into mainline | Malcolm Beattie | 1998-05-14 | 3 | -92/+174 |
|\ |
|
| * | [win32] merge change#886 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 3 | -92/+174 |
* | | [PATCH 5.004_64] anydbm.t | Ilya Zakharevich | 1998-05-14 | 4 | -17/+42 |
|/ |
|
* | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -3/+3 |
* | Fix file-descriptor leak when pipes fail via taint checks: | Ilya Zakharevich | 1998-02-27 | 1 | -2/+2 |
* | Config_60-03-04.diff patch for 5.004_60 | Andy Dougherty | 1998-02-27 | 1 | -242/+6 |
* | [win32] enhancements to previous patch for XSUB OUTPUT args | Gurusamy Sarathy | 1998-02-09 | 1 | -1/+1 |