svn commit: r225301 - user/gabor/tre-integration/include

Gabor Kovesdan gabor at FreeBSD.org
Wed Aug 31 23:20:00 UTC 2011


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


More information about the svn-src-user mailing list