summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile.inc
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2020-01-30stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwriteKyle Evans
2019-07-29Add mkostempsat(3).Mark Johnston
2018-04-03Add new gets_s(3) stdio function.Cy Schubert
2016-05-11libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer
2015-11-25Link fclose(3) to fdclose(3)Enji Cooper
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2013-08-09Add mkostemp() and mkostemps().Jilles Tjoelker
2013-02-27Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin
2013-01-30Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti
2012-05-23Add two new locale-specific man pages:Isabell Long
2009-03-04Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2008-06-29Reduce the level of duplication between vfprintf() and vfwprintf()David Schultz
2008-05-02Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin
2006-04-22Add fcloseall() to libc. This removes the need to export _cleanup().Daniel Eischen
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-01-25Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp
2005-12-16Add an extensible version of our *printf(3) implementation to libcPoul-Henning Kamp
2004-07-16Add fgetwln(), a wide character version of fgetln().Tim J. Robbins
2003-01-10Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()Tim J. Robbins
2003-01-10Add a manual page for flockfile(), ftrylockfile(), and funlockfile().Tim J. Robbins
2003-01-10Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),Tim J. Robbins
2003-01-10Add function versions of getchar_unlocked(), getc_unlocked(),Tim J. Robbins
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-11-04Backout "compatibility hack" for __sF.Alfred Perlstein
2002-11-02Provide a hook to make __sF visible outside of libc for commercial appsAlfred Perlstein
2002-09-23Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins
2002-09-21Add implementations of the wprintf() family of functions, which performTim J. Robbins
2002-08-13Unbreak one of the most confusing breaks of the tree I've seen.Poul-Henning Kamp
2002-08-13Tidy up SRCS and MAN assignments.Tim J. Robbins
2002-08-13Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-04-04Add mkstemps to the man page, and create a link for it.Warner Losh
1999-03-05Fixed disordering and incoinsistent style in previous commit.Bruce Evans
1999-02-08Added functions fseeko() and ftello() (from susv2).Dmitrij Tejblum
1998-05-08Remote the NetBSD kludge for vfprintf.cJohn Birrell
1998-04-11Add FILE locking stubs for libc.John Birrell
1998-03-12Fixed disordering and inconsistent style in previous commit.Bruce Evans
1998-02-13Many security improvements from OpenBSD:Warner Losh
1997-10-21Sorted lists.Bruce Evans
1997-10-15Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans
1997-05-03Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-05-29Fix bogus MLINKS line from vasprintf change.Jordan K. Hubbard