From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28577 invoked from network); 10 Mar 1999 03:57:59 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Mar 1999 03:57:59 -0000 Received: (qmail 22350 invoked by alias); 10 Mar 1999 03:57:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5724 Received: (qmail 22343 invoked from network); 10 Mar 1999 03:57:23 -0000 Date: Tue, 9 Mar 1999 22:57:21 -0500 From: Will Day To: zsh workers mailing list Subject: PATCH: zsh-3.1.5-pws-11: signames2.awk Message-ID: <19990309225721.D19692@rom.oit.gatech.edu> Reply-To: Will Day Mime-Version: 1.0 Content-Type: multipart/signed; boundary="/QKKmeG/X/bPShih"; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.3i X-no-archive: yes --/QKKmeG/X/bPShih Content-Type: multipart/mixed; boundary=84ND8YJRMFlzkrP4 --84ND8YJRMFlzkrP4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable The signames2.awk script wasn't finding any signals, due to the extra space generated by sun's cc -E (solaris 2.6, Sun WorkShop Compiler C 4.2), so I added a "*" to match extra spaces. I noticed that /usr/lib/ccs/cpp doesn't add the extra space, but that's not what configure chose for CPP. --=20 Will Day OIT / O&E / Technical Support willday@rom.oit.gatech.edu Georgia Tech, Atlanta 30332-0715 -> Opinions expressed are mine alone and do not reflect OIT policy <- Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. Benjamin Franklin, Pennsylvania Assembly, Nov. 11, 1755 --84ND8YJRMFlzkrP4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="signames.patch" --- zsh-3.1.5-pws-11/Src/signames2.awk.orig Tue Feb 9 08:28:41 1999 +++ zsh-3.1.5-pws-11/Src/signames2.awk Tue Mar 9 19:55:52 1999 @@ -6,7 +6,7 @@ # NB: On SunOS 4.1.3 - user-functions don't work properly, also \" problems # Without 0 + hacks some nawks compare numbers as strings # -/^XXNAMES XXSIG[A-Z][A-Z0-9]* [1-9][0-9]*/ { +/^XXNAMES XXSIG[A-Z][A-Z0-9]* *[1-9][0-9]*/ { sigindex = index($0, "SIG") sigtail = substr($0, sigindex, 80) split(sigtail, tmp) --84ND8YJRMFlzkrP4-- --/QKKmeG/X/bPShih Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3a Comment: http://rom.oit.gatech.edu/~willday/pubkey.asc iQCVAwUBNuXtoBDHlOdPw2ZdAQEvAAP6AxL5ItJcstlR8r3XaQykUpppL2V6L04J LeINKhT4YfVpI7OdgRSpRBSDO7+zArO/JO9UrlQD46zF8vVbtNvbpqsfSJpHjHJB sly/zpu91wvAEizhfv7Kunk2MA+k8jOdvAMdGTYrBt4t10Umxfj3lja1vYhwkGW2 vyn2u/4jUeE= =fiYH -----END PGP SIGNATURE----- --/QKKmeG/X/bPShih--