summaryrefslogtreecommitdiff
path: root/iperlsys.h
Commit message (Collapse)AuthorAgeFilesLines
* Add few MSG_ and uio constants.Jarkko Hietaniemi1998-12-221-2/+2
| | | p4raw-id: //depot/cfgperl@2499
* Integrate from mainperl.Jarkko Hietaniemi1998-11-271-0/+1
|\ | | | | p4raw-id: //depot/cfgperl@2316
| * phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-221-0/+1
| | | | | | p4raw-id: //depot/perl@2260
* | MSG_PROXY for GNU/Hurd (previously we believed thatJarkko Hietaniemi1998-11-221-0/+17
|/ | | | | | | | | | | | | | | | | | | | all GNU libc platforms have MSG_PROXY. Untrue). In fact this ended up as a major MSG_* and SCM_* update. The MSG_XXX known to be enums in some versions of the glibc are now probed for and respective HAS_MSG_XXX are defined. While I was at it I noticed SCM_RIGHTS being similarly an enum. This reminded me of an ancient discussion in perl5-porters: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html The BSD socket interface has a nifty feature for passing file descriptors and credentials--via sockets. It may be too late to add this functionality to the CORE but at least Configure now probes for the functions, structs, and includes, defining the appropriate HAS_YYY and I_ZZZ, and the Socket extension exports the constants, in case somebody wants to write an extension for this interface. p4raw-id: //depot/cfgperl@2285
* support optional crypt() with PERL_OBJECTDouglas Lankshear1998-07-221-0/+3
| | | | | | Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active> Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT p4raw-id: //depot/perl@1641
* final tweaks before beta2Gurusamy Sarathy1998-07-211-4/+26
| | | p4raw-id: //depot/perl@1613
* part 1 of PERL_OBJECT fixes for new var namesGurusamy Sarathy1998-07-211-153/+153
| | | p4raw-id: //depot/perl@1607
* various tweaks for PERL_OBJECT build & testGurusamy Sarathy1998-07-121-3/+3
| | | p4raw-id: //depot/perl@1450
* applied patch, along with many changes:Douglas Lankshear1998-06-211-0/+905
- 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