summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Collapse)AuthorAgeFilesLines
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1/+0
| | | p4raw-id: //depot/perl@28790
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+1
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* Updated handling of signal names and signals for VMSCraig A. Berry2006-06-291-46/+49
| | | p4raw-id: //depot/perl@28448
* redo part of change 27374Abe Timmerman2006-05-291-1/+8
| | | | | Message-id: <200605292324.51714.abe@ztreet.demon.nl> p4raw-id: //depot/perl@28334
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-131-0/+1
| | | p4raw-id: //depot/perl@28189
* [patch@27638] Enable standard stat for VMS >=8.2John E. Malmberg2006-03-311-12/+13
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <442CC08A.30409@qsl.net> p4raw-id: //depot/perl@27648
* Populate pre-canned config.sh files withGisle Aas2006-03-301-0/+2
| | | | | | d_archlib and d_inc_version_list. Ref change 27632. p4raw-id: //depot/perl@27634
* improve thread linking options on VMSCraig A. Berry2006-03-231-17/+42
| | | p4raw-id: //depot/perl@27593
* [patch@27538] utime patch for VMSJohn E. Malmberg2006-03-211-1/+8
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <441EAA33.6010603@qsl.net> p4raw-id: //depot/perl@27561
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-071-0/+1
| | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407
* PATCH: 2 vms specific build files in perl @ 27383Peter Prymmer2006-03-061-19/+11
| | | | | Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com> p4raw-id: //depot/perl@27386
* Re: [PATCH] include configure.com in Porting/checkcfgvar.plAbe Timmerman2006-03-041-3/+1
| | | | | Message-Id: <200603032256.47170.abe@ztreet.demon.nl> p4raw-id: //depot/perl@27374
* Add d_builtin_choose_expr and d_builtin_expect to configure.com asSteve Peters2006-03-031-0/+2
| | | | | 'undef'. p4raw-id: //depot/perl@27373
* Re: Configure.com issue, more quoting needed.Peter Prymmer2006-02-071-1/+1
| | | | | Message-id: <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com> p4raw-id: //depot/perl@27115
* Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bitsCraig A. Berry2006-01-141-10/+1
| | | | | having to do with dirent, opendir, etc. Must be Friday the 13th. p4raw-id: //depot/perl@26844
* Grr. #26690 broke handling of old ODS-2 style namesCraig A. Berry2006-01-081-2/+2
| | | | | on current versions of VMS p4raw-id: //depot/perl@26744
* Make v?snprintf available on VMS v7.3-2 and later and clean upCraig A. Berry2006-01-071-24/+22
| | | | | some other version-dependency checks. p4raw-id: //depot/perl@26703
* Make VMS manifest checker handle multi-dot filenames on ODS-5Craig A. Berry2006-01-061-0/+2
| | | p4raw-id: //depot/perl@26690
* Added snprintf() and vsnprintf() to configure.com as 'undef'.Steve Peters2006-01-041-0/+2
| | | p4raw-id: //depot/perl@26632
* On VMS, put pods in [.lib.pods] rather than [.lib.pod]Craig A. Berry2005-12-151-1/+1
| | | | | in order to avoid collisions with [.lib.Pod] p4raw-id: //depot/perl@26363
* Re: [PATCH configure.com] add the new d_futimes as undefJohn E. Malmberg2005-11-061-1/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <436D6A51.5040700@qsl.net> p4raw-id: //depot/perl@26020
* add the new d_futimes as undefAbe Timmerman2005-11-051-0/+1
| | | | | Message-Id: <200511051026.33940.abe@ztreet.demon.nl> p4raw-id: //depot/perl@26013
* [patch@25837] Change 25831: sprintf returns the length of the buffer.John E. Malmberg2005-10-251-1/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435DA88A.90201@qsl.net> p4raw-id: //depot/perl@25838
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+1
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* VMS does not have clearenv () according to John E. MalmbergH.Merijn Brand2005-10-181-0/+3
| | | | | Followup to 25793 p4raw-id: //depot/perl@25795
* disarm unsetenv() on VMS for now (function is presentCraig A. Berry2005-10-111-0/+4
| | | | | but %ENV is more complicated) p4raw-id: //depot/perl@25740
* We lied about strtoq way back in #8120Craig A. Berry2005-10-031-1/+1
| | | p4raw-id: //depot/perl@25683
* fix bug introduced by #25507 that kept ccflags fromCraig A. Berry2005-10-031-0/+2
| | | | | making it into config.sh p4raw-id: //depot/perl@25681
* assorted blead build help for VMS (mostly ithreads-related)Craig A. Berry2005-10-021-5/+10
| | | p4raw-id: //depot/perl@25680
* [patch@25502] Add hard link and V8.2 crtl support to VMS.John E. Malmberg2005-09-201-62/+283
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <432F9C90.7080702@qsl.net> p4raw-id: //depot/perl@25507
* [patch@25452] VMS fix required by Change 25387John E. Malmberg2005-09-181-0/+2
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <432DB795.8050801@qsl.net> p4raw-id: //depot/perl@25474
* Re: Building 25309 on VAX (OpenVMS 7.2) not okAbe Timmerman2005-08-221-1/+1
| | | | | Message-Id: <200508211628.42409.abe@ztreet.demon.nl> p4raw-id: //depot/perl@25315
* Re: [PATCH@25292] add nonxs_ext to configure.comJohn E. Malmberg2005-08-151-0/+2
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <42FE1DD2.8050803@qsl.net> p4raw-id: //depot/perl@25294
* Make "prove" available on VMSAbe Timmerman2005-08-151-0/+1
| | | | | Message-Id: <200508131816.29092.abe@ztreet.demon.nl> p4raw-id: //depot/perl@25293
* [patch@25289] Add sig_count to CONFIGURE.COMJohn E. Malmberg2005-08-131-6/+34
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <42FCDECD.8090009@qsl.net> p4raw-id: //depot/perl@25291
* Add a Configure test to see if NV 0.0 is stored as all bits zero, andCraig A. Berry2005-06-191-0/+1
| | | | | | | | | | #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: Subject: Re: Configure check for whether 0.0 is stored as all bits zero From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]> Date: Sat, 18 Jun 2005 18:23:59 -0500 p4raw-id: //depot/perl@24898
* compiler awareness weekCraig A. Berry2005-05-291-1/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <4299FF2D.90209@mac.com> p4raw-id: //depot/perl@24618
* Attribute configurationAndy Lester2005-05-201-1/+7
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Re: New Configure functionalityAbe Timmerman2005-04-111-0/+1
| | | | | Message-Id: <200504102219.29024.abe@ztreet.demon.nl> p4raw-id: //depot/perl@24221
* usesitecustomize for VMSCraig A. Berry2005-04-101-1/+10
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42584203.2090405@mac.com> p4raw-id: //depot/perl@24214
* follow-up to #23748, -Duselargefiles on VMSCraig A. Berry2005-01-101-6/+8
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41E1C3A9.9080900@mac.com> p4raw-id: //depot/perl@23775
* -Duselargefiles for VMSCraig A. Berry2005-01-051-20/+112
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41DB63A6.7040504@mac.com> Date: Tue, 04 Jan 2005 21:48:54 -0600 p4raw-id: //depot/perl@23748
* randbits and randfunc for VMSCraig A. Berry2004-12-311-1/+7
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41D570BF.8010409@mac.com> Date: Fri, 31 Dec 2004 09:31:11 -0600 p4raw-id: //depot/perl@23715
* Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)Craig A. Berry2004-12-241-0/+1
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41CB6BD1.8030207@mac.com> Date: Thu, 23 Dec 2004 19:07:29 -0600 p4raw-id: //depot/perl@23677
* configure.com: no more CONFIG=trueCraig A. Berry2004-12-021-2/+14
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41AF87BA.1080108@mac.com> Date: Thu, 02 Dec 2004 15:23:06 -0600 p4raw-id: //depot/perl@23601
* Re: [PATCH] Detecting strlcat() and strlcpy() in ConfigureCraig A. Berry2004-11-031-0/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41883C1C.3080108@mac.com> p4raw-id: //depot/perl@23467
* -Dunlink_all_versions for VMSCraig A. Berry2004-09-061-2/+29
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <4139F450.7040708@mac.com> p4raw-id: //depot/perl@23274
* configure.com and PERL_API_REVISIONCraig A. Berry2004-06-011-0/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <40BBE417.2090001@mac.com> p4raw-id: //depot/perl@22884
* Re: perldelta584Craig A. Berry2004-04-051-5/+2
| | | | | | | Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com> (makes malloc wrap the default on VMS) p4raw-id: //depot/perl@22656
* fix utils install problems on VMSCraig A. Berry2004-04-021-5/+6
| | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <406CCDC9.7000500@mac.com> We were not running utils/instmodsh.PL or utils/xsubpp.PL during the build, so installperl would not find the generated programs at install time. Also fixed several problems with the command definitions for the utilities p4raw-id: //depot/perl@22637