summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-08 16:23:48 +0000
committerwiz <wiz@pkgsrc.org>2009-08-08 16:23:48 +0000
commit5fd44228df52b2a2809cdc623bef6052fa4b49ff (patch)
tree3484bd1329e9be70dd4c1fe928128a03579060ac /lang/gawk/Makefile
parent7d06f9463fe0bd8f1cb6497971ff485cffa3c1f9 (diff)
downloadpkgsrc-5fd44228df52b2a2809cdc623bef6052fa4b49ff.tar.gz
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.
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 5a94341e4df..d32c813e673 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2007/11/02 07:17:59 adam Exp $
+# $NetBSD: Makefile,v 1.39 2009/08/08 16:23:48 wiz Exp $
-DISTNAME= gawk-3.1.6
+DISTNAME= gawk-3.1.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
EXTRACT_SUFX= .tar.bz2