aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/putc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert libc/stdio from K&R to ANSI CEd Maste2013-04-231-3/+1
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin2008-05-051-0/+3
* Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin2008-05-021-2/+7
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Do not redundantly set the stream orientation in getc(), putc(), andTim J. Robbins2004-03-191-1/+2
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),Tim J. Robbins2004-03-171-8/+2
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add FILE locking stubs for libc.John Birrell1998-04-111-11/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-0/+4
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-1/+14
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+53