summaryrefslogtreecommitdiff
path: root/vos
Commit message (Collapse)AuthorAgeFilesLines
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-152-0/+12
| | | | | | in Digital UNIX (the broken strtoul brokenness detection seems to have been the fly in the ointment). p4raw-id: //depot/perl@8138
* strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ↵Nicholas Clark2000-12-154-0/+14
| | | | | | | arithmetic) Message-ID: <20001214183857.B97909@plum.flirble.org> p4raw-id: //depot/perl@8120
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-214-0/+24
| | | | | | | | Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-164-0/+20
| | | p4raw-id: //depot/perl@7710
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-164-0/+14
| | | p4raw-id: //depot/perl@7705
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-124-0/+16
| | | p4raw-id: //depot/perl@7653
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-114-0/+16
| | | p4raw-id: //depot/perl@7646
* VOS updates from Paul Green.Jarkko Hietaniemi2000-11-063-0/+23
| | | p4raw-id: //depot/perl@7579
* Add FCNTL_CAN_LOCK.Andy Dougherty2000-11-044-0/+16
| | | | | | | | | | | Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu> Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) From: Andy Dougherty <doughera@lafayette.edu> In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net> Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7536
* Stratus VOS updates from Paul Green.Jarkko Hietaniemi2000-10-2412-725/+1226
| | | p4raw-id: //depot/perl@7428
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-243-0/+24
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427
* Introduce the man[24-8] variables, from Andy Dougherty.Jarkko Hietaniemi2000-10-122-46/+46
| | | p4raw-id: //depot/perl@7205
* Reapply Andy's patch and regen Configure.Jarkko Hietaniemi2000-10-101-0/+1
| | | p4raw-id: //depot/perl@7196
* Use the versiononly instead of the installscripts,Jarkko Hietaniemi2000-10-101-1/+0
| | | | | retract the changes 7146 and 7147. p4raw-id: //depot/perl@7195
* Enable disabling scripts installation by Configure -Uinstallscripts,Jarkko Hietaniemi2000-10-041-0/+1
| | | | | suggested by H. Merijn Brand. p4raw-id: //depot/perl@7146
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-013-0/+24
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* One forgotten file from #6816.Jarkko Hietaniemi2000-08-251-6/+12
| | | p4raw-id: //depot/perl@6822
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-252-6/+13
| | | | | | | | the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com> p4raw-id: //depot/perl@6816
* Propagate new Configure vars.Jarkko Hietaniemi2000-08-183-36/+112
| | | p4raw-id: //depot/perl@6691
* 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