Date: Sun, 3 Sep 2000 14:05:11 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c msgcat.h Message-ID: <200009032105.OAA94625@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2000/09/03 14:05:11 PDT
Modified files:
lib/libc/nls msgcat.c msgcat.h
Log:
Rewrite using stdio. It cause program speedup since eliminates lots of small
read() syscalls. It not cause static binary size increasing because stdio
already picked via setlocale() called from catopen()
Revision Changes Path
1.31 +16 -15 src/lib/libc/nls/msgcat.c
1.8 +2 -2 src/lib/libc/nls/msgcat.h
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?200009032105.OAA94625>
