summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* The new socket tests need in some platformsJarkko Hietaniemi1998-11-231-0/+1
| | | | | to #include <sys/types.h>. p4raw-id: //depot/cfgperl@2294
* MSG_PROXY for GNU/Hurd (previously we believed thatJarkko Hietaniemi1998-11-221-92/+188
| | | | | | | | | | | | | | | | | | | | all GNU libc platforms have MSG_PROXY. Untrue). In fact this ended up as a major MSG_* and SCM_* update. The MSG_XXX known to be enums in some versions of the glibc are now probed for and respective HAS_MSG_XXX are defined. While I was at it I noticed SCM_RIGHTS being similarly an enum. This reminded me of an ancient discussion in perl5-porters: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html The BSD socket interface has a nifty feature for passing file descriptors and credentials--via sockets. It may be too late to add this functionality to the CORE but at least Configure now probes for the functions, structs, and includes, defining the appropriate HAS_YYY and I_ZZZ, and the Socket extension exports the constants, in case somebody wants to write an extension for this interface. p4raw-id: //depot/cfgperl@2285
* Allow hints file override for d_socketJarkko Hietaniemi1998-11-121-28/+33
| | | | | | | (based on Sequent-induced change #2229). p4raw-link: @2229 on //depot/cfgperl: 7e41cbf587d3939982dff81b53af233a1ae2406d p4raw-id: //depot/cfgperl@2230
* Configure update. Remove last trace of PTHREADS_CREATED_JOINABLEJarkko Hietaniemi1998-11-051-272/+325
| | | | | (from vos/config.h). Update Porting/{Glossary,config*}. p4raw-id: //depot/cfgperl@2204
* Configure update.Jarkko Hietaniemi1998-11-041-21/+26
| | | | | | | | | | | | | | | | | | | | | Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a, From: Andy Dougherty <doughera@lafcol.lafayette.edu> To: Martin Bligh <mbligh@sequent.com> Cc: Jarkko Hietaniemi <jhi@iki.fi> Subject: Re: Perl 5's configure on DYNIX/ptx Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys> Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST) find sockets also from libsocket, not just libnet. OS390: $compile_ok instead of $compile for <inttypes.h>, From: pvhp@forte.com (Peter Prymmer) To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU Subject: _53 not OK on os390 but looking better than ever Date: Tue, 3 Nov 98 17:33:22 PST Message-Id: <9811040133.AA09450@forte.com> p4raw-id: //depot/cfgperl@2190
* Replace ATTR_JOINABLE with true Configure probeJarkko Hietaniemi1998-11-021-3/+69
| | | | | | | | | | for PTHREAD_CREATE_JOINABLE (or equivalent: PTHREAD_CREATE_UNDETACHED or __UNDETACHED). Remove ATTR_JOINABLE itself: Thread.xs uses PTHREAD_CREATE_JOINABLE (or equivalent) directly. Really scan for <mach/cthreads.h> only if usethreads. p4raw-id: //depot/cfgperl@2181
* Regen sig_n{ame,umber}* if slightest doubt.Jarkko Hietaniemi1998-10-281-6/+8
| | | p4raw-id: //depot/cfgperl@2107
* $Config{sig_num_init}.Jarkko Hietaniemi1998-10-271-64/+10
| | | | | | | Also, a new approach to the 'pthreads-created-joinable': drop it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED} directly. (See also #2096). p4raw-id: //depot/cfgperl@2101
* Mach cthreads support based on:Brian Harrison1998-10-271-9/+37
| | | | | | | | | | | | | Subject: perl5.005_02 patch for mthreads To: perl5-porters@perl.org Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net> Pthread yield probe (dejavu) Cosmetic nanochange for the union semun output. Better inttypes.h probe. Undo the 'void *' $selecttype probe from #1971 because it breaks the $selectminbits test. p4raw-id: //depot/cfgperl@2095
* Configure update: both for pthread_yield more robustJarkko Hietaniemi1998-10-221-5/+1528
| | | | | | | testing (all variants of pthread_attr_getdetachstate()) -- and because Configure was broken in major way! About 1000 last lines were truncated. p4raw-id: //depot/cfgperl@2034
* yielding, the saga continues.Jarkko Hietaniemi1998-10-211-1584/+74
|\ | | | | p4raw-id: //depot/cfgperl@2032
* | VM/ESA feedback for #2028.Jarkko Hietaniemi1998-10-211-34/+1
| | | | | | p4raw-id: //depot/cfgperl@2031
* | Mumble about _yields() only when threaded.Jarkko Hietaniemi1998-10-201-7/+16
| | | | | | p4raw-id: //depot/cfgperl@2023
* | POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-0/+3
| | | | | | | | | | | | Subject: Ported perl 5.005.02 to BS2000 / POSIX Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> p4raw-id: //depot/cfgperl@2009
* | Removed an extra ' from the int64_t test.Jarkko Hietaniemi1998-10-171-1/+1
|/ | | p4raw-id: //depot/cfgperl@2004
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-43/+113
| | | | | p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b p4raw-id: //depot/cfgperl@1971
* Re: Configure test for selectbits bustedJarkko Hietaniemi1998-10-021-2/+9
| | | | | Message-Id: <199810010837.LAA31371@alpha.hut.fi> p4raw-id: //depot/perl@1917
* don't try to run foo_SH.orig etc.Gurusamy Sarathy1998-10-021-1/+1
| | | p4raw-id: //depot/perl@1913
* minor Configure tweaks (via private mail)Jarkko Hietaniemi1998-10-021-11/+1
| | | | | | Message-Id: <199809292325.CAA19737@alpha.hut.fi> Subject: [PATCH] 5.005_52: the drizzle continues p4raw-id: //depot/perl@1910
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-161/+382
| | | | | | | | over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch applied modulo SCO hints superseded by later patch Message-Id: <199809282156.AAA18615@alpha.hut.fi> Subject: [PATCH] 5.005_52: Configure et al: p4raw-id: //depot/perl@1904
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-347/+780
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* patches for perl 5.005_51 under U/WINJoe Buehler1998-09-231-0/+6
| | | | | Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com> p4raw-id: //depot/perl@1823
* [Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1Dominic Dunlop1998-08-071-1/+1
| | | | | Message-Id: <v03110702b1ef5274635a@[195.95.102.104]> p4raw-id: //depot/maint-5.005/perl@1748
* let some 'tr' be '$tr' for occult reasonsJeff Okamoto1998-08-051-4/+4
| | | | | | Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com> Subject: PATCH: Configure uses tr, not $tr p4raw-id: //depot/maint-5.005/perl@1733
* support OE/MVSJarkko Hietaniemi1998-08-021-11/+3
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* better validation of SysV IPC availabilityJarkko Hietaniemi1998-08-021-0/+55
| | | | | | Message-Id: <199807311013.NAA28887@koah.research.nokia.com> Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 p4raw-id: //depot/maint-5.005/perl@1692
* :_74 - Allow Configure to recognize _AIX41 & _POWER compiler definesArt Green1998-07-151-1/+1
| | | | | Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com> p4raw-id: //depot/perl@1510
* Config_74-01Andy Dougherty1998-07-151-12/+16
| | | | | Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys> p4raw-id: //depot/perl@1500
* Configure problem on dos-djgppLaszlo Molnar1998-07-141-0/+3
| | | | | Message-ID: <19980713231343.A178@cdata.tvnet.hu> p4raw-id: //depot/perl@1479
* minor Configure nitsJarkko Hietaniemi1998-07-141-19/+50
| | | | | | Message-Id: <199807132025.XAA10771@alpha.hut.fi> Subject: Configure patches for MVS (and one x2p/Makefile.SH) p4raw-id: //depot/perl@1476
* fix $trnl interpolation in here-docs (via PM)Andy Dougherty1998-07-141-1/+1
| | | | | | Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys> Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness p4raw-id: //depot/perl@1473
* small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>Gurusamy Sarathy1998-07-121-2/+2
| | | p4raw-id: //depot/perl@1457
* applied installperl patch, corrected other little nitsAndreas König1998-07-121-1/+1
| | | | | | Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de> Subject: [5.004_72] installperl tweak p4raw-id: //depot/perl@1455
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-82/+292
| | | | | | Message-Id: <199807111451.RAA27010@alpha.hut.fi> Subject: M3 "generic" parts p4raw-id: //depot/perl@1451
* dos-djgpp updateLaszlo Molnar1998-07-111-1/+1
| | | | | Message-ID: <19980710231211.A161@cdata.tvnet.hu> p4raw-id: //depot/perl@1433
* Configure indentation patchAndy Dougherty1998-07-091-7/+7
| | | | | Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys> p4raw-id: //depot/perl@1387
* add extension to support SysV IPCJarkko Hietaniemi1998-07-081-0/+5
| | | | | | Message-Id: <199807062332.CAA25792@alpha.hut.fi> Subject: [PATCH] 5.004_70: IPC::SysV p4raw-id: //depot/perl@1372
* Config_70-01: Remove default "/share"Andy Dougherty1998-07-061-22/+14
| | | | | Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys> p4raw-id: //depot/perl@1352
* Configure updateAndy Dougherty1998-07-041-307/+305
| | | | | | Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu> Subject: [PATCH 5.004_69] Config_69-01 p4raw-id: //depot/perl@1295
* applied patch, moved #define mkfifo ... from perl.h to POSIX.xsJarkko Hietaniemi1998-06-231-0/+13
| | | | | | Message-Id: <199806222101.AAA16456@alpha.hut.fi> Subject: [PATCH] _67: somebody said POSIX::mknod? p4raw-id: //depot/perl@1199
* applied patch, modified logic to avoid reentering lexer at compile-timeGraham Barr1998-06-211-2/+33
| | | | | | Message-ID: <19980619113104.S9711@asic.sc.ti.com> Subject: Re: [PATCH perl5.004_67] Add Errno in ext/ p4raw-id: //depot/perl@1173
* Config_66-01-02.diffAndy Dougherty1998-06-121-6/+18
| | | | | Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys> p4raw-id: //depot/perl@1123
* Config_66-01Andy Dougherty1998-06-101-11/+29
| | | | | Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys> p4raw-id: //depot/perl@1087
* [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hintsAndy Dougherty1998-05-281-1/+166
| | | | | | | Date: Thu, 28 May 1998 13:27:25 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing Date: Thu, 28 May 1998 13:28:21 -0400 (EDT) p4raw-id: //depot/perl@1047
* Back out change 1043 since Andy's forthcoming Config patchMalcolm Beattie1998-05-281-162/+0
| | | | | includes a modified version. p4raw-id: //depot/perl@1046
* This change really is:Jarkko Hietaniemi1998-05-281-0/+162
| | | | | | | | | | | Subject: [PATCH] 5.004_65: the infamous semctl() Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST) Change 1041 claimed to be this patch but was really: Subject: [PATCH] 5.004_65: t/op/ipc*.t Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST) From: Jarkko Hietaniemi <jhi@iki.fi> p4raw-id: //depot/perl@1043
* [PATCH 5.004_65] Config_65-01: lchown() detection.Andy Dougherty1998-05-281-1/+35
| | | | | | | Date: Thu, 28 May 1998 13:25:21 -0400 (EDT) Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes Date: Thu, 28 May 1998 13:26:18 -0400 (EDT) p4raw-id: //depot/perl@1042
* [PATCH for 5.004_64] Configure patch Config_64-01Andy Dougherty1998-05-141-215/+261
| | | | | | | | | | | Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT) Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT) Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT) Subject: [PATCH 5.004_64] Config_64-03-04.diff Date: Wed, 13 May 1998 14:33:30 -0400 (EDT) p4raw-id: //depot/perl@948
* Config_63-04-05.diffAndy Dougherty1998-04-021-4/+4
| | | p4raw-id: //depot/perl@862
* Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-565/+763
| | | p4raw-id: //depot/perl@845