From: Marnix (ain't unix!) A. van Ammers Date: Fri, 29 Jan 1988 19:58:36 +0000 (+0000) Subject: perl 1.0 patch 9: 3 portability problems X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d96024cf1e3df534df4aa43f818004cbc6477660;p=p5sagit%2Fp5-mst-13.2.git perl 1.0 patch 9: 3 portability problems There's a #define YYDEBUG; in perl.h that ought to be #define YYDEBUG 1. Interesting that it works the former way on any systems at all. Patch 2 was defective and introduced a couple of lines with missing right parens. Learn something old every day... Some awks can't handle awk '$6 != "" {print substr($6,2,100)}' 5. There was also a problem that I fixed in metaconfig that involved Configure grepping .SH files out of MANIFEST when the .SH was only in the commentary. This doesn't affect perl's Configure because there aren't any comments containing .SH in the MANIFEST file. But that's the nice thing about metaconfig--you generate a new Configure script and also get the changes you don't need (yet). --- diff --git a/Configure b/Configure index d32c305..85ccf2d 100755 --- a/Configure +++ b/Configure @@ -8,7 +8,7 @@ # and edit it to reflect your system. Some packages may include samples # of config.h for certain machines, so you might look for one of those.) # -# $Header: Configure,v 1.0.1.3 88/01/26 14:14:14 root Exp $ +# $Header: Configure,v 1.0.1.4 88/01/30 08:51:49 root Exp $ # # Yes, you may rip this off to use in other distribution packages. # (Note: this Configure script was generated automatically. Rather than @@ -998,7 +998,7 @@ exit 0; _ _ _ _\1\\ \1\\ echo exit 1 >>/tmp/Cppsym\$\$ $cpp $cppminus /tmp/Cppsym2\$\$ case "\$list" in -true) awk '\$6 != "" {print substr(\$6,2,100)}' 5 {print substr(\$6,2,100)}'