Date: Wed, 31 Aug 2011 23:20:00 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r225301 - user/gabor/tre-integration/include Message-ID: <201108312320.p7VNK0aB021531@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor Date: Wed Aug 31 23:20:00 2011 New Revision: 225301 URL: http://svn.freebsd.org/changeset/base/225301 Log: - Add support for 0-length pattern (matches everyting) (Forgot this file in last commit) Modified: user/gabor/tre-integration/include/fastmatch.h Modified: user/gabor/tre-integration/include/fastmatch.h ============================================================================== --- user/gabor/tre-integration/include/fastmatch.h Wed Aug 31 23:19:19 2011 (r225300) +++ user/gabor/tre-integration/include/fastmatch.h Wed Aug 31 23:20:00 2011 (r225301) @@ -27,6 +27,7 @@ typedef struct { bool word; bool icase; bool newline; + bool matchall; } fastmatch_t; extern int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108312320.p7VNK0aB021531>