summaryrefslogtreecommitdiff
path: root/djgpp/djgpp.c
Commit message (Collapse)AuthorAgeFilesLines
* From: "Paul Marquess" <paul_marquess@yahoo.co.uk>Paul Marquess2002-03-201-1/+1
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk> packWARN also for subdirs. p4raw-id: //depot/perl@15378
* DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2002-02-101-0/+19
| | | p4raw-id: //depot/perl@14627
* Workaround for DJGPP broken F_GETFL from Laszlo.Jarkko Hietaniemi2002-01-281-0/+13
| | | p4raw-id: //depot/perl@14485
* Add a header for DJGPP with the function prototypes.Jarkko Hietaniemi2001-12-021-17/+3
| | | p4raw-id: //depot/perl@13425
* Take the taint brush to the getcwds.Jarkko Hietaniemi2001-11-251-0/+3
| | | p4raw-id: //depot/perl@13276
* DJGPP patches from Laszlo Molnar.Jarkko Hietaniemi2001-06-261-2/+3
| | | p4raw-id: //depot/perl@10951
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-1/+0
| | | p4raw-id: //depot/perl@7984
* [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgppPeter J. Farley III2000-10-161-0/+19
| | | | | Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net> p4raw-id: //depot/perl@7350
* djgpp update (from Laszlo Molnar)Gurusamy Sarathy2000-02-271-4/+2
| | | p4raw-id: //depot/perl@5288
* dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy1999-09-101-6/+7
| | | p4raw-id: //depot/perl@4121
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+3
| | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* part of the platform changes for IMPLICIT_CONTEXTGurusamy Sarathy1999-06-101-10/+10
| | | p4raw-id: //depot/perl@3531
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-2/+3
| | | | | | | | avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) p4raw-id: //depot/perl@2387
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-11/+11
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* dos-djgpp updateLaszlo Molnar1998-02-251-115/+59
| | | p4raw-id: //depot/perl@584
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-0/+490
Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373