summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-03-231-0/+16
|\ | | | | p4raw-id: //depot/perl@3131
| * First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-16/+16
| | | | | | | | | | | | | | | | Subject: Keeping the world in sync. Reply-To: wsanchez@apple.com To: perlbug@perl.com Message-Id: <199811140111.RAA41784@scv4.apple.com> p4raw-id: //depot/cfgperl@3108
| * d_uname was broken (probably since _53), reported byJarkko Hietaniemi1999-03-091-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Alan Burlison <Alan.Burlison@uk.sun.com> To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>, cpan-testers@perl.org Subject: Not OK: perl 5.00556 on sun4-solaris 2.6 Date: Mon, 08 Mar 1999 13:22:31 +0000 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com> and From: lvirden@cas.org (Larry W. Virden) To: perlbug@perl.com Subject: configure not correctly identifying uname posix compatibility Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST) Message-Id: <199903081136.GAA23682@cas.org> p4raw-id: //depot/cfgperl@3099
| * Integrate from mainperl.Jarkko Hietaniemi1999-03-041-0/+16
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3077
| * Regen config_h.SH once more because of *size, Hans Mulder1999-03-041-16/+16
| | | | | | | | | | | | | | | | | | noticed by To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: [PATCH for _56] LONGSIZE used before it is set in config.h Message-Id: <9903032317.AA23021@icgned.icgroup.nl> p4raw-id: //depot/cfgperl@3076
* | LONGSIZE used before it is set in config.hHans Mulder1999-03-041-16/+16
|/ | | | | Message-Id: <9903032317.AA23021@icgned.icgroup.nl> p4raw-id: //depot/perl@3068
* Configure regen toJarkko Hietaniemi1999-03-031-11/+10
| | | | | | | (1) match maint-5.005 patches #3056 and #3057 (2) better version of PHOSTNAME of #3050 (3) the crosscompile/multiarch config_h.SH trouble solved for now p4raw-id: //depot/cfgperl@3058
* To: perl5-porters@perl.org, vmsperl@perl.orgHans Mulder1999-03-021-36/+40
| | | | | | | | | | | | | | | | Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS Date: Mon, 01 Mar 1999 16:06:29 -0800 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_56]vmsish.pm patch Date: Mon, 01 Mar 1999 20:19:04 -0800 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu> plus Configure regen containing a "solution" to the crosscompile/multiarch problem. p4raw-id: //depot/cfgperl@3050
* Temporary workaround for the config_h.SH versusJarkko Hietaniemi1999-02-251-2/+2
| | | | | | crosscompile and multiarch plus introduce 'rt' to $libswanted: in UNIX98 sched_yield() lives there. p4raw-id: //depot/cfgperl@3025
* Snapshot the cross-compilation/multiarchitecture stuffJarkko Hietaniemi1999-02-221-0/+15
| | | | | (currently broken in next) p4raw-id: //depot/cfgperl@3012
* Undo the references to local{lib,arch} introduced by #3006.Jarkko Hietaniemi1999-02-221-8/+0
| | | p4raw-id: //depot/cfgperl@3007
* Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)Hans Mulder1999-02-221-15/+43
| | | | | | | | | | To: perlbug@perl.com Reply-To: hansmu@xs4all.nl Message-Id: <9902212201.AA13386@icgned.icgroup.nl> plus other Configure changes: prepare for cross-compilation/ multiarchitecture builds. p4raw-id: //depot/cfgperl@3006
* Glossary now mostly fixed.Jarkko Hietaniemi1999-02-201-4/+16
| | | p4raw-id: //depot/cfgperl@2996
* Configure update.Jarkko Hietaniemi1999-02-071-0/+42
| | | | | | Probe for mmap() et alia. The *cc*symbols patch (just Configure, no h2ph). p4raw-id: //depot/cfgperl@2829
* These should've been already in #2803.Jarkko Hietaniemi1999-02-021-0/+8
| | | p4raw-id: //depot/cfgperl@2804
* I_MNTENT was missing.Jarkko Hietaniemi1999-01-201-0/+6
| | | p4raw-id: //depot/cfgperl@2651
* Jumbo Configure update.Jarkko Hietaniemi1999-01-191-7/+45
| | | | | | | | | * -Uinstallusrbinperl: disable /usr/bin/perl installation by installperl * usethreads.cbu * use64bits.cbu * "nosuid" p4raw-id: //depot/cfgperl@2649
* Change#2441 aftermath.Jarkko Hietaniemi1998-12-031-10/+5
| | | p4raw-id: //depot/cfgperl@2443
* Initial VMS patchesHans Mulder1998-12-031-0/+6
| | | | | | | | | To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu> The patch to config_h.SH requires more study because metaconfig needs to agree. p4raw-id: //depot/cfgperl@2441
* Add I_POLL for IO 1.20.Jarkko Hietaniemi1998-11-291-0/+6
| | | p4raw-id: //depot/cfgperl@2389
* MSG_PROXY for GNU/Hurd (previously we believed thatJarkko Hietaniemi1998-11-221-3/+82
| | | | | | | | | | | | | | | | | | | | 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
* Configure update. Remove last trace of PTHREADS_CREATED_JOINABLEJarkko Hietaniemi1998-11-051-0/+40
| | | | | (from vos/config.h). Update Porting/{Glossary,config*}. p4raw-id: //depot/cfgperl@2204
* Replace ATTR_JOINABLE with true Configure probeJarkko Hietaniemi1998-11-021-0/+9
| | | | | | | | | | 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
* $Config{sig_num_init}.Jarkko Hietaniemi1998-10-271-7/+1
| | | | | | | 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-0/+6
| | | | | | | | | | | | | 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
* yielding, the saga continues.Jarkko Hietaniemi1998-10-211-0/+12
|\ | | | | p4raw-id: //depot/cfgperl@2032
* | VM/ESA feedback for #2028.Jarkko Hietaniemi1998-10-211-7/+0
| | | | | | p4raw-id: //depot/cfgperl@2031
* | Add lseeksize.Jarkko Hietaniemi1998-10-201-0/+4
|/ | | p4raw-id: //depot/cfgperl@2024
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-26/+27
| | | | | p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b p4raw-id: //depot/cfgperl@1971
* minor Configure tweaks (via private mail)Jarkko Hietaniemi1998-10-021-0/+6
| | | | | | 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-8/+35
| | | | | | | | 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
* update template config.sh, add new config vars to win32 stuffGurusamy Sarathy1998-09-251-1/+1
| | | p4raw-id: //depot/perl@1890
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-120/+343
| | | | | | | | | | | | | | | | | 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
* add stub docs for ext/B, other minor tweaksGurusamy Sarathy1998-07-151-1/+1
| | | p4raw-id: //depot/perl@1518
* Config_74-01Andy Dougherty1998-07-151-1/+7
| | | | | Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys> p4raw-id: //depot/perl@1500
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-0/+46
| | | | | | Message-Id: <199807111451.RAA27010@alpha.hut.fi> Subject: M3 "generic" parts p4raw-id: //depot/perl@1451
* Configure updateAndy Dougherty1998-07-041-107/+92
| | | | | | 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/+15
| | | | | | Message-Id: <199806222101.AAA16456@alpha.hut.fi> Subject: [PATCH] _67: somebody said POSIX::mknod? p4raw-id: //depot/perl@1199
* Config_66-01Andy Dougherty1998-06-101-6/+0
| | | | | 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-6/+28
| | | | | | | 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-24/+0
| | | | | includes a modified version. p4raw-id: //depot/perl@1046
* This change really is:Jarkko Hietaniemi1998-05-281-0/+24
| | | | | | | | | | | 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-0/+7
| | | | | | | 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-67/+78
| | | | | | | | | | | 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
* Andy Dougherty's configuration patches (Config_63-01 up to 04).Malcolm Beattie1998-04-021-115/+161
| | | p4raw-id: //depot/perl@845
* [PATCH 5.004_62} Config_62-01 patch available.Andy Dougherty1998-03-161-3/+92
| | | | | | | Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
* Configure patches -01 and -02 for 5.004_61.Andy Dougherty1998-03-051-6/+77
| | | p4raw-id: //depot/perl@783
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-602/+516
| | | p4raw-id: //depot/perl@575
* [win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/Gurusamy Sarathy1998-02-151-2/+2
| | | p4raw-id: //depot/win32/perl@526
* [PATCH] 5.004_58: the locale.t problem in IRIXJarkko Hietaniemi1998-02-121-11/+56
| | | | | | | | | Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET) Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET) Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET) p4raw-id: //depot/perl@504