Date: Wed, 15 Feb 2012 22:26:52 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r231788 - in user/gabor/tre-integration: contrib/tre/lib include lib/libc/regex Message-ID: <201202152226.q1FMQqRr084934@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor Date: Wed Feb 15 22:26:51 2012 New Revision: 231788 URL: http://svn.freebsd.org/changeset/base/231788 Log: - Axe out unused interface Deleted: user/gabor/tre-integration/contrib/tre/lib/fastmatch.c user/gabor/tre-integration/include/fastmatch.h Modified: user/gabor/tre-integration/include/Makefile user/gabor/tre-integration/lib/libc/regex/Makefile.inc Modified: user/gabor/tre-integration/include/Makefile ============================================================================== --- user/gabor/tre-integration/include/Makefile Wed Feb 15 22:10:33 2012 (r231787) +++ user/gabor/tre-integration/include/Makefile Wed Feb 15 22:26:51 2012 (r231788) @@ -9,7 +9,7 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= arpa gssapi protocols rpcsvc rpc INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ db.h \ - dirent.h dlfcn.h elf.h elf-hints.h err.h fastmatch.h fmtmsg.h fnmatch.h \ + dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h \ fstab.h fts.h ftw.h getopt.h glob.h grp.h gssapi.h \ ieeefp.h ifaddrs.h \ inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \ Modified: user/gabor/tre-integration/lib/libc/regex/Makefile.inc ============================================================================== --- user/gabor/tre-integration/lib/libc/regex/Makefile.inc Wed Feb 15 22:10:33 2012 (r231787) +++ user/gabor/tre-integration/lib/libc/regex/Makefile.inc Wed Feb 15 22:26:51 2012 (r231788) @@ -5,7 +5,7 @@ CFLAGS+=-DHAVE_CONFIG_H -DTRE_LIBC_BUILD -I${.CURDIR}/../../contrib/tre -SRCS+= fastmatch.c hashtable.c regcomp.c regerror.c regexec.c tre-ast.c \ +SRCS+= hashtable.c regcomp.c regerror.c regexec.c tre-ast.c \ tre-compile.c tre-fastmatch.c tre-heuristic.c tre-match-approx.c \ tre-match-backtrack.c tre-match-parallel.c tre-mem.c tre-parse.c \ tre-stack.c xmalloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202152226.q1FMQqRr084934>