From owner-cvs-all Sun Sep 3 14: 5:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 891C137B424; Sun, 3 Sep 2000 14:05:11 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA94625; Sun, 3 Sep 2000 14:05:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200009032105.OAA94625@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 3 Sep 2000 14:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c msgcat.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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