summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
...
* [perl #8599] s/catenate/concatenate/Casey West2003-05-131-4/+4
| | | | | | | Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
* One more possible extensions permutation.Jarkko Hietaniemi2003-05-071-4/+5
| | | p4raw-id: //depot/perl@19440
* Allow platforms to manipulate their archname by creatingJarkko Hietaniemi2003-05-071-1/+5
| | | | | a archname.cbu in their hints files. p4raw-id: //depot/perl@19437
* More long double logic from Alan Burlison.Jarkko Hietaniemi2003-05-071-24/+23
| | | p4raw-id: //depot/perl@19436
* Regen Configure (no changes but that's fine).Jarkko Hietaniemi2003-05-021-1/+1
| | | p4raw-id: //depot/perl@19387
* Re: maintperl on OpenUNIX 8Andy Dougherty2003-05-021-0/+1
| | | | | Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@19386
* OpenUNIX 8 supportRafael Garcia-Suarez2003-05-021-1/+1
| | | | | Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> p4raw-id: //depot/perl@19385
* Now the -Dnoextensions and -Dnoextensions have theJarkko Hietaniemi2003-04-251-34/+34
| | | | | chance of actually doing something. p4raw-id: //depot/perl@19337
* Configure's extension sanity check is too strictAndy Dougherty2003-04-251-1/+10
| | | | | Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@19334
* Regen Configure, Glossary, et alia.Jarkko Hietaniemi2003-04-231-1/+1
| | | p4raw-id: //depot/perl@19312
* Introduce two new Configure symbols:Jarkko Hietaniemi2003-04-211-269/+320
| | | | | | | | | | | | | | | [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval && (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt) [2] usefaststdio = do we use fast stdio if we have it? For 5.[68], we do. For anything else, we don't. (At least, unless otherwise instructed by -Dusefaststdio.) This means that for bleadperl we no more use stdio, but instead default to perlio: the effect of PERLIO=perlio, in other words. (PERLIO=stdio will still switch to using stdio.) This change may endanger extensions using FILE*-- but if we are to migrate fully to perlio, better start swallowing the poison now. For maintperl, the usefaststdio still defaults to yes. p4raw-id: //depot/perl@19286
* Give more information of what to do when -Dusexxx fail.Jarkko Hietaniemi2003-04-201-1/+13
| | | p4raw-id: //depot/perl@19278
* Fail if the specified -Duse64xxx cannot be fulfilled.Jarkko Hietaniemi2003-04-191-15/+23
| | | | | | (And undo a doublesize probe glitch from change #19272.) p4raw-link: @19272 on //depot/perl: fe63a0b4487686a4d99ab713bc73995cff5ffdc0 p4raw-id: //depot/perl@19273
* If long doubles fail, we really cannot sensiblyJarkko Hietaniemi2003-04-191-8/+5
| | | | | | | | drop back to doubles anymore, therefore abort. Pointed out by Slaven Rezic. (I tried to fix this via metaconfig but ended up with a vicious cyclic dependency.) p4raw-id: //depot/perl@19272
* Implement -Dnoextensions=... and -Donlyextensions=...Jarkko Hietaniemi2003-04-171-1/+41
| | | p4raw-id: //depot/perl@19253
* Small tidying up of the selectminbits code, but mostJarkko Hietaniemi2003-04-171-10/+15
| | | | | | | | | importantly allocate the buffer from the heap using malloc, not from the stack: using stack causes unaligned access in LP64 Solaris since stack data is not guaranteed to be 64-bit aligned, while a fd_set is (it has 1024 longs). (via Alan Burlison) p4raw-id: //depot/perl@19248
* Thinko in modfl detection.Jarkko Hietaniemi2003-04-161-3/+3
| | | p4raw-id: //depot/perl@19228
* The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.Jarkko Hietaniemi2003-04-151-701/+736
| | | p4raw-id: //depot/perl@19224
* False alarm: no cyclic dependency.Jarkko Hietaniemi2003-04-151-45/+45
| | | p4raw-id: //depot/perl@19221
* Backport of _most_ of the changes in #19218: not one bigJarkko Hietaniemi2003-04-151-177/+142
| | | | | cyclic dependency, though, it must be broken up somehow. p4raw-id: //depot/perl@19219
* Big patch from Alan Burlison to make Solaris long doubles work.Jarkko Hietaniemi2003-04-151-66/+190
| | | | | | | (Also spreads more <stdlib.h> joy.) Needs backporting to metaconfig units and introducing the new symbols to non-Configure lands. p4raw-id: //depot/perl@19218
* Integrate:Ilya Zakharevich2003-04-011-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19106] Subject: [PATCH 5.8.1 @19053] OS/2-related patches Message-ID: <20030331204337.GA3634@math.berkeley.edu> and regen Configure. p4raw-link: @19106 on //depot/maint-5.8/perl: 8257dec7ed17c0d4d721411d2a781ceadf724da5 p4raw-id: //depot/perl@19120 p4raw-edited: from //depot/maint-5.8/perl@19118 'edit in' embedvar.h (@18804..) p4raw-integrated: from //depot/maint-5.8/perl@19118 'copy in' os2/Makefile.SHs os2/OS2/ExtAttr/Changes os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2thread.h (@17645..) ext/threads/threads.xs (@18619..) perlio.c (@18948..) Makefile.SH (@19061..) 'ignore' embed.pl (@18872..) embed.h (@19011..) embed.fnc (@19030..) 'merge in' os2/os2ish.h (@17645..) os2/os2.c (@18347..) perlapi.h (@18804..) perlvars.h (@18808..) makedef.pl (@18896..) intrpvar.h (@18920..) sv.c (@18961..) p4raw-edited: from //depot/maint-5.8/perl@19106 'edit in' Configure (@19040..) p4raw-integrated: from //depot/maint-5.8/perl@19106 'copy in' reentr.h (@18850..) reentr.c reentr.pl (@18922..)
* The description of SIG_SIZE was off.Jarkko Hietaniemi2003-03-181-1/+1
| | | p4raw-id: //depot/perl@19021
* Since Configure does the signal name/number probe with awkJarkko Hietaniemi2003-03-141-3/+3
| | | | | | | | | | based on the cpp results (not by really running code), testing for the signum value is not really helpful if we have runtime function calls (some signal numbers are dynamic, for example) (or other extra stuff where the signum value is expected). (Runtimeness also means that Configure cannot get these right, anyway.) Better filter in just the constant non-negative numbers. p4raw-id: //depot/perl@18973
* Signal issues.Jarkko Hietaniemi2003-03-141-2/+2
| | | | | | (1) Filter out negative signals. (2) Correct sig_num* and sig_name* descriptions. p4raw-id: //depot/perl@18971
* Some more stdlib.h inclusions and change the gccversionJarkko Hietaniemi2003-03-131-4/+8
| | | | | test to use return (could have used that for all, sigh). p4raw-id: //depot/perl@18959
* Ouch. Missed one more, the void flags check (and exit() is void).Jarkko Hietaniemi2003-03-121-4/+4
| | | p4raw-id: //depot/perl@18944
* Missed one.Jarkko Hietaniemi2003-03-111-2/+2
| | | p4raw-id: //depot/perl@18932
* Single vs doublequoted context is important...Jarkko Hietaniemi2003-03-111-4/+4
| | | p4raw-id: //depot/perl@18929
* Solaris cc wants prototype for exit(), so <stdlib.h> needed.Jarkko Hietaniemi2003-03-111-100/+160
| | | p4raw-id: //depot/perl@18923
* [patch config_h.SH] redefining __attribute__Stas Bekman2003-03-061-1/+1
| | | | | Message-ID: <3E669E6B.1060606@stason.org> p4raw-id: //depot/perl@18833
* Couple more _r possibilities (found in a RH 8.0 box), andJarkko Hietaniemi2003-03-051-2/+18
| | | | | | the random() macros were all wrong. (I don't know why metaconfig did so much reordering of config_h.SH.) p4raw-id: //depot/perl@18831
* Duh, test -e ENOPORTABLE, I should've remembered that.Jarkko Hietaniemi2003-02-031-2/+2
| | | | | (Made Solaris go boom.) p4raw-id: //depot/perl@18644
* Plan 9: No Configure.Jarkko Hietaniemi2003-02-021-2/+13
| | | p4raw-id: //depot/perl@18626
* Plan 9: doesn't really do Configure (undo #18585/#18586)Jarkko Hietaniemi2003-02-021-26/+21
| | | p4raw-id: //depot/perl@18624
* Plan 9 doesn't do nm, from Russ Cox.Jarkko Hietaniemi2003-01-261-0/+5
| | | p4raw-id: //depot/perl@18586
* Re: FreeBSD 5 hints patchYitzchak Scott-Thoennes2003-01-211-3/+20
| | | | | Message-ID: <spPE+gzkg+6F092yn@efn.org> p4raw-id: //depot/perl@18538
* Redone #18011 from metaunitsH.Merijn Brand2002-12-161-4/+4
| | | p4raw-id: //depot/perl@18304
* #17171: ld flag for shrplib on OpenBSDTodd C. Miller2002-11-261-2/+2
| | | | | From: "Todd C. Miller" <Todd.Miller at courtesan.com> p4raw-id: //depot/perl@18182
* hires sleeping wants libsJarkko Hietaniemi2002-11-211-2/+2
| | | | | Message-ID: <20021120151830.GC127060@lyta.hut.fi> p4raw-id: //depot/perl@18168
* repair 18139 (missing awk command)H.Merijn Brand2002-11-121-2/+2
| | | p4raw-id: //depot/perl@18141
* Tru64 osversJarkko Hietaniemi2002-11-121-2/+2
| | | | | Message-ID: <20021112144922.GI511825@lyta.hut.fi> p4raw-id: //depot/perl@18139
* Changed the warning detection pattern because of:Nicholas Clark2002-11-041-6/+6
| | | | | | Subject: ccache gcc3.2 doesn't work Message-ID: <20021029150139.J82080@plum.flirble.org> p4raw-id: //depot/perl@18094
* [perl #17805] BUG: Grammar bug during ConfigureRichard Hitt2002-10-121-3/+3
| | | | | | From: Richard Hitt (via RT) <perlbug@perl.org> Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org> p4raw-id: //depot/perl@18011
* MakeMaker's INSTALLSITEMANXDIR Configure's counterpartH.Merijn Brand2002-10-021-1/+394
| | | | | Thu, 25 Jul 2002, Andy Dougherty p4raw-id: //depot/perl@17951
* nanosleep probes as per Jarkko's requestH.Merijn Brand2002-09-301-8/+14
| | | p4raw-id: //depot/perl@17944
* [perl #16796] Configure script bugletAmick, Eric2002-09-291-2/+3
| | | | | | From: "Amick, Eric" (via RT) <perlbug@perl.org> Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org> p4raw-id: //depot/perl@17941
* defuse installusrbinperlJarkko Hietaniemi2002-09-261-6/+26
| | | | | Message-ID: <20020919150103.GI208696@lyta.hut.fi> p4raw-id: //depot/perl@17926
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-0/+2
| | | | | Message-ID: <20020917221925.GF85044@lyta.hut.fi> p4raw-id: //depot/perl@17925
* Tabs erroneusly expanded to spaces, causing AIX to failH.Merijn Brand2002-09-131-2/+2
| | | | | in building DProf p4raw-id: //depot/perl@17904