From owner-cvs-all Thu Sep 6 1:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 64CD437B401; Thu, 6 Sep 2001 01:43:24 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f868hOH04910; Thu, 6 Sep 2001 01:43:24 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Sep 2001 01:43:23 -0700 From: "David O'Brien" To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strfmon.c Makefile.inc Message-ID: <20010906014323.A83886@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109051850.f85Io3o99434@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109051850.f85Io3o99434@freefall.freebsd.org>; from phantom@FreeBSD.org on Wed, Sep 05, 2001 at 11:50:03AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 05, 2001 at 11:50:03AM -0700, Alexey Zelkin wrote: > phantom 2001/09/05 11:50:02 PDT > Added files: > lib/libc/stdlib strfmon.c > Log: > Add strfmon(3) implementation. It still contains few XXX's because I lost > my last version of this work due to HDD crash, but this version cleanly > passed all POSIX and SuSv2 tests. I am working on testing scripts which > should test this implementation against all locales and surely more fixes > will come soon. Please do not commit functions to libc without a man page. What in the world is strfmon(3), other than something that breaks my world build: /usr/src/lib/libc/../libc/stdlib/strfmon.c: In function `strfmon': /usr/src/lib/libc/../libc/stdlib/strfmon.c:302: syntax error before `else' /usr/src/lib/libc/../libc/stdlib/strfmon.c:233: label `end_error' used but not defined /usr/src/lib/libc/../libc/stdlib/strfmon.c:162: label `format_error' used but not defined /usr/src/lib/libc/../libc/stdlib/strfmon.c:144: label `e2big_error' used but not defined cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message