summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-281-3/+3
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* better INSTALL notes on Solaris issues (from Dominic Dunlop)Gurusamy Sarathy2000-04-271-3/+69
| | | p4raw-id: //depot/perl@5960
* add note to INSTALL about C++ compilers (from M J T Guy)Gurusamy Sarathy2000-03-071-0/+3
| | | p4raw-id: //depot/perl@5602
* add MakeMaker caveat to INSTALL (from Andy Dougherty)Gurusamy Sarathy2000-03-031-0/+7
| | | p4raw-id: //depot/perl@5491
* add note about failed tests on memory starved systems (fromGurusamy Sarathy2000-03-021-4/+2
| | | | | Andy Dougherty) p4raw-id: //depot/perl@5455
* Rhapsody/Darwin patches from Wilfredo Sanchez.Jarkko Hietaniemi2000-02-261-1/+1
| | | p4raw-id: //depot/cfgperl@5262
* Megalopatch for Configure: Andy's new installation schemes;Jarkko Hietaniemi2000-02-251-17/+17
| | | | | | introduce usefull64bits, beautify and regularize the various type probes; introduce d_lseekproto. p4raw-id: //depot/cfgperl@5253
* adjust notes on use5005threadsGurusamy Sarathy2000-02-021-1/+1
| | | p4raw-id: //depot/perl@4964
* INSTALL updates from Andy DoughertyGurusamy Sarathy2000-01-201-43/+55
| | | p4raw-id: //depot/perl@4824
* rework INSTALL to reflect new logic for versioning sitelibsGurusamy Sarathy2000-01-111-44/+44
| | | p4raw-id: //depot/perl@4794
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-16/+19
| | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-091-0/+14
| | | | | slightly altered) p4raw-id: //depot/perl@4771
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-1/+1
| | | p4raw-id: //depot/perl@4769
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-021-2/+4
| | | p4raw-id: //depot/perl@4616
* add notes in INSTALL about Configure -Accflags=-DFOOGurusamy Sarathy1999-09-271-27/+50
| | | p4raw-id: //depot/perl@4239
* INSTALL tweakGurusamy Sarathy1999-09-141-4/+14
| | | p4raw-id: //depot/perl@4150
* Update README and INSTALL; partly based on the messageJohn L. Allen1999-08-021-2/+18
| | | | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> cc: perl5-porters@perl.org Subject: Re: Perl Installation Problem Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com> and private email from Andy Dougherty. p4raw-id: //depot/cfgperl@3900
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-1/+1
| | | p4raw-id: //depot/cfgperl@3864
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-261-35/+35
| | | | | (%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
* New INSTALL from Andy plus a typo fix to it from Kurt.Jarkko Hietaniemi1999-07-231-322/+482
| | | | | | | | | | | | | | | | From: Andy Dougherty <doughera@lafayette.edu> To: Perl Porters <perl5-porters@perl.org> Subject: [PATCH 5.005_57] INSTALL-1.58 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT) Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys> From: "Kurt D. Starsinic" <kstar@chapin.edu> To: Andy Dougherty <doughera@lafayette.edu> Cc: Perl Porters <perl5-porters@perl.org> Subject: Re: [PATCH 5.005_57] INSTALL-1.58 Date: Fri, 23 Jul 1999 13:38:25 -0400 Message-ID: <19990723133825.A12033@O2.chapin.edu> p4raw-id: //depot/cfgperl@3729
* Change #3725 aftershock.Jarkko Hietaniemi1999-07-231-2/+3
| | | p4raw-id: //depot/cfgperl@3726
* move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-201-0/+1
| | | p4raw-id: //depot/perl@3710
* (Was Re: SunOS4.1 compilation error)Andy Dougherty1999-05-131-4/+14
| | | | | | To: perlbug@perl.com Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys> p4raw-id: //depot/cfgperl@3413
* Circumnavigate Digital UNIX 4.0D miniperl core dumpJarkko Hietaniemi1999-05-101-8/+0
| | | | | (due to QAR 56761) (the bug has been fixed in 4.0E or better) p4raw-id: //depot/cfgperl@3384
* Remove CONFIG item, add Digital UNIX 'ld' bug.Jarkko Hietaniemi1999-05-081-7/+8
| | | p4raw-id: //depot/cfgperl@3338
* allow distinct prefix for versioned executablesRoderick Schertler1999-05-071-0/+9
| | | | | | Message-ID: <3003.923513696@eeyore.ibcinc.com> Subject: perl55.00503 -> perl5.00503 patch for installperl p4raw-id: //depot/perl@3320
* INSTALL patchesAndy Dougherty1999-05-051-186/+208
| | | | | Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys> p4raw-id: //depot/perl@3303
* integrate changes#3105,3130,3154 from maint-5.005Gurusamy Sarathy1999-03-251-6/+25
| | | | | | | | | | p4raw-link: @3154 on //depot/maint-5.005/perl: 60a22511b32234c359f6a1235f7273a596f8edcb p4raw-link: @3130 on //depot/maint-5.005/perl: 08c9aea58d52024cd45844ac23e957399bbc0340 p4raw-link: @3105 on //depot/maint-5.005/perl: 412383e48358b00907bbb438802caa8caf7f67cf p4raw-id: //depot/perl@3158 p4raw-integrated: from //depot/maint-5.005/perl@3157 'ignore' Configure (@3057..) 'merge in' hints/dec_osf.sh (@2702..) hints/netbsd.sh (@2714..) INSTALL (@3059..)
* add note about env pollutionGurusamy Sarathy1999-02-281-0/+7
| | | p4raw-id: //depot/perl@3029
* integrate change#2852 from maint-5.005; integrate cfgperl contents;Gurusamy Sarathy1999-02-161-2/+3
| | | | | | | | | | | elide dups and non-dependents from Changes p4raw-link: @2852 on //depot/maint-5.005/perl: 9d2bcc06253ec4693886be5b5b7869bda6582d6e p4raw-id: //depot/perl@2958 p4raw-integrated: from //depot/maint-5.005/perl@2957 'copy in' README.threads (@1717..) 'merge in' INSTALL (@2737..) p4raw-integrated: from //depot/maint-5.005/perl@2852 'merge in' Configure (@2837..)
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-5/+17
| | | | | them ask for insanity (untested) p4raw-id: //depot/perl@2832
* Document Configure -Uinstallusrbinperl.Jarkko Hietaniemi1999-01-241-0/+3
| | | p4raw-id: //depot/cfgperl@2704
* notes about -DPERL_POLLUTEGurusamy Sarathy1998-11-291-1/+9
| | | p4raw-id: //depot/perl@2392
* Re: Problems with: Creating an installable tar archiveAndy Dougherty1998-10-281-7/+10
| | | | | Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys> p4raw-id: //depot/perl@2114
* add note to INSTALL about ANSI CGurusamy Sarathy1998-10-021-0/+17
| | | p4raw-id: //depot/perl@1919
* various Configure and hints updates (prefer drand48() or random()Jarkko Hietaniemi1998-10-021-14/+4
| | | | | | | | 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
* additional INSTALL notes from Jarkko Hietaniemi <jhi@cc.hut.fi>Gurusamy Sarathy1998-08-051-2/+11
| | | | | on semget failure in t/lib/ipc_sysv.t p4raw-id: //depot/maint-5.005/perl@1742
* better validation of SysV IPC availabilityJarkko Hietaniemi1998-08-021-0/+10
| | | | | | 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
* Re: Configure s?rand support [PATCH 5.004_75] -- better patchAndy Dougherty1998-07-191-7/+11
| | | | | Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys> p4raw-id: //depot/perl@1551
* Config_70-01: Remove default "/share"Andy Dougherty1998-07-061-25/+31
| | | | | Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys> p4raw-id: //depot/perl@1352
* INSTALL-1.39Andy Dougherty1998-07-041-10/+22
| | | | | Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys> p4raw-id: //depot/perl@1296
* Configure updateAndy Dougherty1998-07-041-177/+159
| | | | | | Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu> Subject: [PATCH 5.004_69] Config_69-01 p4raw-id: //depot/perl@1295
* add detailed changelogs and 'genlog'--the script which generates themGurusamy Sarathy1998-06-231-1/+1
| | | p4raw-id: //depot/perl@1192
* adapted contents of message into comments in malloc.c and INSTALLIlya Zakharevich1998-06-211-31/+21
| | | | | | Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu> Subject: [5.004_67] malloc.c -Defines p4raw-id: //depot/perl@1180
* [PATCH 5.004_65] Config_65-01: lchown() detection.Andy Dougherty1998-05-281-21/+16
| | | | | | | 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 from Sarathy to fix up win32 integration. Patch from JarkkoMalcolm Beattie1998-05-151-0/+8
| | | | | | | | | (manually applied and tweaked) to fix up SysV IPC semaphores for Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and t/op/ipcsem.t for platforms which wanted to skip test. Completely disable ipcsem.t since it doesn't seem to work properly even when not skipped. This is _65. p4raw-id: //depot/perl@988
* Integrate win32 branch into mainlineMalcolm Beattie1998-05-141-2/+10
|\ | | | | p4raw-id: //depot/perl@969
| * [win32] merge changes#872,873 from maintbranchGurusamy Sarathy1998-05-141-2/+10
| | | | | | | | | | | | p4raw-link: @873 on //depot/maint-5.004/perl: 990f469d529b62458be38e8659885fd26d353629 p4raw-link: @872 on //depot/maint-5.004/perl: 0b85608df162729d39cb0f96c9f88c7de0a3ceab p4raw-id: //depot/win32/perl@935
* | [PATCH] hints for Irix 6Kurt D. Starsinic1998-05-141-0/+8
| | | | | | | | | | | | | | Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT) Subject: [PATCH 5.004_64] Threads - an easy way for dual installation Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT) p4raw-id: //depot/perl@958
* | [PATCH for 5.004_64] Configure patch Config_64-01Andy Dougherty1998-05-141-1/+30
|/ | | | | | | | | | | 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