aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-33/+85
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwriteKyle Evans2020-01-301-3/+7
* Add mkostempsat(3).Mark Johnston2019-07-291-1/+1
* Add new gets_s(3) stdio function.Cy Schubert2018-04-031-1/+2
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-111-2/+3
* Link fclose(3) to fdclose(3)Enji Cooper2015-11-251-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-091-1/+2
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-271-1/+3
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-301-2/+3
* Add two new locale-specific man pages:Isabell Long2012-05-231-1/+7
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-041-4/+5
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-281-3/+5
* Reduce the level of duplication between vfprintf() and vfwprintf()David Schultz2008-06-291-1/+2
* Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin2008-05-021-1/+1
* Add fcloseall() to libc. This removes the need to export _cleanup().Daniel Eischen2006-04-221-3/+4
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp2006-01-251-1/+2
* Add an extensible version of our *printf(3) implementation to libcPoul-Henning Kamp2005-12-161-0/+3
* Add fgetwln(), a wide character version of fgetln().Tim J. Robbins2004-07-161-2/+4
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()Tim J. Robbins2003-01-101-1/+4
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().Tim J. Robbins2003-01-101-1/+3
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),Tim J. Robbins2003-01-101-2/+4
* Add function versions of getchar_unlocked(), getc_unlocked(),Tim J. Robbins2003-01-101-1/+2
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* Backout "compatibility hack" for __sF.Alfred Perlstein2002-11-041-4/+0
* Provide a hook to make __sF visible outside of libc for commercial appsAlfred Perlstein2002-11-021-0/+4
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-6/+11
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-4/+8
* Unbreak one of the most confusing breaks of the tree I've seen.Poul-Henning Kamp2002-08-131-1/+2
* Tidy up SRCS and MAN assignments.Tim J. Robbins2002-08-131-20/+13
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-9/+18
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add mkstemps to the man page, and create a link for it.Warner Losh1999-04-041-2/+2
* Fixed disordering and incoinsistent style in previous commit.Bruce Evans1999-03-051-3/+3
* Added functions fseeko() and ftello() (from susv2).Dmitrij Tejblum1999-02-081-1/+2
* Remote the NetBSD kludge for vfprintf.cJohn Birrell1998-05-081-9/+2
* Add FILE locking stubs for libc.John Birrell1998-04-111-3/+11
* Fixed disordering and inconsistent style in previous commit.Bruce Evans1998-03-121-3/+2
* Many security improvements from OpenBSD:Warner Losh1998-02-131-1/+2
* Sorted lists.Bruce Evans1997-10-211-3/+5
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-7/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+5
* 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
* Fix bogus MLINKS line from vasprintf change.Jordan K. Hubbard1996-05-291-2/+2