summaryrefslogtreecommitdiff
path: root/vos
Commit message (Collapse)AuthorAgeFilesLines
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-302-25/+26
| | | p4raw-id: //depot/cfgperl@6168
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-303-19/+58
| | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-073-49/+20
| | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-282-0/+12
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-243-66/+154
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-183-8/+34
| | | p4raw-id: //depot/cfgperl@5808
* Configure nits: rewording from Sarathy (aka #5796),Jarkko Hietaniemi2000-03-182-2/+7
| | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
* Fix pp_send() sizes (pass a Size_t, not an Off_t, andJarkko Hietaniemi2000-03-162-0/+6
| | | | | | | | | return a SSize_t, not an Off_t); add a note about a slightly similar situation in pp_truncate(); introduce $sizesize for Configure; update EPOC, VOS, Win32, and VMS for the sizesize; minor updates on the EPOC config file; reword socklen_t message slightly; fix fpossize (though unused currently) p4raw-id: //depot/cfgperl@5760
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-1/+1
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-063-25/+81
| | | p4raw-id: //depot/perl@5570
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-033-0/+37
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-291-0/+1
| | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374
* The sprintf option was blithely printing long doubles asJarkko Hietaniemi2000-02-291-0/+1
| | | | | | doubles (spotted by Spider Boardman); dqgcvt() wasn't ever being used; made the test more thorough. p4raw-id: //depot/cfgperl@5358
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-263-1925/+2263
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-0/+4
| | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+5
| | | p4raw-id: //depot/perl@5103
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-123-17/+0
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-0/+8
| | | p4raw-id: //depot/cfgperl@5044
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-0811-2504/+2849
| | | p4raw-id: //depot/cfgperl@5043
* Create a tool for converting a config_h.SH into a VOS config.h.Jarkko Hietaniemi2000-01-244-1600/+3270
| | | p4raw-id: //depot/cfgperl@4872
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+1
| | | p4raw-id: //depot/perl@4602
* remove _() non-ansismGurusamy Sarathy1999-06-022-2/+2
| | | p4raw-id: //depot/perl@3518
* integrate changes#3091-3094 from maint-5.005Gurusamy Sarathy1999-03-242-3/+84
| | | | | | | | p4raw-link: @3091 on //depot/maint-5.005/perl: 74b502a1b27c7427d14366e729c0b76cb5ba79a6 p4raw-id: //depot/perl@3148 p4raw-integrated: from //depot/maint-5.005/perl@3147 'copy in' vos/config_h.SH_orig (@2813..) README.hurd (@3093..) 'merge in' vms/subconfigure.com (@2716..) vos/config.h (@2813..)
* Configure update. Remove last trace of PTHREADS_CREATED_JOINABLEJarkko Hietaniemi1998-11-051-6/+0
| | | | | (from vos/config.h). Update Porting/{Glossary,config*}. p4raw-id: //depot/cfgperl@2204
* RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS portGreen, Paul1998-09-239-0/+4712
Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> p4raw-id: //depot/perl@1838