summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/ungetc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-3/+3
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* use reallocarray, and avoid this << 1 ugliness.deraadt2014-10-111-3/+3
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-7/+11
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-11/+7
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-7/+11
* zap remaining rcsid.espie2005-08-081-4/+1
* next citrus step.espie2005-06-171-1/+2
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-301-11/+11
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-8/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* a first pass at -Wallderaadt2001-07-091-3/+5
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+153