History log of /freebsd-10-stable/lib/libc/stdio/getc.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 201836 08-Jan-2010 brueffer

Remove unnecessary quoting and markup, add missing punctuation.

PR: 140494
Submitted by: Jeremy Huddleston <jeremyhu@apple.com>, bde
MFC after: 1 week


# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 152733 23-Nov-2005 ru

Fix prototype.


# 127119 17-Mar-2004 tjr

Re-add text that says getc() is a macro (back out rev. 1.16.)


# 123216 07-Dec-2003 tjr

Fix prototype for getchar_unlocked().


# 111285 22-Feb-2003 ru

mdoc(7) police: markup laundry.


# 109056 10-Jan-2003 tjr

There is no macro version of getc() anymore.


# 109043 10-Jan-2003 tjr

Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),
and putchar_unlocked().


# 104750 10-Oct-2002 tjr

Cross-reference between byte and wide-character stdio functions. Remove
references to fputwc() and fgetwc() being macros while I'm at it.


# 97466 29-May-2002 ru

mdoc(7) police: fix markup for types.


# 96675 15-May-2002 fanf

Clarify that the value of getc() etc. is an unsigned char converted
to an int (as per the C standard) i.e. it can be passed straight to
isalpha() etc.

Approved by: dwmalone (mentor)
MFC after: 3 days


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81745 16-Aug-2001 dd

Explain the relation of getchar() to getc() in less words.

Submitted by: ru


# 81478 10-Aug-2001 dd

Use .Fn, .Fa, and .Dv where appropriate.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 73088 26-Feb-2001 ru

.St -ansiC -> .St -isoC


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 21907 20-Jan-1997 wosch

Sort cross references.


# 14839 27-Mar-1996 bde

Fixed bogus cross references.

Reviewed by: mpp


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources