diff options
author | Tim Bunce <TimBunce@ig.ac.uk> | 1998-04-10 14:35:34 +0000 |
---|---|---|
committer | Tim Bunce <TimBunce@ig.ac.uk> | 1998-04-10 14:35:34 +0000 |
commit | 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 (patch) | |
tree | f0c8179a105cc9ac4db87a37823b2d885f2afec1 /cop.h | |
parent | 615ce5d1ebccaed1a73dbc9960124b9f74139808 (diff) | |
download | perl-6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8.tar.gz |
[inseperable changes between Change 872 and Change 886]
Changes relating primarily to portability.
------ LIBRARY AND EXTENSIONS ------
Title: "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
From: "W. Phillip Moore" <wpm@ms.com>
Msg-ID: <199712011738.MAA21139@zappa.morgan.com>
Files: lib/ExtUtils/MM_Unix.pm
Title: ""ODBM_File.c", line 275: NULL undefined"
From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
Msg-ID: <9803091310.AA23264@claudius.bfsec.bt.co.uk>
Files: ext/ODBM_File/ODBM_File.xs
------ PORTABILITY - GENERAL ------
Title: "osname=unixware, osvers=2.03, archname=i386-unixware
d_casti32=undef"
From: Tom Hughes <tom@compton.demon.co.uk>
Msg-ID: <465398da47%tom@compton.demon.co.uk>
Files: hints/svr4.sh
Title: "hints/bsdos.sh patch for BSDI 3.1"
From: Jan-Pieter Cornet <johnpc@xs4all.nl>
Msg-ID: <6fbip6$3cp$1@xs1.xs4all.nl>
Files: hints/bsdos.sh
Title: "Remove BIND_NOSTART from DynaLoader for HP"
From: Keong Lim <Keong.Lim@sr.com.au>
Msg-ID: <01BD1D03.53B65E90@sieplan2.sr.com.au>
Files: ext/DynaLoader/dl_hpux.xs
Title: "5.004_(04|63)] Close VMS security hole"
From: Charles Bailey <BAILEY@newman.upenn.edu>
Msg-ID: <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
Files: vms/vms.c
Title: "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
vms/perly_c.vms and vms/perly_h.vms"
From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
<sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
Msg-ID: <199710151650.JAA29185@wall.org>,
<3.0.3.32.19971014150404.02fdef78@osshe.edu>,
<Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
Files: vms/perly_c.vms
Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
From: Charles Bailey <BAILEY@newman.upenn.edu>
Msg-ID: <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
Files: lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
vms/ext/filespec.t
Title: "hints/linux.sh (MkLinux / PPC)"
From: pudge@pobox.com (Chris Nandor)
Msg-ID: <v0213050cb06c19682a25@[205.228.240.28]>
Files: hints/linux.sh
Title: "new hints/solaris_2.sh"
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
Msg-ID: <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
Files: hints/solaris_2.sh
p4raw-link: @872 on //depot/maint-5.004/perl: 0b85608df162729d39cb0f96c9f88c7de0a3ceab
p4raw-id: //depot/maint-5.004/perl@886
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -275,3 +275,4 @@ struct context { #define G_EVAL 4 /* Assume eval {} around subroutine call. */ #define G_NOARGS 8 /* Don't construct a @_ array. */ #define G_KEEPERR 16 /* Append errors to $@, don't overwrite it */ +#define G_NODEBUG 32 /* Disable debugging at toplevel. */ |