2012-01-24 21:41:00 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Kill reundant .TP statements. Bump revision.
|
2010-02-04 00:33:58 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support
|
2007-08-18 08:03:14 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Fixed typo.
|
2005-11-02 16:54:04 by Todd Vierling | Files touched by this commit (5) |
Log message:
Remove setmode() declaration that is different from BSD's. Caused build
failure on Interix.
Turn off shlib for now. It's unversioned and quite primitive, and nothing
is currently depending on it.
|
2005-09-26 17:04:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add missing file to PLIST. Bump PKGREVISION.
|
2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message:
Add RMD160 digests
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2002-06-27 17:58:31 by Alistair G. Crooks | Files touched by this commit (1) |
Log message:
To quote from the Changelog for 0.7.5 of awka:
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.
so revise the PLIST, removing dfa.h and libdfa.a accordingly
|
2002-06-05 17:39:56 by Yuji Yamano | Files touched by this commit (2) |
Log message:
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.
|