Date: Mon, 4 Sep 2000 20:38:06 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Alexey Zelkin <phantom@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/nls msgcat.c Message-ID: <20000904203806.A53431@nagual.pp.ru> In-Reply-To: <200009041209.FAA22865@freefall.freebsd.org>; from phantom@FreeBSD.org on Mon, Sep 04, 2000 at 05:09:40AM -0700 References: <200009041209.FAA22865@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 04, 2000 at 05:09:40AM -0700, Alexey Zelkin wrote: > * if empty string is passed to catopen() as name argument then > catopen() will set errno to ENOENT (File not found), not EINVAL > * move search code to LOOKUP() macro to shrink amount of duplicated code > * move common resource freeing actions to __nls_free_resources() function > * exclude from build code related to MCLoadAll defintion since it is not > using at all > * style(9) related whitespace changes If you remember, I object NOSPACE() macro, it should not overwrite errno passed from malloc with ENOMEM. Please fix. -- Andrey A. Chernov <ache@nagual.pp.ru> http://ache.pp.ru/ 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?20000904203806.A53431>