summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/gets.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: remove getsEd Maste2019-09-011-3/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* While discussing the new gets_s.c in D12785, ed@ suggested puttingCy Schubert2017-11-031-2/+2
* Revert r325031. This breaks the build due to __FBSDID.Cy Schubert2017-10-271-1/+1
* Ensure all incude statements are kept together by moving theCy Schubert2017-10-271-1/+1
* Remove redundant sys/cdefs.h include.Cy Schubert2017-10-271-1/+0
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-7/+10
* Const-ify a character string.Pedro F. Giffuni2014-07-201-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