summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* startperl to respect versiononlyRobin Barker2000-11-011-21/+24
| | | | | Message-Id: <200010311629.QAA01771@tempest.npl.co.uk> p4raw-id: //depot/perl@7510
* The osname has been lowercased by now, from Tom Bates.Jarkko Hietaniemi2000-11-011-2/+2
| | | p4raw-id: //depot/perl@7506
* Whitespace style tweak. Was originally going to see toJoe Smith2000-10-311-2/+2
| | | | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-Id: <39FE32DD.24AAC4D@inwap.com> but that had already been taken care of. p4raw-id: //depot/perl@7503
* Too enthusiastic editing in #7460.Jarkko Hietaniemi2000-10-271-2/+2
| | | p4raw-id: //depot/perl@7462
* Use $sort, $uniq (and $tr) consistently as wonderedJarkko Hietaniemi2000-10-271-9/+9
| | | | | by Nicholas Clark. p4raw-id: //depot/perl@7460
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-1/+81
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427
* NonStop-UX patches from Tom Bates <tom.bates@compaq.com>Jarkko Hietaniemi2000-10-191-6/+7
| | | p4raw-id: //depot/perl@7371
* Needs to be conditional on SunOS 4.Paul Marquess2000-10-141-9/+16
| | | | | | Subject: [Pach 5.7.0@7229] Removing -ldb from the core build Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com> p4raw-id: //depot/perl@7230
* Introduce the man[24-8] variables, from Andy Dougherty.Jarkko Hietaniemi2000-10-121-1/+1
| | | p4raw-id: //depot/perl@7205
* Reapply Andy's patch and regen Configure.Jarkko Hietaniemi2000-10-101-1/+22
| | | p4raw-id: //depot/perl@7196
* Use the versiononly instead of the installscripts,Jarkko Hietaniemi2000-10-101-23/+1
| | | | | retract the changes 7146 and 7147. p4raw-id: //depot/perl@7195
* Change #7160 had a nasty typo.Jarkko Hietaniemi2000-10-091-2/+2
| | | p4raw-id: //depot/perl@7177
* Fix bug in #7157 (s/cflags/ccflags); moved the -o fooJarkko Hietaniemi2000-10-061-20/+20
| | | | | | as the first option of cc/ld because of ultrapicky compilers (e.g. OS/390 R2.5) p4raw-id: //depot/perl@7160
* Also the $ccflags is needed for the C compiler check.H.Merijn Brand2000-10-061-5/+8
| | | | | | Subject: Configure (check for C-compiler) Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7157
* Enable disabling scripts installation by Configure -Uinstallscripts,Jarkko Hietaniemi2000-10-041-1/+24
| | | | | suggested by H. Merijn Brand. p4raw-id: //depot/perl@7146
* It is possible to have no hosts database at all. Pointed out inPeter Prymmer2000-10-031-11/+16
| | | | | | Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com> p4raw-id: //depot/perl@7139
* Misplaced else.Jarkko Hietaniemi2000-10-031-2/+2
| | | p4raw-id: //depot/perl@7129
* [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 ↵Yitzchak Scott-Thoennes2000-10-031-2/+9
| | | | | | | '(UNINSTALLED)' Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org> p4raw-id: //depot/perl@7128
* The #7054 truncated Configure badly.Jarkko Hietaniemi2000-09-121-133/+11797
| | | p4raw-id: //depot/perl@7063
* RE: [Patch 5.7.0] Removing -ldb from the core buildPaul Marquess2000-09-121-11790/+141
| | | | | Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com> p4raw-id: //depot/perl@7054
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-081-228/+27
| | | p4raw-id: //depot/perl@7041
* Various Configure nits by Philip Newton,Jarkko Hietaniemi2000-09-021-7/+13
| | | | | plus the ebcdic one by me. p4raw-id: //depot/perl@7005
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-50/+54
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* Nit in Configure (bleadperl@6961)Lupe Christoph2000-09-011-3/+4
| | | | | Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6977
* Small tweaks all over.Jarkko Hietaniemi2000-08-311-2/+3
| | | p4raw-id: //depot/perl@6961
* Forget about NV_MAX (#6951). Various floating point tweaks,Jarkko Hietaniemi2000-08-311-4/+7
| | | | | ideas from Eric Fifer, Yitzchak, Alan, and Spider. p4raw-id: //depot/perl@6953
* Don't attach -ld to the archname if pointless.Jarkko Hietaniemi2000-08-311-85/+93
| | | p4raw-id: //depot/perl@6945
* sscanf() may be the only way to read long doubles from strings.Jarkko Hietaniemi2000-08-311-1/+9
| | | p4raw-id: //depot/perl@6937
* Reset archname and archname64 always, forcing them beJarkko Hietaniemi2000-08-301-1/+3
| | | | | | recomputed at each Configure run, make Configure and the hints files agree on the naming of largefiles variables. p4raw-id: //depot/perl@6912
* Introduce ccname to keep track of what compiler kind of we have.Jarkko Hietaniemi2000-08-301-5/+8
| | | p4raw-id: //depot/perl@6907
* There's no point repeating the 'revision' (5) of perl5.Jarkko Hietaniemi2000-08-291-10/+7
| | | p4raw-id: //depot/perl@6896
* Regen Configure for #6894.Jarkko Hietaniemi2000-08-291-1/+1
| | | p4raw-id: //depot/perl@6895
* [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.orgPhilip Newton2000-08-291-7/+7
| | | | | Message-Id: <200008291938.VAA98259@smtp1.nikoma.de> p4raw-id: //depot/perl@6894
* Add -ld to archname on long tr...double platforms.Jarkko Hietaniemi2000-08-281-522/+540
| | | p4raw-id: //depot/perl@6865
* Passing -R in ldflags makes now it to appear in the defaultLupe Christoph2000-08-271-2/+2
| | | | | | | | for lddlflags, just like with -L. Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6846
* Tweak the sfio/useperlio logic, hopefully as wished inNicholas Clark2000-08-251-4/+14
| | | | | | Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED) Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk> p4raw-id: //depot/perl@6818
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-1/+7
| | | | | | | | the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com> p4raw-id: //depot/perl@6816
* Make the selection of NVff et al stricter.Jarkko Hietaniemi2000-08-221-2/+2
| | | p4raw-id: //depot/perl@6775
* Long double Gconvert fixes from Yitzchak Scott-ThoennesJarkko Hietaniemi2000-08-221-4/+4
| | | | | and Spider Boardman. p4raw-id: //depot/perl@6768
* Tweak the floating point output routine preferences.Jarkko Hietaniemi2000-08-211-51/+54
| | | p4raw-id: //depot/perl@6751
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-181-1/+35
| | | | | | | | | (helps for lib/peek + Linux + long doubles) Reported in Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Message-Id: <20000815040638.8524.qmail@foad.org> (note: the lib/complex failure has not yet been addressed) p4raw-id: //depot/perl@6685
* Don't propose using modules built for 5.005 if no binaryJeff Okamoto2000-08-171-1/+8
| | | | | | | compatibility with 5.005 is attempted. Subject: Minor nit with 5.7.0 (6655) Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com> p4raw-id: //depot/perl@6680
* Retract #6645.Jarkko Hietaniemi2000-08-171-31/+1
| | | p4raw-id: //depot/perl@6660
* (Retracted by #6660)Dominic Dunlop2000-08-151-1/+31
| | | | | | Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]> p4raw-id: //depot/perl@6645
* Use -Dusedevel; regen Configure and the respective Porting stuff.Jarkko Hietaniemi2000-08-151-2/+2
| | | p4raw-id: //depot/perl@6635
* Make the user to give up his firstborn, err, to knowinglyJarkko Hietaniemi2000-08-151-1/+35
| | | | | | | verify installing an unstable developer release. Also bump the release to 5.7.0, but leave a patch tag in the local patches saying that this is not yet the real thing. p4raw-id: //depot/perl@6628
* gcc versions might have (parentheses) in them.Jarkko Hietaniemi2000-08-041-2/+4
| | | p4raw-id: //depot/perl@6526
* Weed buglets pointed out byLupe Christoph2000-08-041-2/+11
| | | | | | Subject: Re: [ID 20000803.005] miniperl aborts during Perl make Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6525
* bad cppsymbols on os2 + Configure question Yitzchak Scott-Thoennes2000-08-041-8/+10
| | | | | Message-ID: <0wgi5gzkgqLb092yn@efn.org> p4raw-id: //depot/perl@6511
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-1/+7
| | | | | | | | | | | instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Message-Id: <20000801154139.A53740@yahoo-inc.com> p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3 p4raw-id: //depot/perl@6483