summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-041-4/+5
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-281-3/+5
* Reduce the level of duplication between vfprintf() and vfwprintf()das2008-06-291-1/+2
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-021-1/+1
* Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-221-3/+4
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"phk2006-01-251-1/+2
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-161-0/+3
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-161-2/+4
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()tjr2003-01-101-1/+4
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().tjr2003-01-101-1/+3
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),tjr2003-01-101-2/+4
* Add function versions of getchar_unlocked(), getc_unlocked(),tjr2003-01-101-1/+2
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
* Backout "compatibility hack" for __sF.alfred2002-11-041-4/+0
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-021-0/+4
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-231-6/+11
* Add implementations of the wprintf() family of functions, which performtjr2002-09-211-4/+8
* Unbreak one of the most confusing breaks of the tree I've seen.phk2002-08-131-1/+2
* Tidy up SRCS and MAN assignments.tjr2002-08-131-20/+13
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-9/+18
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add mkstemps to the man page, and create a link for it.imp1999-04-041-2/+2
* Fixed disordering and incoinsistent style in previous commit.bde1999-03-051-3/+3
* Added functions fseeko() and ftello() (from susv2).dt1999-02-081-1/+2
* Remote the NetBSD kludge for vfprintf.cjb1998-05-081-9/+2
* Add FILE locking stubs for libc.jb1998-04-111-3/+11
* Fixed disordering and inconsistent style in previous commit.bde1998-03-121-3/+2
* Many security improvements from OpenBSD:imp1998-02-131-1/+2
* Sorted lists.bde1997-10-211-3/+5
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-7/+4
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+5
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix bogus MLINKS line from vasprintf change.jkh1996-05-291-2/+2
* add manpage linkswosch1996-05-291-1/+2
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arepeter1996-05-271-5/+5
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-3/+5
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+38
OpenPOWER on IntegriCloud