summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Configure setting patchlevel brokenYitzchak Scott-Thoennes2005-11-091-2/+2
| | | | | Message-ID: <20051014073329.GA3236@efn.org> p4raw-id: //depot/perl@26056
* Re: futimes [PATCH]Steve Peters2005-11-041-4/+35
| | | | | Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25995
* revive probe for futimes ()H.Merijn Brand2005-10-311-1/+7
| | | p4raw-id: //depot/perl@25935
* Backport of changes #25831 and #25832. Re-order neededYitzchak Scott-Thoennes2005-10-241-75/+83
| | | | | | | Subject: [PATCH] Re: Configure question about format of cc/cppsymbols Message-ID: <20051024200458.GC2312@efn.org> p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7 p4raw-id: //depot/perl@25837
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-241-0/+64
| | | | | | | 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
* Add probe for clearenv (), like #25733 for unsetenv ()H.Merijn Brand2005-10-181-1/+7
| | | p4raw-id: //depot/perl@25793
* Add probe for unsetenv ()Steve Peters2005-10-101-1/+7
| | | | | | Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25733
* [perl #36448] configuring ranlib for perl on osx with xcode 2.1Luke Closs2005-09-131-1/+3
| | | | | | | From: Luke Closs (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org> Date: 1 Jul 2005 21:56:31 -0000 p4raw-id: //depot/perl@25402
* Detection of malloc_size and malloc_good_sizeH.Merijn Brand2005-09-121-1/+13
| | | p4raw-id: //depot/perl@25387
* Added amd64 and x86_64 to recognized predefined cpp symsH.Merijn Brand2005-09-061-3/+3
| | | p4raw-id: //depot/perl@25357
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-2/+8
| | | | | Message-ID: <42DCC278.2010009@gmail.com> p4raw-id: //depot/perl@25185
* 1. Typo detected by Schwern (#25151)H.Merijn Brand2005-07-181-2/+9
| | | | | | 2. Added proza about patches (#25152) 3. dirfd got the wrong define based on previous tests (#25168) p4raw-id: //depot/perl@25169
* Redo generation of change #24898H.Merijn Brand2005-06-211-2/+2
| | | | | | Do not forget to run Porting/config_h.pl! p4raw-link: @24898 on //depot/perl: f607920a165f3c14b9c61dc74e535bdc6aa1904c p4raw-id: //depot/perl@24934
* 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