70a7005bfa
Changes: improve hash function by using FNV-1 algorithm (patch/discussion by Jim Mellander). This greatly improves speed for accessing arrays with a large number of distinct keys; however the unsorted order in "for" loops will differ. add "internal regex" or "external regex" string to version message to allow scripting based on support for embedded nulls. drop obsolete CF_MAWK_PROG_GCC and CF_MAWK_PROG_YACC macros from configure script (report by Mike Frysinger). fixes to allow build outside source-tree (report by Mike Frysinger). correct logic in scan.c to handle expression "[[]" (report by Aleksey Cheusov). add MAWK_LONG_OPTIONS feature to allow mawk to ignore long options which are not implemented. two changes for embedded nulls, allows FS to be either a null or contain a character class with null, e.g., '\000' or '[ \000]': + modify built-in regular expression functions to accept embedded nulls. + modify input reader FINgets() to accept embedded nulls in data read from files. Data read from standard input is line-buffered, and is still null-terminated. update config.guess and config.sub
7 lines
373 B
Text
7 lines
373 B
Text
$NetBSD: distinfo,v 1.5 2009/09/22 19:10:18 cheusov Exp $
|
|
|
|
SHA1 (mawk-1.3.3-20090920.tgz) = 8f1e8d0a778be0ba1212e9b3215bed9319782f4b
|
|
RMD160 (mawk-1.3.3-20090920.tgz) = d3b6969fd4e47a750bf7ff0860eaf0754f2eee02
|
|
Size (mawk-1.3.3-20090920.tgz) = 275027 bytes
|
|
SHA1 (patch-aa) = 5534cc91b792c0d0f4f75e6cf2b8231b527ba954
|
|
SHA1 (patch-am) = d00c1c59d2eb51bc64e92f90f65a14b1d04b80b4
|