summaryrefslogtreecommitdiff
path: root/lang/gawk/distinfo
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-09-05 16:58:22 +0000
committerwiz <wiz@pkgsrc.org>2005-09-05 16:58:22 +0000
commit659155c5524eb8ff12cdae7e213785e25f0e5622 (patch)
tree9f8b3c67443ac56ecef39e72e124096bdc8be8d9 /lang/gawk/distinfo
parent383f27d16e663daa93c047e6d6cd79dda8321a4a (diff)
downloadpkgsrc-659155c5524eb8ff12cdae7e213785e25f0e5622.tar.gz
Update to 3.1.5:
Changes from 3.1.4 to 3.1.5 --------------------------- 1. The random() suite has been updated to a current FreeBSD version, which works on systems with > 32-bit ints. 2. A new option, `--exec' has been added. It's like -f but ends option processing. It also disables `x=y' variable assignments, but not -v. It's needed mainly for CGI scripts, so that source code can't be passed in as part of the URL. 3. dfa.[ch] have been synced with GNU grep development. This also fixes multiple regex matching problems in multibyte locales. 4. Updated to Automake 1.9.5. 5. Updated to Bison 2.0. 6. The getopt* and regex* files were synchronized with current GLIBC CVS. See the ChangeLog for the versions and minor edits made. 7. `configure --disable-nls' now disables just gawk's own translations. Gawk continues to work with the locale's numeric formatting. This includes a bug fix in handling the printf ' flag (e.g., %'d). 8. Gawk is now multibyte aware. This means that index(), length(), substr() and match() all work in terms of characters, not bytes. 9. Gawk is now smarter about parsing numeric constants in corner cases. 11. Not closing open redirections no longer causes gawk to exit non-zero. 10. The VMS port has been updated. 11. Changes from Andrew Schorr at the xmlgawk project to provide for open hooks from extensions are now included. This will let the xmlgawk extension work in the standard gawk. 12. Updated to gettext 0.14.4. Gawk no longer includes its own copy of the gettext `intl' library, following current GNU practice to rely on there being an external version thereof. 13. A regexp of the form `//' will now generate a warning that it is not a C++ comment from --lint (awk.y). 14. The ^ and ^= operators with an integer exponent now use Exponentiation by Squaring. This simultaneously fixes a problem with ^= and a negative integer exponent. 15. length(array) now returns the number of elements in the array. This is is a non-standard extension that will fail in POSIX mode. 16. Carriage return characters are now ignored in program source code. 17. Four new translations added. 18. Various minor bugs fixed. See the ChangeLog for the details.
Diffstat (limited to 'lang/gawk/distinfo')
-rw-r--r--lang/gawk/distinfo12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/gawk/distinfo b/lang/gawk/distinfo
index b1bd220fa64..532d3aefec1 100644
--- a/lang/gawk/distinfo
+++ b/lang/gawk/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.15 2005/05/15 16:38:28 bouyer Exp $
+$NetBSD: distinfo,v 1.16 2005/09/05 16:58:22 wiz Exp $
-SHA1 (gawk-3.1.4.tar.bz2) = ba50753eca7518d5a13fa9a1e1333562cd8477ca
-RMD160 (gawk-3.1.4.tar.bz2) = d90e6fcc15cb205cbd7452284c567ab5c6840411
-Size (gawk-3.1.4.tar.bz2) = 1732494 bytes
-SHA1 (patch-aa) = 52740979223e5e9f36ea1f6d758399a946a1ea29
-SHA1 (patch-ab) = c0ffd2cc29104e5fefb123a353388d991dc62635
-SHA1 (patch-af) = 09b66c3552a8792b516845c371163aae41e29c94
+SHA1 (gawk-3.1.5.tar.bz2) = 0d5694461f1c32f1eae41a1c0d7ba0939b47e369
+RMD160 (gawk-3.1.5.tar.bz2) = 8eae0f173fcb344f97d811fa5bb5fd390a76b886
+Size (gawk-3.1.5.tar.bz2) = 1756783 bytes
+SHA1 (patch-ab) = 39a98bd71349e2eb7ac7c6bb67cb2b8617fda6bd