summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/gets.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Back out previous. Many people disagreed with removing the warning.tjr2003-01-301-0/+8
* Remove runtime warning about gets().tjr2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()tjr2003-01-301-5/+9
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+2
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove 'register' keyword.obrien2002-03-211-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-0/+4
* Make a link-time warning for the use of gets().peter1995-10-041-0/+3
* This gets() used \r\n, which is doggish.bde1995-09-291-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+68
OpenPOWER on IntegriCloud