summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Collapse)AuthorAgeFilesLines
* typo in last week's configure.com frenzyCraig A. Berry2001-01-221-1/+1
| | | | | Message-Id: <p04330103b6917f35375b@[172.16.52.1]> p4raw-id: //depot/perl@8515
* VMS catches up with change #8501Craig A. Berry2001-01-221-2/+2
| | | | | Message-Id: <p04330101b691596f577f@[172.16.52.1]> p4raw-id: //depot/perl@8514
* Add tracing for debugging extensions builds in VMS, from Charles Lane.Jarkko Hietaniemi2001-01-191-1/+3
| | | p4raw-id: //depot/perl@8479
* Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 ↵Peter Prymmer2001-01-181-3/+14
| | | | | | | | +v5.6.1-TRIAL1 on VMS_AXP V7.2-1) Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com> Replace #8462. p4raw-id: //depot/perl@8469
* (Replaced by #8469)Craig A. Berry2001-01-171-1/+1
| | | | | | Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1) Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]> p4raw-id: //depot/perl@8462
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-0/+3
| | | | | sig_num arrays, including the final NULL entry. p4raw-id: //depot/perl@8459
* Revert #8437 and #8438, the Linux large files story is more complex.Jarkko Hietaniemi2001-01-151-1/+0
| | | p4raw-id: //depot/perl@8440
* (Reverted by #8440)Jarkko Hietaniemi2001-01-141-0/+1
| | | | | | Add <features.h> probing, seems to be needed for (some?) Linux largefileness. p4raw-id: //depot/perl@8437
* Use UVXf.Jarkko Hietaniemi2001-01-121-0/+2
| | | p4raw-id: //depot/perl@8426
* Add sigprocmask() probe, regen Configure, regen toc.Jarkko Hietaniemi2001-01-121-1/+4
| | | p4raw-id: //depot/perl@8421
* [patch: perl@8211]VMS: add -Duseperlio capacity to configure.comPeter Prymmer2000-12-211-1/+80
| | | | | Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com> p4raw-id: //depot/perl@8213
* In VMS embedded perls couldn't access the statically built Socket,Jarkko Hietaniemi2000-12-191-1/+6
| | | | | from Charles Lane. p4raw-id: //depot/perl@8197
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-0/+18
| | | | | | 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-151-0/+19
| | | | | | | arithmetic) Message-ID: <20001214183857.B97909@plum.flirble.org> p4raw-id: //depot/perl@8120
* Push Filter::Util::Call one level deeper.Jarkko Hietaniemi2000-11-231-1/+1
| | | p4raw-id: //depot/perl@7839
* Re: perl@7826Craig A. Berry2000-11-231-1/+1
| | | | | | | Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]> Make VMS to like Filter::Util::Call. p4raw-id: //depot/perl@7837
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+1
| | | | | | | | 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
* Avoid an infinite loop in VMS when utils scripts are runJarkko Hietaniemi2000-11-161-1/+1
| | | | | with no arguments, from Charles Lane. p4raw-id: //depot/perl@7715
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-161-0/+1
| | | p4raw-id: //depot/perl@7710
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-0/+1
| | | p4raw-id: //depot/perl@7705
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-121-0/+1
| | | p4raw-id: //depot/perl@7653
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-111-0/+1
| | | p4raw-id: //depot/perl@7646
* add Encode to VMS build and testsPeter Prymmer2000-11-091-2/+2
| | | | | Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com> p4raw-id: //depot/perl@7615
* [patch perl@7595] VMS configure.com tweakCraig A. Berry2000-11-081-0/+1
| | | | | Message-Id: <p04330103b62e879ceeff@[192.168.56.177]> p4raw-id: //depot/perl@7604
* configure.com and st-lock.t changes for Craig A. Berry2000-11-071-0/+48
| | | | | Message-Id: <0011079735.AA973576259@univpress.com> p4raw-id: //depot/perl@7589
* restore missing d_stdio_cnt_lval to VMSPeter Prymmer2000-10-261-0/+1
| | | | | Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com> p4raw-id: //depot/perl@7448
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-1/+4
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427
* Perl 5.6.0/5.7.0 enable DProf test for VMSCharles Lane2000-10-201-1/+2
| | | | | Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@7377
* Perl 5.6.0/5.7.0, vms/gen_shrfls.pl updateCharles Lane2000-10-201-0/+2
| | | | | Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@7376
* various VMS cleanup issues + CXX configurePeter Prymmer2000-10-091-654/+714
| | | | | Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com> p4raw-id: //depot/perl@7183
* [patch: perl@7045] vms updatesPeter Prymmer2000-09-121-2/+13
| | | | | Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com> p4raw-id: //depot/perl@7058
* Do in VMS as the #7054 does.Jarkko Hietaniemi2000-09-121-0/+5
| | | p4raw-id: //depot/perl@7055
* proper setting for isnan for DECC 5.3Peter Prymmer2000-09-081-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com> p4raw-id: //depot/perl@7044
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-081-1/+1
| | | p4raw-id: //depot/perl@7041
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-23/+23
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* add SCNfldbl to configure.comPeter Prymmer2000-09-011-0/+4
| | | | | Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com> p4raw-id: //depot/perl@6980
* add a few ldbl formats to configure.comPeter Prymmer2000-08-301-14/+36
| | | | | Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com> p4raw-id: //depot/perl@6920
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-0/+1
| | | | | | | | 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
* several more tweaks to configure.comPeter Prymmer2000-08-251-3/+57
| | | | | Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com> p4raw-id: //depot/perl@6808
* configure.com updates and syslog buildPeter Prymmer2000-08-221-15/+24
| | | | | Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com> p4raw-id: //depot/perl@6766
* Propagate new Configure vars.Jarkko Hietaniemi2000-08-181-0/+7
| | | p4raw-id: //depot/perl@6691
* VMS configure.com update continues.Jarkko Hietaniemi2000-08-141-302/+3422
| | | p4raw-id: //depot/perl@6613
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-171-2/+22
| | | p4raw-id: //depot/perl@5767
* integrate vmsperl changes into mainline (change#5693 denied)Gurusamy Sarathy2000-03-141-26/+48
| | | | | | | | | | p4raw-link: @5693 on //depot/vmsperl: 925fd5a3f200998584b0c9f5f508f038863055cb p4raw-id: //depot/perl@5742 p4raw-integrated: from //depot/vmsperl@5741 'copy in' vms/ext/filespec.t (@5564..) t/lib/filespec.t vms/vms.c (@5689..) configure.com (@5690..) 'edit in' lib/File/Spec/VMS.pm (@5690..) 'ignore' t/lib/complex.t (@5690..)
* VMS build tweaks (from Charles Bailey)Gurusamy Sarathy2000-03-111-2/+1
| | | p4raw-id: //depot/perl@5647
* VMS build patch (from Peter Prymmer)Gurusamy Sarathy2000-03-071-1/+3
| | | p4raw-id: //depot/perl@5605
* Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)Charles Bailey2000-03-061-1/+2
| | | p4raw-id: //depot/vmsperl@5567
* Change $Config{'extensions'} to look Unixy (Charles Lane)Charles Bailey2000-03-061-0/+34
| | | | | FIx logic error in glob-basic.t (Charles Lane) p4raw-id: //depot/vmsperl@5566
* Set up Perl invocation method during configuration (Peter Prymmer)Charles Bailey2000-03-031-21/+130
| | | | | Add missing bits to various utilities and install them (ditto) p4raw-id: //depot/vmsperl@5480
* Minor changes to Configure.Com:Charles Bailey2000-03-021-70/+12
| | | | | | | - permit operation in batch mode (splits output) - remove old VAXC support - default to enabling secure internal lnm translation p4raw-id: //depot/vmsperl@5429