summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Re: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 ↵Jerry D. Hedden2008-04-021-2/+2
| | | | | | | | (macppcG5/1 cpu) From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510804021045s1f7ec22ftbf5b9e2f2c6c619e@mail.gmail.com> p4raw-id: //depot/perl@33631
* detecting Configure test goofs (Was Re: branch prediction hints)Nicholas Clark2008-03-301-1/+6
| | | | | Message-ID: <20080324163509.GW79799@plum.flirble.org> p4raw-id: //depot/perl@33606
* Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)Dominic Dunlop2008-03-291-0/+11
| | | | | | | | Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com> [but rename ******* to i_mallocmalloc.U, and then fix up all the files that Porting/checkcfgvar.pl says need i_mallocmalloc declared] p4raw-id: //depot/perl@33598
* Give the test file for __builtin_expect() the correct name (try.c, notNicholas Clark2008-03-241-5/+7
| | | | | | | | builtin.c). Correct the user visible text, which was clearly a cut & paste from __builtin_choose_expr. For both, also run the program as part of the checks. Add a return value to the test program, and make it return something useful (that the if statement worked). p4raw-id: //depot/perl@33551
* Final move from meta-3.0 to meta-3.5H.Merijn Brand2008-03-211-8/+33
| | | p4raw-id: //depot/perl@33547
* Resync with metaconfig. Escape the last ~.H.Merijn Brand2008-02-151-3/+3
| | | p4raw-id: //depot/perl@33321
* Shell patterns are subject to tilde expansion. So the case statementNicholas Clark2008-02-151-1/+1
| | | | | | | | | in the filexp script (written out by Configure) for expanding ~ and ~/* has never worked. It's always been relying on the /bin/csh glob for the ~* case. Few people ever noticed because one has to be building to one's home directory on a system with no csh installed. This is a bug from Perl 1.0's Configure! p4raw-id: //depot/perl@33318
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-0/+85
| | | | | | | | loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 p4raw-id: //depot/perl@33049
* Regen. Lots of under-the-hood changes accumulated.H.Merijn Brand2008-01-221-50/+42
| | | p4raw-id: //depot/perl@33038
* Intermediate update/regen in cleanup process, dtrace supportH.Merijn Brand2008-01-141-126/+128
| | | | | is now backported p4raw-id: //depot/perl@32974
* Re: [PATCH] Stop DTrace config option looping in non-interactive modeAndy Armstrong2008-01-121-4/+17
| | | | | | Message-Id: <4C6BD298-5CD3-49EA-8FED-4A6DA24BFA7B@hexten.net> Date: Sat, 12 Jan 2008 20:27:46 +0000 p4raw-id: //depot/perl@32967
* sh doesn't know about !Andy Armstrong2008-01-111-1/+4
| | | | | | Message-Id: <7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net> Date: Fri, 11 Jan 2008 19:34:25 +0000 p4raw-id: //depot/perl@32963
* Add dtrace supportAndy Armstrong2008-01-111-0/+69
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Intermediate re-gen for AndyA's dtrace work. More to comeH.Merijn Brand2008-01-091-67/+96
| | | p4raw-id: //depot/perl@32927
* Missing test, adding $ to the other testsH.Merijn Brand2008-01-011-3/+3
| | | p4raw-id: //depot/perl@32797
* Bring back the platforms that do not support -fstack-protectorH.Merijn Brand2008-01-011-11/+16
| | | p4raw-id: //depot/perl@32795
* Sync after metaconfig backports. Some reorders were doneH.Merijn Brand2007-12-291-10/+11
| | | p4raw-id: //depot/perl@32773
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-221-0/+6
| | | p4raw-id: //depot/perl@32705
* char can be unsigned, so i8 needs to be signed char.Nicholas Clark2007-12-201-1/+1
| | | p4raw-id: //depot/perl@32671
* Oops. Change 32669 didn't mean to add ssp to the libswanted list.Nicholas Clark2007-12-201-1/+1
| | | p4raw-id: //depot/perl@32670
* A new try at getting -fstack-protector working, by adding it to theNicholas Clark2007-12-201-4/+18
| | | | | | gcc link flags so that any implementation dependant libraries are also linked in. p4raw-id: //depot/perl@32669
* Merge the duplicated code for the tests for -fno-strict-aliasing andNicholas Clark2007-12-201-28/+23
| | | | | -pipe into a new eval'd "function" checkccflag p4raw-id: //depot/perl@32667
* [Patch] Configure doesn't pick up Hash/Util/FieldHashAlexander Gough2007-10-081-5/+7
| | | | | Message-ID: <20071007232910.GA24241@the.earth.li> p4raw-id: //depot/perl@32061
* The question auctioned at YAPC::Europe-2007 in ViennaH.Merijn Brand2007-09-091-1/+14
| | | p4raw-id: //depot/perl@31830
* bye bye charsizeH.Merijn Brand2007-08-211-69/+5
| | | | | it is^Wwas always 1 p4raw-id: //depot/perl@31745
* Various Gentoo PatchesMarcus Holland-Moritz2007-07-191-1/+2
| | | | | | | Message-ID: <20070718171758.77912ed4@r2d2> perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665 p4raw-id: //depot/perl@31639
* Expand tabs, add -A ccflags=-DMACRO to -hH.Merijn Brand2007-07-191-10/+11
| | | p4raw-id: //depot/perl@31637
* PERL_PATCHNUM is dead. Long live SMOKEs!H.Merijn Brand2007-07-091-2/+2
| | | | | | | | Started by Steve Hay <steve.hay@uk.radan.com> Subject: [PATCH] Re: patch level of blead/maintperl Date: Mon, 09 Jul 2007 13:10:11 +0100 Message-ID: <469225A3.5010909@uk.radan.com> p4raw-id: //depot/perl@31573
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-2/+2
| | | p4raw-id: //depot/perl@31404
* Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-DusethreadsAndy Dougherty2007-06-161-15/+27
| | | | | Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@31395
* Re: vsprintfAndy Dougherty2007-06-131-16/+53
| | | | | Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@31375
* Configure: Erroneous C++ messageAndy Dougherty2007-06-131-7/+6
| | | | | Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@31373
* Configure: O_NONBLOCK test uses fork() and pipe()Jarkko Hietaniemi2007-06-011-10/+18
| | | | | Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi> p4raw-id: //depot/perl@31323
* Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even ↵Jarkko Hietaniemi2007-05-161-30/+34
| | | | | | | with the Configure bits) Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi> p4raw-id: //depot/perl@31232
* Syntax error in Configure in bleadÆvar Arnfjörð Bjarmason2007-05-091-2/+2
| | | | | | From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com> Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com> p4raw-id: //depot/perl@31187
* Typing is for secretariesH.Merijn Brand2007-05-091-3/+3
| | | p4raw-id: //depot/perl@31183
* Better help ; regen after backport #31114 ; RT#42886 ' in unameH.Merijn Brand2007-05-091-8/+20
| | | p4raw-id: //depot/perl@31181
* Remove ext/ThreadJerry D. Hedden2007-05-021-24/+14
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114
* special Configure handling for IO/Compress modules no longer neededCraig A. Berry2007-04-271-3/+1
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06240812c256eae2b552@[172.16.52.1]> p4raw-id: //depot/perl@31095
* Leave try.c and include files where they are if we need them laterH.Merijn Brand2007-04-251-6/+7
| | | p4raw-id: //depot/perl@31066
* Missed quotes in protocheck for rm_tryH.Merijn Brand2007-04-231-2/+2
| | | p4raw-id: //depot/perl@31043
* Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;H.Merijn Brand2007-04-231-178/+173
| | | | | Small textual nit from Jarkko p4raw-id: //depot/perl@31040
* 1. Move #30327 to the generation locationH.Merijn Brand2007-04-181-35/+35
| | | | | | 2. Regen after backports 3. Include Jarkko's $run and \n patch p4raw-id: //depot/perl@30977
* When removing the test program source, also remove the compiledNicholas Clark2007-04-121-11/+11
| | | | | executable. p4raw-id: //depot/perl@30919
* If the test programs for strtoul(), strtoull() or strtouq() fail, don'tNicholas Clark2007-04-111-0/+9
| | | | | assume that the functions work. p4raw-id: //depot/perl@30904
* Make the don't-use-nm symbol table probes work under C++.Nicholas Clark2007-04-101-2/+5
| | | p4raw-id: //depot/perl@30897
* Tom Callaway's Redhat patchesTom Callaway2007-03-091-3/+3
| | | | | | | | | | | | | Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations From: Tom Callaway (via RT) <perlbug-followup@perl.org> Date: Thu, 22 Feb 2007 19:33:45 -0800 Message-ID: <rt-3.6.HEAD-28041-1172201625-659.41595-75-0@perl.org> Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too From: Tom Callaway (via RT) <perlbug-followup@perl.org> Date: Thu, 22 Feb 2007 14:56:24 -0800 Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org> p4raw-id: //depot/perl@30528
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-2/+2
| | | | | | | | | | From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> Also includes integration & deletion of win32/ext/Win32API to ext/Win32API, and addition of copyright message and corrections to spacing/tabbing as suggested by Jan Dubois. p4raw-id: //depot/perl@30379
* signbit detection (was [perl #39875] -0.0 loses signedness upon numeric ↵Andy Dougherty2007-02-101-29/+72
| | | | | | | comparison) Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@30192
* Default "$undef" for NV_PRESERVES_UV_BITS causes compilationMarcus Holland-Moritz2007-01-081-2/+2
| | | | | | failure of sv.c when triggered Message-ID: <20070108004911.7022445c@r2d2> p4raw-id: //depot/perl@29715