From owner-cvs-all Wed Oct 9 21:12:42 2002 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 0B0FE37B401; Wed, 9 Oct 2002 21:12:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6D543E65; Wed, 9 Oct 2002 21:12:41 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9A4CfCo094494; Wed, 9 Oct 2002 21:12:41 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9A4CfKk094493; Wed, 9 Oct 2002 21:12:41 -0700 (PDT) Message-Id: <200210100412.g9A4CfKk094493@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 9 Oct 2002 21:12:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fgets.3 fputs.3 getc.3 getwc.3 putc.3 putwc.3 ungetc.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/10/09 21:12:40 PDT Modified files: lib/libc/stdio fgets.3 fputs.3 getc.3 getwc.3 putc.3 putwc.3 ungetc.3 Log: Cross-reference between byte and wide-character stdio functions. Remove references to fputwc() and fgetwc() being macros while I'm at it. Revision Changes Path 1.17 +2 -1 src/lib/libc/stdio/fgets.3 1.9 +2 -1 src/lib/libc/stdio/fputs.3 1.14 +1 -0 src/lib/libc/stdio/getc.3 1.3 +3 -3 src/lib/libc/stdio/getwc.3 1.9 +2 -1 src/lib/libc/stdio/putc.3 1.3 +3 -8 src/lib/libc/stdio/putwc.3 1.13 +3 -2 src/lib/libc/stdio/ungetc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message