Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 13:18:05 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r231971 - user/gabor/tre-integration/lib/libc/regex
Message-ID:  <201202211318.q1LDI5MG001238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Tue Feb 21 13:18:05 2012
New Revision: 231971
URL: http://svn.freebsd.org/changeset/base/231971

Log:
  - Add new interface to the exported symbols

Modified:
  user/gabor/tre-integration/lib/libc/regex/Symbol.map

Modified: user/gabor/tre-integration/lib/libc/regex/Symbol.map
==============================================================================
--- user/gabor/tre-integration/lib/libc/regex/Symbol.map	Tue Feb 21 13:10:17 2012	(r231970)
+++ user/gabor/tre-integration/lib/libc/regex/Symbol.map	Tue Feb 21 13:18:05 2012	(r231971)
@@ -3,6 +3,15 @@
  */
 
 FBSD_1.2 {
+	mregncomp;
+	mregnexec;
+	mregcomp;
+	mregexec;
+	mregfree;
+	mregwcomp;
+	mregwexec;
+	mregwncomp;
+	mregwnexec;
 	regacomp;
 	regaexec;
 	regancomp;
@@ -24,6 +33,15 @@ FBSD_1.2 {
 };
 
 FBSDprivate_1.0 {
+	tre_mregncomp;
+	tre_mregnexec;
+	tre_mregcomp;
+	tre_mregexec;
+	tre_mregfree;
+	tre_mregwcomp;
+	tre_mregwexec;
+	tre_mregwncomp;
+	tre_mregwnexec;
 	tre_regacomp;
 	tre_regaexec;
 	tre_regancomp;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202211318.q1LDI5MG001238>