aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/ungetc.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-2/+2
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-2/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Set stream orientation in ungetc() instead of __ungetc(). This avoidsTim J. Robbins2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.Tim J. Robbins2004-03-101-2/+0
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Back out disabling ungetc() at 0, use different solution:Andrey A. Chernov2001-09-011-4/+0
* Disallow ungetc at offset 0 (to prevent negative offset happens), so simplifyAndrey A. Chernov2001-08-311-0/+4
* Fix the current libc breakage in current:Warner Losh2001-02-161-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-19/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add FILE locking stubs for libc.John Birrell1998-04-111-26/+9
* 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-1/+7
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-4/+33
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+148