summaryrefslogtreecommitdiff
path: root/djgpp/djgpp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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