Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 01:43:23 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Alexey Zelkin <phantom@FreeBSD.org>
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>
In-Reply-To: <200109051850.f85Io3o99434@freefall.freebsd.org>; from phantom@FreeBSD.org on Wed, Sep 05, 2001 at 11:50:03AM -0700
References:  <200109051850.f85Io3o99434@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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