summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Add a Configure test to see if NV 0.0 is stored as all bits zero, andCraig A. Berry2005-06-191-0/+124
| | | | | | | | | | #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
* Add DECC to the symbol listYitzchak Scott-Thoennes2005-05-311-2/+2
| | | | | | Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) Message-ID: <20050530233315.GA3088@efn.org> p4raw-id: //depot/perl@24644
* Reordering config_h.SH after metaconfig now semi automatedH.Merijn Brand2005-05-251-1/+1
| | | | | This will save me *a lot* of manual work p4raw-id: //depot/perl@24576
* Attribute configurationAndy Lester2005-05-201-10/+190
| | | | | Message-ID: <20050519173256.GA29039@petdance.com> p4raw-id: //depot/perl@24508
* Add -Wdeclaration-after-statement to default flags for gcc 3+Steve Peters2005-04-241-2/+16
| | | | | Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24313
* Out of sync metaunit caused the erroneous return of theH.Merijn Brand2005-04-111-14/+11
| | | | | removed d_sitecustomize. Mea Culpa. p4raw-id: //depot/perl@24226
* Configure now probes for _LIB_VERSION support in math.h/libmH.Merijn Brand2005-04-101-15/+48
| | | | | LIBM_LIB_VERSION is defined if it does p4raw-id: //depot/perl@24217
* Drop d_sitecustomize again. (usesitecustomize is enough)H.Merijn Brand2005-04-081-18/+15
| | | p4raw-id: //depot/perl@24208
* D'oh! We were never correctly spotting a modfl prototypeNicholas Clark2005-04-051-5/+5
| | | p4raw-id: //depot/perl@24171
* Support for -DusesitecustomizeH.Merijn Brand2005-03-301-1/+16
| | | p4raw-id: //depot/perl@24104
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-311-6/+6
| | | | | | From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org> p4raw-id: //depot/perl@23909
* [perl #33892] Add Interix support Todd Vierling2005-01-211-2/+2
| | | | | | From: Todd Vierling (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> p4raw-id: //depot/perl@23848
* Allow Configure's d_attribut to be set from the command lineGisle Aas2004-12-301-1/+6
| | | | | Message-ID: <lrllbgypzb.fsf@caliper.activestate.com> p4raw-id: //depot/perl@23711
* Rebuilt after backport start for 23674, 23675, and 23676H.Merijn Brand2004-12-291-2/+7
| | | p4raw-id: //depot/perl@23696
* Bother. It helps if you also propagate the new entry to config.shNicholas Clark2004-12-231-0/+1
| | | p4raw-id: //depot/perl@23676
* Oops. You can't add new entries to config_h.SH without making someNicholas Clark2004-12-231-0/+1
| | | | | sort of corresponding defined/undefined value in config.sh somehow. p4raw-id: //depot/perl@23675
* Added probes for strlcat () and strlcpy () to ConfigureH.Merijn Brand2004-10-301-1/+13
| | | | | Re-ordered config_h.SH p4raw-id: //depot/perl@23435
* Be sure HP-UX' ANSI C compiler's PATH is found *before*H.Merijn Brand2004-07-161-2/+2
| | | | | | the path to the bundled braindead C compiler. This might influence ccache's behaviour in finding the correct path p4raw-id: //depot/perl@23124
* oslevel can fail on AIX, but the output generated would confuseNicholas Clark2004-07-161-1/+3
| | | | | Configure p4raw-id: //depot/perl@23122
* Configure shouldn't unconditionally add in -pipe Andy Dougherty2004-05-121-6/+26
| | | | | Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@22815
* add -pipe to gcc's default flagsH.Merijn Brand2004-05-061-2/+3
| | | | | | | it has shown a compile time speed increase of about 40% on Linux and HP-UX, and also works on cygwin-1.5.9. On failing OS/gcc combo's remove it in the hints p4raw-id: //depot/perl@22788
* #24121: Configure under turkish locale failsH.Merijn Brand2004-04-141-21/+21
| | | | | | | toupper (i) != I in turkish, but U+0130 \N{LATIN CAPITAL LETTER I WITH DOT ABOVE} Patch supplied by Rafael p4raw-id: //depot/perl@22696
* Regenerated Configure after backported #22571H.Merijn Brand2004-03-311-9/+10
| | | | | | Some indent leftovers from earlier patches We don't like double negatives, not even in comment p4raw-id: //depot/perl@22619
* Make usemallocwrap a Configure-time question. Default is yes forNicholas Clark2004-03-231-0/+22
| | | | | | | usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. p4raw-id: //depot/perl@22571
* Replacing '-rdynamic' in Configure scriptArt Haas2004-02-261-6/+4
| | | | | Message-ID: <20040220195400.31177.qmail@onion.perl.org> p4raw-id: //depot/perl@22379
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-181-11/+1
| | | | | the pumpkin. Chainsaw was still in perfect working order. p4raw-id: //depot/perl@22334
* 1. Creating backward compatibility for Configure after patchesBrendan O'Dea2004-02-171-7/+9
| | | | | | | | | #22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22314
* Allow -Uinc_version_list to mean -Dinc_version_list=noneH.Merijn Brand2004-01-191-2/+2
| | | | | See INSTALL for more details p4raw-id: //depot/perl@22177
* Make 'Configure -Dcf_by=...' workGisle Aas2004-01-121-4/+7
| | | | | Message-ID: <lrvfnh315c.fsf@caliper.activestate.com> p4raw-id: //depot/perl@22120
* Configure gets d_u32align wrongGisle Aas2003-12-051-3/+3
| | | | | Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@21846
* Enable hints to create call-back units that can act whenH.Merijn Brand2003-11-131-46/+48
| | | | | a specific variable is *not* set (like -Uuselargefiles) p4raw-id: //depot/perl@21712
* 5.8.1 warnings when long double == doubleAndy Dougherty2003-09-181-2/+4
| | | | | | Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu> (the changed message) p4raw-id: //depot/perl@21268
* Patch from Enache Adrian for the new tricks of gcc 3.4Jarkko Hietaniemi2003-09-181-10/+9
| | | | | for "is this symbol defined" scanning of Configure. p4raw-id: //depot/perl@21267
* UVSIZE is not yet defined when it would be neededJarkko Hietaniemi2003-08-251-1/+1
| | | | | | | by MULTIARCH. So go back to LONGSIZE, and (belt- and-suspenders-and-rope style) later in UVSIZE possibly redefine BYTEORDER. p4raw-id: //depot/perl@20881
* Re: bytecode.t & OS X "Invalid bytecode for this architecture"Adrian M. Enache2003-08-231-1/+1
| | | | | Message-ID: <20030804132019.GA6764@ratsnest.hole> p4raw-id: //depot/perl@20856
* Allow hinting d_semctl_semun and d_semctl_semid_ds.Jarkko Hietaniemi2003-08-071-24/+31
| | | p4raw-id: //depot/perl@20550
* Missed this bit in the last update: couldn't answer ''Jarkko Hietaniemi2003-08-011-1/+7
| | | | | or ' ' to get 'none'. p4raw-id: //depot/perl@20435
* Regen Configure to use the *html*dir files.Jarkko Hietaniemi2003-08-011-62/+58
| | | | | (installhtml uses none of that, though) p4raw-id: //depot/perl@20413
* Regen Configure for the new *dir installation variables.Jarkko Hietaniemi2003-08-011-69/+59
| | | | | If these don't work, ask Schwern. p4raw-id: //depot/perl@20410
* Retract #20065: I don't think this is the right wayJarkko Hietaniemi2003-07-081-86/+86
| | | | | to patch this issue. p4raw-id: //depot/perl@20066
* Configure tweak from Johnny Lam so that theJarkko Hietaniemi2003-07-081-86/+86
| | | | | INSTALLSITEMAN[13]DIR get correctly set. p4raw-id: //depot/perl@20065
* Regen Configure.Jarkko Hietaniemi2003-07-011-2/+2
| | | p4raw-id: //depot/perl@19900
* Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4Alan Burlison2003-07-011-10/+2
| | | | | Message-ID: <3F00C1BC.3020103@sun.com> p4raw-id: //depot/perl@19897
* Even more tweakage on symbol scanning from Alan Burlison.Jarkko Hietaniemi2003-06-131-3/+3
| | | p4raw-id: //depot/perl@19760
* Configure -Dnoextensions would not accept a listAndy Dougherty2003-06-111-3/+3
| | | | | Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@19742
* Regen Configure et al.Jarkko Hietaniemi2003-06-081-2/+2
| | | p4raw-id: //depot/perl@19710
* More symbol scan logic from Alan Burlison.Jarkko Hietaniemi2003-06-081-7/+15
| | | p4raw-id: //depot/perl@19709
* Add a real scan for pthread_attr_setscope().Jarkko Hietaniemi2003-05-241-1/+7
| | | p4raw-id: //depot/perl@19604
* Re: Last Call For (Least) Favourite Issues For 5.8.1Alan Burlison2003-05-171-14/+12
| | | | | | | Message-ID: <3EC40403.9000804@sun.com> (fixed symbol scanning for Solaris 10) p4raw-id: //depot/perl@19545
* RE: maint snapshot @ 19525Robin Barker2003-05-161-1/+1
| | | | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> (Part #1: the __format__ and __printf__) p4raw-id: //depot/perl@19527