Date: Wed, 11 Apr 2012 23:25:41 -0400 From: David Schultz <das@FreeBSD.ORG> To: David Chisnall <theraven@FreeBSD.ORG> Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r232926 - in head: include/xlocale lib/libc/locale Message-ID: <20120412032541.GA29711@zim.MIT.EDU> In-Reply-To: <201203131414.q2DEEDBR048510@svn.freebsd.org> References: <201203131414.q2DEEDBR048510@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 13, 2012, David Chisnall wrote:
> Modified: head/lib/libc/locale/Symbol.map
> ==============================================================================
> --- head/lib/libc/locale/Symbol.map Tue Mar 13 14:10:33 2012 (r232925)
> +++ head/lib/libc/locale/Symbol.map Tue Mar 13 14:14:13 2012 (r232926)
> @@ -60,9 +60,13 @@ FBSD_1.0 {
> nextwctype;
> nl_langinfo;
> __maskrune;
> + __maskrune_l;
> __sbmaskrune;
> + __sbmaskrune_l;
> __istype;
> + __istype_l;
> __sbistype;
> + __sbistype_l;
> __isctype;
> __toupper;
> __sbtoupper;
(still a month behind on commit mail)
This doesn't look right; new symbols should be in the FBSD_1.3
namespace, not FBSD_1.0.
Here is the symbol versioning documentation, if you care:
http://people.freebsd.org/~deischen/symver/freebsd_versioning.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120412032541.GA29711>
