summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
...
* Configure sanity checks:Jarkko Hietaniemi2001-04-031-384/+414
| | | | | | | | | | * if use64bitall is attempted but pointers are only 32-bit, 'downgrade' to use64bitint * if use64bitint is attempted but there's no quad type, forget about use64bitint (well, the default for it is 'n', the user can still override this) * if pointers are 64 bits, do not try to use Perl's malloc p4raw-id: //depot/perl@9525
* Add sockatmark() probing.Jarkko Hietaniemi2001-03-271-1/+27
| | | p4raw-id: //depot/perl@9371
* Typo in #9113.Jarkko Hietaniemi2001-03-131-2/+2
| | | p4raw-id: //depot/perl@9122
* OS/390 mydomain last gasp before silly guess (was Re: What do I need to ↵Peter Prymmer2001-03-131-1/+6
| | | | | | | build EBCDIC perl?) Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com> p4raw-id: //depot/perl@9113
* Regen files for mainline.Jarkko Hietaniemi2001-03-031-2/+2
| | | p4raw-id: //depot/perl@8996
* Be more helpful for devel builders, suggested by John L. Allen.Jarkko Hietaniemi2001-02-231-1/+4
| | | p4raw-id: //depot/perl@8903
* Add -stdio to the archname if no perlio selected,Jarkko Hietaniemi2001-02-221-8/+12
| | | | | | | no -perlio added since that is now the default. Add few CPUs/architectures to the Cppsym scan. p4raw-id: //depot/perl@8890
* *drum roll* Make perlio the default.Jarkko Hietaniemi2001-02-221-7/+7
| | | p4raw-id: //depot/perl@8888
* Fix the sys/fcntl.h problem reported by Peter Prymmer.Jarkko Hietaniemi2001-02-211-6/+13
| | | p4raw-id: //depot/perl@8877
* If no sfio, no -lsfio.Jarkko Hietaniemi2001-02-211-6/+47
| | | p4raw-id: //depot/perl@8876
* For -Dusedevel builds turn off installusrbinperl and turn onJarkko Hietaniemi2001-02-031-2/+13
| | | | | | | versiononly, a combined idea of Richard Soderberg and Merijn H. Brand. You can still override both of these from the command line if you need to, -Dinstallusrbinperl and -Uversiononly. p4raw-id: //depot/perl@8685
* Configure fix for the DYNIX/ptx F_SETFL problem,Jarkko Hietaniemi2001-02-031-8/+6
| | | | | reported by Peter Prymmer for 5.6-TRIAL1. p4raw-id: //depot/perl@8683
* Attach -perlio to the archname if so selected.Jarkko Hietaniemi2001-01-231-46/+58
| | | p4raw-id: //depot/perl@8526
* Sanity check for conflicting thread flavours.Jarkko Hietaniemi2001-01-211-1/+14
| | | p4raw-id: //depot/perl@8503
* The SIG_SIZE is the number of the elements *excluding*Jarkko Hietaniemi2001-01-211-1/+1
| | | | | the terminating NULL. p4raw-id: //depot/perl@8501
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-2/+4
| | | | | sig_num arrays, including the final NULL entry. p4raw-id: //depot/perl@8459
* Revert #8437 and #8438, the Linux large files story is more complex.Jarkko Hietaniemi2001-01-151-15/+1
| | | p4raw-id: //depot/perl@8440
* (Reverted by #8440)Jarkko Hietaniemi2001-01-141-1/+15
| | | | | | Add <features.h> probing, seems to be needed for (some?) Linux largefileness. p4raw-id: //depot/perl@8437
* Use UVXf.Jarkko Hietaniemi2001-01-121-1/+1
| | | p4raw-id: //depot/perl@8426
* Add sigprocmask() probe, regen Configure, regen toc.Jarkko Hietaniemi2001-01-121-1/+7
| | | p4raw-id: //depot/perl@8421
* failure to set src='.'Robin Barker2001-01-051-1/+2
| | | | | | | | | | | | | Message-Id: <200101021524.PAA15145@tempest.npl.co.uk> If you call configure as C<./Configure> or C<sh ./Configure>, $src is set to the absolute path name, not '.'. This, in turn, means -Dmksymlink tries to do its stuff because it does not think it is in the src directory. (plus a metaconfig nitfix) p4raw-id: //depot/perl@8337
* The new $issymlink was unknown to Mksymlinks.Jarkko Hietaniemi2001-01-041-2/+2
| | | p4raw-id: //depot/perl@8322
* The $sh_c didn't fly.Jarkko Hietaniemi2001-01-041-20/+12
| | | p4raw-id: //depot/perl@8318
* AIX builtin test -h is broken, changes based onH.Merijn Brand2001-01-041-16/+32
| | | | | | Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@8317
* Rename testsyml to issymlink.Jarkko Hietaniemi2000-12-211-11/+11
| | | p4raw-id: //depot/perl@8221
* Add Configure option -Dmksymlinks which will create a symlinkJarkko Hietaniemi2000-12-211-1/+83
| | | | | | forest if the current/build differs from the source directory. TODO: mkdir -p is not portable. p4raw-id: //depot/perl@8218
* Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).Jarkko Hietaniemi2000-12-191-1/+1
| | | p4raw-id: //depot/perl@8198
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-1/+7
| | | | | | in Digital UNIX (the broken strtoul brokenness detection seems to have been the fly in the ointment). p4raw-id: //depot/perl@8138
* I don't think it's sensible or portable to test the strtou*Jarkko Hietaniemi2000-12-151-1/+9
| | | | | on /^-/ strings. p4raw-id: //depot/perl@8136
* If longsize is 8 we don't need a LL suffix for integer constants.Jarkko Hietaniemi2000-12-151-12/+6
| | | p4raw-id: //depot/perl@8134
* strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ↵Nicholas Clark2000-12-151-5/+131
| | | | | | | arithmetic) Message-ID: <20001214183857.B97909@plum.flirble.org> p4raw-id: //depot/perl@8120
* Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmpAndy Dougherty2000-12-131-6/+6
| | | | | Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8099
* Untangle the <stdio.h> #include nest for the stdchar test,Jarkko Hietaniemi2000-12-031-15/+8
| | | | | from Andy Dougherty. p4raw-id: //depot/perl@7962
* An inconvenient hang would happen if the stdio _ptr wasn'tJarkko Hietaniemi2000-12-021-9/+14
| | | | | | found in <stdio.h> and <stdio_impl.h> didn't exist. (grep would be grepping stdin for all eternity for the _ptr.) p4raw-id: //depot/perl@7954
* Try to find stdchar also from <stdio_impl.h>.Jarkko Hietaniemi2000-12-011-3/+9
| | | p4raw-id: //depot/perl@7950
* [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17 Dominic Dunlop2000-11-291-1/+8
| | | | | | | Message-Id: <p04320400b649771b9797@[192.168.1.4]> Patch to catch a core dump in the Configure va_copy test. p4raw-id: //depot/perl@7928
* Make the va_copy() test not to be so talkative.Jarkko Hietaniemi2000-11-261-2/+2
| | | p4raw-id: //depot/perl@7864
* Undo the SOCKS workarounds, instead start using PerlIOJens Hamisch2000-11-251-10/+30
| | | | | | | | | | | | | | if SOCKS is selected. Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup Date: Fri, 24 Nov 2000 18:31:30 +0100 Message-ID: <20001124183130.E28337@Strawberry.COM> Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ... From: Jens Hamisch <jens@Strawberry.COM> Date: Fri, 24 Nov 2000 19:11:51 +0100 Message-ID: <20001124191151.A28753@Strawberry.COM> p4raw-id: //depot/perl@7855
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-99/+158
| | | | | | | | Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-161-1/+8
| | | p4raw-id: //depot/perl@7710
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-1/+7
| | | p4raw-id: //depot/perl@7705
* Regen Configure.Jarkko Hietaniemi2000-11-151-10/+18
| | | p4raw-id: //depot/perl@7689
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-121-1/+7
| | | p4raw-id: //depot/perl@7653
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-111-1/+7
| | | p4raw-id: //depot/perl@7646
* Remove unused extra arguments.Jarkko Hietaniemi2000-11-091-2/+2
| | | p4raw-id: //depot/perl@7622
* PATCH std stdio for (Free)BSDNicholas Clark2000-11-081-2/+24
| | | | | Message-ID: <20001108153629.D98736@plum.flirble.org> p4raw-id: //depot/perl@7607
* More careful detection of how well NVs and UVs mix.Nicholas Clark2000-11-081-77/+78
| | | | | | | | Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)) Message-ID: <20001108151412.B98736@plum.flirble.org> Added some SIGFPE paranoia. p4raw-id: //depot/perl@7605
* Bad thinko in #7581 (I used the test program with the expandedJarkko Hietaniemi2000-11-071-3/+3
| | | | | values as-is). p4raw-id: //depot/perl@7598
* Make the stdio test program of 7427 less noisy while being Jarkko Hietaniemi2000-11-061-8/+19
| | | | | | | compiled so that Digital UNIX wouldn't get both d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt undefined. This makes perlio happy. p4raw-id: //depot/perl@7581
* Configure would use a bad $myuname from an old config.sh.Andy Dougherty2000-11-041-3/+5
| | | | | | Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7546