summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
Commit message (Collapse)AuthorAgeFilesLines
* maint and blead: unicos.sh hintsJarkko Hietaniemi2006-01-301-1/+12
| | | | | Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi> p4raw-id: //depot/perl@26998
* UNICOS: try papering over the Configure symbol scan problemsJarkko Hietaniemi2003-06-171-0/+3
| | | | | by disavowing any knowledge of dynaloading. p4raw-id: //depot/perl@19802
* UNICOS: Mark Lutz had a better idea.Jarkko Hietaniemi2002-05-221-3/+4
| | | p4raw-id: //depot/perl@16741
* UNICOS: using uname -m is wrong since what mattersJarkko Hietaniemi2002-05-221-4/+8
| | | | | is what CPUs (FPUs) we have. p4raw-id: //depot/perl@16736
* Neither UNICOS nor UNICOS/mk sport shared libraries.Jarkko Hietaniemi2002-04-171-0/+3
| | | | | ("Crays have only REAL memory.") p4raw-id: //depot/perl@15986
* CRAY TS does not have -h rounddiv, from Keith Thompson.Jarkko Hietaniemi2002-04-011-1/+4
| | | p4raw-id: //depot/perl@15660
* Add threads hints for UNICOS/mk and UNICOS.Jarkko Hietaniemi2002-03-261-0/+11
| | | | | (I'm just guessing on UNICOS.) p4raw-id: //depot/perl@15508
* We need to replace the optimize (-O1) withJarkko Hietaniemi2001-12-021-1/+1
| | | | | | the -h scalar0 -h vector0, not append them to the ccflags. p4raw-id: //depot/perl@13431
* -h scalar0 -h vector0 seems to help for bothJarkko Hietaniemi2001-11-301-0/+2
| | | | | | | UNICOS and UNICOS/mk on the unpack %65c problems. (replaces #13393) p4raw-id: //depot/perl@13395
* setitimer() does not exist in Unicos, despite of whatJarkko Hietaniemi2001-06-221-1/+2
| | | | | Configure thinks, from Mark P. Lutz. p4raw-id: //depot/perl@10842
* Document the endianness of Alpha more precisely.Jarkko Hietaniemi2000-08-211-1/+1
| | | p4raw-id: //depot/perl@6744
* Hints and test tweaks for Unicos.Jarkko Hietaniemi2000-05-091-1/+3
| | | p4raw-id: //depot/cfgperl@6101
* Detypo.Jarkko Hietaniemi2000-05-031-1/+1
| | | p4raw-id: //depot/cfgperl@6055
* Unicos hint tweak.Jarkko Hietaniemi2000-05-021-2/+5
| | | p4raw-id: //depot/cfgperl@6052
* Unicos tweaks from Mark P. Lutz.Jarkko Hietaniemi2000-04-271-7/+10
| | | p4raw-id: //depot/cfgperl@5971
* Further Unicos fixes for Mark Lutz.Jarkko Hietaniemi2000-04-241-2/+2
| | | p4raw-id: //depot/cfgperl@5941
* Various Unicos 10.0.0.6 fixes.Mark P Lutz2000-04-241-3/+6
| | | | | | | | Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90 Reply-To: tecmpl1@triton.ca.boeing.com To: perl5-porters@perl.org Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> p4raw-id: //depot/cfgperl@5940
* UNICOS doesn't have getpgid(). Or, at least 9.0.1aiJarkko Hietaniemi1999-09-171-0/+2
| | | | | | doesn't have one that wouldn't cause SIGSYS. UNICOS does have getpgrp(void) so Perl getpgrp() is happy. p4raw-id: //depot/cfgperl@4168
* disable perl malloc on UNICOS for nowJarkko Hietaniemi1998-06-281-2/+5
| | | | | | Message-Id: <199806240937.MAA01669@alpha.hut.fi> Subject: [PATCH] 5.004_68: UNICOS hints p4raw-id: //depot/perl@1234
* [PATCH for 5.004_64] Configure patch Config_64-01Andy Dougherty1998-05-141-3/+6
| | | | | | | | | | | 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
* Re: [PATCH] 5.004_63: UNICOS 9Jarkko Hietaniemi1998-04-021-1/+1
| | | p4raw-id: //depot/perl@859
* Configure patches -01 and -02 for 5.004_61.Andy Dougherty1998-03-051-0/+3
| | | p4raw-id: //depot/perl@783
* [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE PORTABILITY Subject: _13: patches for unicos/unicosmk Date: Fri, 20 Dec 1996 14:38:50 -0600 From: Dean Roehrich <roehrich@cray.com> Files: Configure MANIFEST hints/unicos.sh hints/unicosmk.sh private-msgid: <199612202038.OAA22805@poplar.cray.com> LIBRARY AND EXTENSIONS Subject: Refresh IO to 1.14 From: Graham Barr <gbarr@ti.com> Files: MANIFEST ext/IO/IO.xs ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm t/lib/io_dup.t t/lib/io_pipe.t t/lib/io_sel.t t/lib/io_sock.t t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t OTHER CORE CHANGES Subject: Fix 'foreach(@ARGV) { while (<>) { push @p,$_ } }' From: Chip Salzenberg <chip@atlantic.net> Files: cop.h pp_hot.c scope.c Subject: Eliminate warnings from C< undef $x; $x OP= "foo" > From: Chip Salzenberg <chip@atlantic.net> Files: doop.c pp.c pp.h pp_hot.c Subject: Try again to improve method caching Date: Mon, 23 Dec 1996 20:13:56 -0500 (EST) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: gv.c sv.c Msg-ID: <199612240113.UAA09487@monk.mps.ohio-state.edu> (applied based on p5p patch as commit 81c78688fe5c3927ad37ba29de14c86e38120317) Subject: Be more careful about 'o' magic memory management From: Chip Salzenberg <chip@atlantic.net> Files: mg.c sv.c Subject: Fix bad pointer refs when localized object loses magic From: Chip Salzenberg <chip@atlantic.net> Files: scope.c
* This is my patch patch.1n for perl5.001.perl-5.001nAndy Dougherty1995-10-311-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To apply, change to your perl directory, run the command above, then apply with patch -p1 -N < thispatch. This is a consolidation patch. It contains many of the most commonly applied or agreed-to patches that have been circulating since patch.1m. It also changes the 'unofficial patchlevel' in perl.c. There are some problems (see items marked with '***'). I will attempt to address those in a patch.1o in a few days. This patch contains the following packages: My Jumbo Configure patch vs. 1m, with subsequent patches 1, 2, and 3. Mainly, this provides easier use of local libraries, documents the installation process in a new INSTALL file, moves important questions towards the beginning, and improves detection of signal names (mostly for Linux). xsubpp-1.922. Patches from Larry: eval "1" memory leak patch (as modified by GSAR to apply to 5.001m). NETaa14551 Infinite loop in formats, NETaa13729 scope.c patch (fixed problems on AIX and others) NETaa14138 "substr() & s///" (pp_hot.c) Patches from ftp.perl.com: ftp://ftp.perl.com/pub/perl/src/patches/closure-bug.patch, version of 20 Sep 1995 Includes fix for NETaa14347 (32k limit in regex), and other fixes. ftp://ftp.perl.com/pub/perl/src/patches/debugger.patch, version of 27 Aug 1995 ftp://ftp.perl.com/pub/perl/src/patches/glob-undef.patch, version of 4 Sep 1995 NETaa14421 $_ doesn't undef ftp://ftp.perl.com/pub/perl/src/patches/op-segfault.patch, version of 21 Aug 1995 ftp://ftp.perl.com/pub/perl/src/patches/warn-ref-hash-key.patch, version of 5 Jun 1995 Tim Bunce's Jumbo DynaLoader patch for Perl5.001m, which is NETaa14636 Jumbo DynaLoader patch for Perl5.001m, and Additional patch for NETaa14636 Jumbo DynaLoader patch for Perl5.001m version of 09 Oct 1995. ***This needs some additional parentheses.*** MakeMaker-5.00. Supercedes NETaa13540 (VMS MakeMaker patches). (Updates minimod.PL as well.) ***This has a couple of minor problems. pod2man is run even if it isn't available. LD_RUN_PATH gets set to some mysterious values.*** NETaa14657 Paul Marquess Net::Ping patch. I've included Net-Ping-1.00. NETaa14661 Dean Roehrich DProf. Installed as ext/Devel/DProf. Configure should pick this up automatically. (5 Apr 1995 version.) NETaa13742 Jack Shirazi Socket in 5.001. I've also included his socket.t test in t/lib/socket.t. c2ph-1.7. Dean's perlapi patches of Oct 12, 1995, which superceded those of Oct 8, 1995. This is the one that did mv perlapi.pid perlxs.pod. NETaa14310 Tim Bunce A trivial patch for configpm (handy for shell scripts) DB_File-1.0 patch from Paul Marquess (pmarquess@bfsec.bt.co.uk) last modified 7th October 1995 version 1.0 Added or updated the following hints files: hints/hpux.sh hints/ncr_tower.sh hints/netbsd.sh hints/ultrix.sh Patch and enjoy. Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
* perl5.000 patch.0l: MakeMaker 4.085 and upgrade Configure to dist3 PL 51.Andy Dougherty1995-02-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here's what's new: Configure Generated by metaconfig PL 51. Correctly set ./mips on a MIPS system. Improved (we hope) handling of $archname. MANIFEST MANIFEST.new Made .SH files out of h2xs and makeaperl so that they get the correct path-to-perl at the top. Makefile.SH Propagate $(perllib) to extensions. U/dist3_051.patches Two patches to apply on top of metaconfig PL 51. I've sent them off for inclusion in the next metaconfig update. config_h.SH config.H Regenerated. Only the order of elements has changed. ext/DB_File/Makefile.PL ext/GDBM_File/Makefile.PL ext/NDBM_File/Makefile.PL Add -L/usr/local/lib to LIBS variable. ext/POSIX/POSIX.xs Place #ifdef around FD_CLOEXEC (needed for Apollo). ext/SDBM_File/sdbm/Makefile.PL Simplified, thanks to MakeMaker enhancements. ext/util/make_ext Pass through $(perllib) argument for cflags. h2xs.SH Changed from h2xs to h2xs.SH. Now finds correct path to perl. hints/next_3_2.sh Updated for hppa. hints/solaris_2.sh Remove potentially problematic -lmalloc from $libswanted. hints/unicos.sh Look in /usr/include/rpcsvc for dbm.h. installperl Install h2xs. lib/Cwd.pm Use 'my' variable to avoid clobbering $_. lib/ExtUtils/MakeMaker.pm Upgraded from 4.06 to 4.085. Lots of documentation improvements. EXE_FILES to refer to an array of executable files to install. Reduce chatter during build process. Don't count a useful -L/path option as a successful search for a particular library. Cleanup handling of aix external symbols. Create/update perllocal.pod to indicate what we've done. makeaperl.SH Changed from makeaperl to makeaperl.SH. Now finds correct path to perl. x2p/util.c Delete unused setenv() and envix() functions. x2p/util.h Delete unused setenv() and envix() prototypes. vms/config.vms Define I_SYS_STAT and I_SYS_TYPES.
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+8
[editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ]