pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/mawk-uxre
Module name: wip
Committed by: cheusov
Date: Tue Sep 22 19:10:18 UTC 2009
Modified Files:
wip/mawk-uxre: Makefile distinfo
wip/mawk-uxre/patches: patch-aa patch-am
Log Message:
update to the latest version 1.3.3.20090920
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
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 wip/mawk-uxre/Makefile
cvs -z3 rdiff -u -r1.2 -r1.3 wip/mawk-uxre/patches/patch-aa
cvs -z3 rdiff -u -r1.3 -r1.4 wip/mawk-uxre/patches/patch-am
cvs -z3 rdiff -u -r1.4 -r1.5 wip/mawk-uxre/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mawk-uxre/Makefile?r1=1.10&r2=1.11
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mawk-uxre/patches/patch-aa?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mawk-uxre/patches/patch-am?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mawk-uxre/distinfo?r1=1.4&r2=1.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index