summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/gets.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r325030:Cy Schubert2017-11-041-1/+0
* MFC r320472,r320508,r320509:Konstantin Belousov2017-07-171-7/+10
* MFC r268928:Pedro F. Giffuni2014-07-231-1/+1
* Convert libc/stdio from K&R to ANSI CEd Maste2013-04-231-2/+1
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Back out previous. Many people disagreed with removing the warning.Tim J. Robbins2003-01-301-0/+8
* Remove runtime warning about gets().Tim J. Robbins2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()Tim J. Robbins2003-01-301-5/+9
* 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-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Make a link-time warning for the use of gets().Peter Wemm1995-10-041-0/+3
* This gets() used \r\n, which is doggish.Bruce Evans1995-09-291-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+68