summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-011-44/+1
| | | p4raw-id: //depot/perl@16293
* No bincompat5005.Jarkko Hietaniemi2002-05-011-49/+42
| | | p4raw-id: //depot/perl@16291
* Regen Configure to mirror #16111 (with one added tweak).Jarkko Hietaniemi2002-04-231-2/+2
| | | p4raw-id: //depot/perl@16115
* Configure test for byteorder loses bitsGurusamy Sarathy2002-04-231-1/+1
| | | p4raw-id: //depot/perl@16111
* Use UV (not long) for BYTEORDER.Jarkko Hietaniemi2002-04-231-8/+10
| | | p4raw-id: //depot/perl@16099
* As suggested by Arthur: the threads and threads::sharedJarkko Hietaniemi2002-04-171-7/+13
| | | | | | | | | | modules are always present. This tries to preempt two kinds of bug reports: (1) "the Perl 5.8.0 was supposed to have this new fancy threads implementation but my Perl doesn't seem to have it" (2) someone attempting to install threads using CPAN.pm and CPAN.pm helpfully starting to install perl 5.8.0 (which they might already have installed). p4raw-id: //depot/perl@15972
* Re: [-Uusedl] Encode does work but perl -V goes funny! Andy Dougherty2002-04-161-11/+15
| | | | | Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@15959
* Simplify the _r probing code by adding the i_systimeJarkko Hietaniemi2002-04-141-245/+5
| | | | | only for the APIs where it matters. p4raw-id: //depot/perl@15910
* As Merijn points out, pthread.h really needs to be knownJarkko Hietaniemi2002-04-091-5/+8
| | | | | by protochk. p4raw-id: //depot/perl@15828
* [ PATCH ] Re: no snapshot today, no RC1 Monday H.Merijn Brand2002-04-081-8/+13
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15807
* [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on ↵Todd C. Miller2002-04-051-1/+4
| | | | | | | | OpenBSD systems From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com> p4raw-id: //depot/perl@15748
* Re: lib/sort.t failure [PATCH]Andy Dougherty2002-04-041-2/+8
| | | | | | | Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu> Default to usethreads in case the user most probably forgot it. p4raw-id: //depot/perl@15730
* versiononly should not put `old' versions in incH.Merijn Brand2002-03-291-19/+25
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@15600
* The #15472 said "properly". Ha!Jarkko Hietaniemi2002-03-241-2/+2
| | | p4raw-id: //depot/perl@15474
* Properly scan for the subextensions of EncodeJarkko Hietaniemi2002-03-241-4/+12
| | | | | when doing static builds. p4raw-id: //depot/perl@15472
* Various metaconfig unit cleanup; only one visible changeJarkko Hietaniemi2002-03-241-2/+2
| | | | | in Configure, though. p4raw-id: //depot/perl@15468
* The I_CSD, I_S, and V_S had wrong recepting datatype.Jarkko Hietaniemi2002-03-221-11/+11
| | | | | Also, there's no i_stdio. p4raw-id: //depot/perl@15418
* must do -Dcc=gcc with -DusethreadsRobin Barker2002-03-211-2/+11
| | | | | Message-Id: <200203211735.RAA15135@tempest.npl.co.uk> p4raw-id: //depot/perl@15394
* More HP-UX/IA64 workSpider Boardman2002-03-211-49/+385
| | | | | Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com> p4raw-id: //depot/perl@15388
* Installation updates on threads and perlio.Jarkko Hietaniemi2002-03-201-10/+6
| | | p4raw-id: //depot/perl@15354
* Support crypt_r(const char*,const char*, CRYPTD*).Jarkko Hietaniemi2002-03-191-1/+5
| | | p4raw-id: //depot/perl@15326
* d_nv_preserves_uv_bitsNicholas Clark2002-03-181-9/+9
| | | | | Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15290
* If not building threaded, never mind the threaded prototypes.Jarkko Hietaniemi2002-03-161-145/+289
| | | p4raw-id: //depot/perl@15264
* More paranoid _r protochecking. At least Tru64 andJarkko Hietaniemi2002-03-161-68/+596
| | | | | | | Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. p4raw-id: //depot/perl@15257
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-302/+2088
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* In DG/UX finding pthread_atfork requires a true compile,Jarkko Hietaniemi2002-03-081-3/+27
| | | | | from Takis Psarogiannakopoulos. p4raw-id: //depot/perl@15119
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-081-4/+6
| | | | | Message-ID: <KpAi8gzkganW092yn@efn.org> p4raw-id: //depot/perl@15106
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-071-1/+5
| | | | | Message-ID: <esuh8gzkg2/b092yn@efn.org> p4raw-id: //depot/perl@15078
* Scan for tm_zone (and tm_gmtoff, while we are at it).Jarkko Hietaniemi2002-03-061-1/+39
| | | p4raw-id: //depot/perl@15065
* Add Encode::CN, Encode::KR, and Encode::TW to the listJarkko Hietaniemi2002-03-041-4/+4
| | | | | of known extensions, where Encode::JP already is. p4raw-id: //depot/perl@15014
* Re: [PATCH] Configure to correctly recognize Amiga OSYitzchak Scott-Thoennes2002-03-011-2/+2
| | | | | Message-ID: <zy7f8gzkgWgY092yn@efn.org> p4raw-id: //depot/perl@14930
* Configure to correctly recognize Amiga OSPaul Green2002-02-281-9/+10
| | | | | Message-Id: <200202282007.PAA11412@mailhub1.stratus.com> p4raw-id: //depot/perl@14915
* Some hosts understand split -l 50, some only split -50Jarkko Hietaniemi2002-02-251-2/+2
| | | | | (from Paul Eggert). p4raw-id: //depot/perl@14868
* Also Encode/JP needs to be listed explicitly.Jarkko Hietaniemi2002-02-231-2/+4
| | | | | (Any other sub-Encode extensions?) p4raw-id: //depot/perl@14843
* Old hosts like NeXT Classic don't have sort -k,Jarkko Hietaniemi2002-02-231-2/+2
| | | | | from Paul Eggert. p4raw-id: //depot/perl@14839
* In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.Jarkko Hietaniemi2002-02-221-2/+2
| | | p4raw-id: //depot/perl@14835
* Revert #14805, didn't quite work.Jarkko Hietaniemi2002-02-211-12/+12
| | | p4raw-id: //depot/perl@14807
* Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-211-11/+11
| | | | | Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com> p4raw-id: //depot/perl@14805
* d_Gconvert hints and GlossaryYitzchak Scott-Thoennes2002-02-201-1/+1
| | | | | Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
* [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-201-5/+5
| | | | | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> p4raw-id: //depot/perl@14784
* [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)Gerrit P. Haase2002-02-201-2/+2
| | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <70348722516.20020220002329@familiehaase.de> p4raw-id: //depot/perl@14782
* metaconfig unit change for #14720.Jarkko Hietaniemi2002-02-161-13/+13
| | | p4raw-id: //depot/perl@14721
* Re: [proof-of-concept PATCH] d_Gconvert and ConfigureYitzchak Scott-Thoennes2002-02-161-16/+77
| | | | | | Message-Id: <VpKb8gzkgCdK092yn@efn.org> (Applied by hand.) p4raw-id: //depot/perl@14719
* Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of ↵Robin Barker2002-02-151-6/+31
| | | | | | | | | cc.cbu and checkcc Message-Id: <200202151214.MAA26466@tempest.npl.co.uk> Split checking-for-gcc and checking-for-cc. p4raw-id: //depot/perl@14707
* Also OS/2 seems to need exe set early.Jarkko Hietaniemi2002-02-141-1/+5
| | | p4raw-id: //depot/perl@14697
* $ln is supposed to be already set to $ln + executable suffixJarkko Hietaniemi2002-02-131-2/+2
| | | | | on platforms that need it, from Paul Green. p4raw-id: //depot/perl@14672
* -Dmksymlinks was broken by #14628.Jarkko Hietaniemi2002-02-111-3/+3
| | | p4raw-id: //depot/perl@14642
* Two Configure tweaks; the u32align test was tryingJarkko Hietaniemi2002-02-101-3/+12
| | | | | | to write into a string literal, the ln -s test was failing in VOS. p4raw-id: //depot/perl@14628
* The Configure change to go with #14604.Jarkko Hietaniemi2002-02-081-2/+2
| | | p4raw-id: //depot/perl@14605
* Configure DJGPP tweak from Laszlo Molnar.Jarkko Hietaniemi2002-02-081-2/+2
| | | p4raw-id: //depot/perl@14597