summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Regen Configure.Jarkko Hietaniemi2000-11-151-10/+18
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-121-1/+7
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-111-1/+7
* Remove unused extra arguments.Jarkko Hietaniemi2000-11-091-2/+2
* PATCH std stdio for (Free)BSDNicholas Clark2000-11-081-2/+24
* More careful detection of how well NVs and UVs mix.Nicholas Clark2000-11-081-77/+78
* Bad thinko in #7581 (I used the test program with the expandedJarkko Hietaniemi2000-11-071-3/+3
* Make the stdio test program of 7427 less noisy while being Jarkko Hietaniemi2000-11-061-8/+19
* Configure would use a bad $myuname from an old config.sh.Andy Dougherty2000-11-041-3/+5
* Add FCNTL_CAN_LOCK.Andy Dougherty2000-11-041-1/+51
* startperl to respect versiononlyRobin Barker2000-11-011-21/+24
* The osname has been lowercased by now, from Tom Bates.Jarkko Hietaniemi2000-11-011-2/+2
* Whitespace style tweak. Was originally going to see toJoe Smith2000-10-311-2/+2
* Too enthusiastic editing in #7460.Jarkko Hietaniemi2000-10-271-2/+2
* Use $sort, $uniq (and $tr) consistently as wonderedJarkko Hietaniemi2000-10-271-9/+9
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-1/+81
* NonStop-UX patches from Tom Bates <tom.bates@compaq.com>Jarkko Hietaniemi2000-10-191-6/+7
* Needs to be conditional on SunOS 4.Paul Marquess2000-10-141-9/+16
* Introduce the man[24-8] variables, from Andy Dougherty.Jarkko Hietaniemi2000-10-121-1/+1
* Reapply Andy's patch and regen Configure.Jarkko Hietaniemi2000-10-101-1/+22
* Use the versiononly instead of the installscripts,Jarkko Hietaniemi2000-10-101-23/+1
* Change #7160 had a nasty typo.Jarkko Hietaniemi2000-10-091-2/+2
* Fix bug in #7157 (s/cflags/ccflags); moved the -o fooJarkko Hietaniemi2000-10-061-20/+20
* Also the $ccflags is needed for the C compiler check.H.Merijn Brand2000-10-061-5/+8
* Enable disabling scripts installation by Configure -Uinstallscripts,Jarkko Hietaniemi2000-10-041-1/+24
* It is possible to have no hosts database at all. Pointed out inPeter Prymmer2000-10-031-11/+16
* Misplaced else.Jarkko Hietaniemi2000-10-031-2/+2
* [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINS...Yitzchak Scott-Thoennes2000-10-031-2/+9
* The #7054 truncated Configure badly.Jarkko Hietaniemi2000-09-121-133/+11797
* RE: [Patch 5.7.0] Removing -ldb from the core buildPaul Marquess2000-09-121-11790/+141
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-081-228/+27
* Various Configure nits by Philip Newton,Jarkko Hietaniemi2000-09-021-7/+13
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-50/+54
* Nit in Configure (bleadperl@6961)Lupe Christoph2000-09-011-3/+4
* Small tweaks all over.Jarkko Hietaniemi2000-08-311-2/+3
* Forget about NV_MAX (#6951). Various floating point tweaks,Jarkko Hietaniemi2000-08-311-4/+7
* Don't attach -ld to the archname if pointless.Jarkko Hietaniemi2000-08-311-85/+93
* sscanf() may be the only way to read long doubles from strings.Jarkko Hietaniemi2000-08-311-1/+9
* Reset archname and archname64 always, forcing them beJarkko Hietaniemi2000-08-301-1/+3
* Introduce ccname to keep track of what compiler kind of we have.Jarkko Hietaniemi2000-08-301-5/+8
* There's no point repeating the 'revision' (5) of perl5.Jarkko Hietaniemi2000-08-291-10/+7
* Regen Configure for #6894.Jarkko Hietaniemi2000-08-291-1/+1
* [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.orgPhilip Newton2000-08-291-7/+7
* Add -ld to archname on long tr...double platforms.Jarkko Hietaniemi2000-08-281-522/+540
* Passing -R in ldflags makes now it to appear in the defaultLupe Christoph2000-08-271-2/+2
* Tweak the sfio/useperlio logic, hopefully as wished inNicholas Clark2000-08-251-4/+14
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-1/+7
* Make the selection of NVff et al stricter.Jarkko Hietaniemi2000-08-221-2/+2
* Long double Gconvert fixes from Yitzchak Scott-ThoennesJarkko Hietaniemi2000-08-221-4/+4
* Tweak the floating point output routine preferences.Jarkko Hietaniemi2000-08-211-51/+54