Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E34CD63C270 for ; Sat, 8 Aug 2009 16:23:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9333F63B172; Sat, 8 Aug 2009 16:23:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 215ED63B16E for ; Sat, 8 Aug 2009 16:23:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EC63A175D0; Sat, 8 Aug 2009 16:23:48 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 8 Aug 2009 16:23:48 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/lang/gawk To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090808162348.EC63A175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Aug 8 16:23:48 UTC 2009 Modified Files: pkgsrc/lang/gawk: Makefile PLIST distinfo pkgsrc/lang/gawk/patches: patch-ab Log Message: Update to 3.1.7: Changes from 3.1.6 to 3.1.7 --------------------------- 1. Gawk now has support for z/OS (IBM S/390 architecture). 2. Gawk now handles multibyte strings better in [s]printf with field widths and such. 3. Gawk now uses libsigsegv to print a message before core dumping. This handles infinite recursion of an awk function a little better. Use of the library can be disabled at configure time with the --disable-libsigsegv option for unusual systems. 4. The handling of BINMODE is now somewhat more sane. 5. A getline from a directory is no longer fatal; instead it returns -1. 6. Per POSIX, special variable names (like FS) cannot be used as function parameter names. 7. The new -O / --optimize option enables simple constant folding on the parse tree during parsing. We hope that with time the number of optimizations will increase. 8. Updated to the latest autotools: Autoconf 2.63, Automake 1.11, Libtool 2.2.6a, and Gettext 0.17. Also latest Bison: 2.4.1. 9. Some improvement in testing for isinf / isnan in builtin.c. 10. Improved the handling of `a = a b c' to be more general. 11. Locale handling for %'d should now work on certain non-Unix / non-Linux systems. 12. Lots of bugs fixed, see the ChangeLog for the details. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/lang/gawk/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gawk/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/gawk/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/gawk/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.