From owner-cvs-all@FreeBSD.ORG Tue Dec 23 17:40:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B0A616A4CF for ; Tue, 23 Dec 2003 17:40:21 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3810043D4C for ; Tue, 23 Dec 2003 17:40:17 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 93317 invoked by uid 1000); 24 Dec 2003 01:40:18 -0000 Date: Tue, 23 Dec 2003 17:40:18 -0800 (PST) From: Nate Lawson To: "Jordan K. Hubbard" In-Reply-To: <20031224010901.7B5CD16A56B@hub.freebsd.org> Message-ID: <20031223173940.H93254@root.org> References: <20031224010901.7B5CD16A56B@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 01:40:21 -0000 On Tue, 23 Dec 2003, Jordan K. Hubbard wrote: > Modified files: (Branch: RELENG_4) > lib/libc/locale lmessages.c lmonetary.c lnumeric.c > Log: > > I missed these from the MFC and caused the dysfunction reported on -stable, > I just didn't catch it due to lack of personal locale-use. Yes, when you > change an internal function it is also necessary to change the functions > which *call* it or bad things happen. Yes, I should have caught this myself. > I'm a little rusty in -stable, sorry. Won't happen again. :( > > > Revision Changes Path > 1.9.2.3 +1 -1 src/lib/libc/locale/lmessages.c > 1.12.2.3 +1 -1 src/lib/libc/locale/lmonetary.c > 1.10.2.3 +1 -1 src/lib/libc/locale/lnumeric.c > > --- src/lib/libc/locale/lmessages.c:1.9.2.2 Mon Aug 12 04:17:37 2002 > +++ src/lib/libc/locale/lmessages.c Tue Dec 23 17:08:47 2003 > @@ -55,7 +55,7 @@ > int ret; > > ret = __part_load_locale(name, &_messages_using_locale, > - _messages_locale_buf, "LC_MESSAGES", > + &_messages_locale_buf, "LC_MESSAGES/LC_MESSAGES", > LCMESSAGES_SIZE_FULL, LCMESSAGES_SIZE_MIN, > (const char **)&_messages_locale); > if (ret == _LDP_LOADED) { That still doesn't look right. -Nate