summaryrefslogtreecommitdiff
path: root/win32/perlhost.h
Commit message (Collapse)AuthorAgeFilesLines
* support win32_putenv()Gurusamy Sarathy1999-02-121-1/+1
| | | p4raw-id: //depot/perl@2898
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-6/+6
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* support optional crypt() with PERL_OBJECTDouglas Lankshear1998-07-221-0/+4
| | | | | | Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active> Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT p4raw-id: //depot/perl@1641
* win32 tweaks: disable XSLOCKS in perl.c, correct typo, searchDouglas Lankshear1998-07-221-1/+1
| | | | | | the registry for anything that begins with "PERL", not "PERL5" Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1629
* final tweaks before beta2Gurusamy Sarathy1998-07-211-10/+33
| | | p4raw-id: //depot/perl@1613
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-13/+10
| | | p4raw-id: //depot/perl@1612
* add win32_rename() that does what docs sayGurusamy Sarathy1998-07-101-48/+1
| | | p4raw-id: //depot/perl@1403
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-13/+6
| | | | | | | | * fix taint problems due to maintbranch regression * PERL_OBJECT now builds again * deal with C++ strong-typing problems in hv.c * fix mismatch in "reserved word" diagnostic p4raw-id: //depot/perl@1311
* applied patch, along with many changes:Douglas Lankshear1998-06-211-0/+971
- ipfoo.h headers have been coalesced along with perlfoo.h into iperlsys.h - win32/cp*.h have been combined in perlhost.h - CPerlObj::PerlParse() takes an extra xsinit arg - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active> Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler p4raw-id: //depot/perl@1172