From owner-cvs-all@FreeBSD.ORG Tue May 25 03:42:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AA3116A4CE; Tue, 25 May 2004 03:42:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD6A43D31; Tue, 25 May 2004 03:42:53 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4PAgrkS039022; Tue, 25 May 2004 03:42:53 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4PAgrmh039021; Tue, 25 May 2004 03:42:53 -0700 (PDT) (envelope-from tjr) Message-Id: <200405251042.i4PAgrmh039021@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 25 May 2004 03:42:52 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include wchar.h src/lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 10:42:53 -0000 tjr 2004/05/25 03:42:52 PDT FreeBSD src repository Modified files: include wchar.h lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c Log: Provide trivial macro implementations of getwc(), getwchar(), putwc() and putwchar() to reduce function call overhead. Revision Changes Path 1.37 +8 -0 src/include/wchar.h 1.3 +2 -0 src/lib/libc/stdio/getwc.c 1.3 +2 -0 src/lib/libc/stdio/getwchar.c 1.3 +2 -0 src/lib/libc/stdio/putwc.c 1.3 +2 -0 src/lib/libc/stdio/putwchar.c