Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 23:37:37 +0100 (BST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Andrey Chernov <ache@nagual.pp.ru>
Cc:        cvs-src@FreeBSD.ORG, Scott Long <scottl@samsco.org>, src-committers@FreeBSD.ORG, d@delphij.net, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/locale utf8.c
Message-ID:  <20071025233536.B99770@fledge.watson.org>
In-Reply-To: <20071025191127.GC16187@nagual.pp.ru>
References:  <200710150951.l9F9pUm7026506@repoman.freebsd.org> <4720B30F.4040903@samsco.org> <20071025151707.GA11398@nagual.pp.ru> <4720E0AF.1010004@samsco.org> <4720E904.2090704@delphij.net> <20071025191127.GC16187@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Oct 2007, Andrey Chernov wrote:

> On Thu, Oct 25, 2007 at 12:05:40PM -0700, LI Xin wrote:
>> Well, I think the problem is not exposing a new symbol by itself, but 
>> __mb_sb_limit is being used in _ctype.h, in a form of __inline functions. 
>> Therefore, the change will break new binaries running on older systems.
>
> Yes. Only vice versa compatibility supported.

I think the issue here is that the change occurred very quickly after the 
branch, and when users wanted to 'change gears' back to RELENG_7 from HEAD 
once it was created immediately ran into the problem.  It seems like a useful 
piece of post-branch advice to developers in the future will be, "Please don't 
do things that make switching branches -- back or forward -- for the first few 
weeks after the branch is created".  In general, I don't think we care about 
forward compatibility, but we are currently getting lots of reports because 
this is one of those few times where a lot of moving backward happens.

Robert N M Watson
Computer Laboratory
University of Cambridge



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