The NetBSD Project

CVS log for pkgsrc/lang/awka/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / awka

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-1-6-1


Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 5 15:39:56 2002 UTC (21 years, 10 months ago) by yyamano
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, buildlink2-base
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Updated awka to 0.7.5 to fix pkg/17112.

From CHANGELOG.txt:

v 0.7.5, June 20 2001

*  Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka,
   as are the new builtin functions asort() and mktime().  Thanks to Juergen
   Kahrs for the original work to implement this excellent feature, and to
   Arnold Robbins for including it in Gawk.  That libawka will now be
   distributed under the GNU General Public License (GPL) rather than
   LGPL as a result of having to include some code from Gawk.  The previously
   separate dfa library is now absorbed into libawka, and the -d command-line
   option for awka removed as it is no longer needed.
*  The match() function has been extended to support its new capability in
   Gawk 3.1.0.  See the Gawk manpage for details.
*  awka -a -v 'var="string with whitespace"' will now work correctly.
*  To avoid breaching ANSI-C guidelines, \r in AWK program strings will
   be preserved as \r in the generated C code, not converted to ASCII
   character 13.  Previously some platforms were incorrectly treating
   \r as \n - this has been fixed by this change.
*  Fixed a problem wherein awka -c sometimes failed to output matching
   curly braces in the translated code.
*  Fixed a data-input parsing error that could occur when RS="".  The new
   test rsnul1nl (from gawk-3.1.0) will ensure the buglet doesn't return.
*  A new hash routine was implemented providing fewer collisions, particularly
   with long string indexes that have only minor differences.  The optional
   SLOW_HASH #define is no longer needed.
*  Translator now tracks the datatype of scalar variables, and will produce
   more efficient code for vars that stay one type throughout a script.
   This is the first optimisation of translated code in a long, long time
   and it makes a considerable difference to many scripts.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>