From 7a4c00b4303a05a04564a03a88f4fa5c7a06a6e9 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Wed, 25 Dec 1996 11:25:00 +1200 Subject: [inseparable changes from patch from perl5.003_15 to perl5.003_16] CORE PORTABILITY Subject: _13: patches for unicos/unicosmk Date: Fri, 20 Dec 1996 14:38:50 -0600 From: Dean Roehrich 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 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 Files: cop.h pp_hot.c scope.c Subject: Eliminate warnings from C< undef $x; $x OP= "foo" > From: Chip Salzenberg 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 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 Files: mg.c sv.c Subject: Fix bad pointer refs when localized object loses magic From: Chip Salzenberg Files: scope.c --- hints/unicos.sh | 2 -- hints/unicosmk.sh | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 hints/unicosmk.sh (limited to 'hints') diff --git a/hints/unicos.sh b/hints/unicos.sh index 272cb9b5d6..b864019a84 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -1,9 +1,7 @@ case `uname -r` in 6.1*) shellflags="-m+65536" ;; esac -ccflags="$ccflags -DHZ=__hertz" optimize="-O1" -libswanted=m d_setregid='undef' d_setreuid='undef' diff --git a/hints/unicosmk.sh b/hints/unicosmk.sh new file mode 100644 index 0000000000..90784b5b39 --- /dev/null +++ b/hints/unicosmk.sh @@ -0,0 +1,3 @@ +optimize="-O1" +d_setregid='undef' +d_setreuid='undef' -- cgit v1.2.1