From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 18 22:00:37 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4381E16A423; Sat, 18 Feb 2006 22:00:37 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFC343D46; Sat, 18 Feb 2006 22:00:36 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1IM0ajc043388; Sat, 18 Feb 2006 22:00:36 GMT (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1IM0Z8P043382; Sat, 18 Feb 2006 22:00:35 GMT (envelope-from ache) Date: Sat, 18 Feb 2006 22:00:35 GMT From: "Andrey A. Chernov" Message-Id: <200602182200.k1IM0Z8P043382@freefall.freebsd.org> To: pauamma@gundo.com, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/93508: lib/libc/locale/ldpart.c may cause lib/libc/locale/lmessages.c to ignore yesstr if nostr not specified X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 22:00:37 -0000 Synopsis: lib/libc/locale/ldpart.c may cause lib/libc/locale/lmessages.c to ignore yesstr if nostr not specified State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Sat Feb 18 21:57:31 UTC 2006 State-Changed-Why: This is compatiblity stuff from times when no yesstr/nostr fields exists. yesstr not supposed to be specified without nostr. http://www.freebsd.org/cgi/query-pr.cgi?pr=93508