<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/Makefile.inc, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-07-16T06:06:09Z</updated>
<entry>
<title>Add fgetwln(), a wide character version of fgetln().</title>
<updated>2004-07-16T06:06:09Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-16T06:06:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9531ef0fc16cd1cfaa20e5db15fb64021a04ee74'/>
<id>urn:sha1:9531ef0fc16cd1cfaa20e5db15fb64021a04ee74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()</title>
<updated>2003-01-10T06:22:28Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-10T06:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4549f6201149a0da5f07205671de057da2510206'/>
<id>urn:sha1:4549f6201149a0da5f07205671de057da2510206</id>
<content type='text'>
and fileno_unlocked().
</content>
</entry>
<entry>
<title>Add a manual page for flockfile(), ftrylockfile(), and funlockfile().</title>
<updated>2003-01-10T05:34:11Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-10T05:34:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d844c09ac491c9be12455dbfabea6f695a478fe'/>
<id>urn:sha1:4d844c09ac491c9be12455dbfabea6f695a478fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),</title>
<updated>2003-01-10T04:56:20Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-10T04:56:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbee408df14fe0f5540442d4fbbc2b2cd4c8df9d'/>
<id>urn:sha1:cbee408df14fe0f5540442d4fbbc2b2cd4c8df9d</id>
<content type='text'>
and putchar_unlocked().
</content>
</entry>
<entry>
<title>Add function versions of getchar_unlocked(), getc_unlocked(),</title>
<updated>2003-01-10T04:35:08Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-10T04:35:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5b0089e65700d2040f483ce47eb092a1039223b'/>
<id>urn:sha1:a5b0089e65700d2040f483ce47eb092a1039223b</id>
<content type='text'>
putchar_unlocked(), putc_unlocked(), feof_unlocked(), ferror_unlocked(),
clearerr_unlocked(), and fileno_unlocked(). The first four are required
by POSIX. The rest are provided for consistency.
</content>
</entry>
<entry>
<title>libc_r wasn't so tied to libc for 22 months.</title>
<updated>2002-11-18T09:50:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-18T09:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c51d717f0c0adcb64bbf49ef373972c2367c50ec'/>
<id>urn:sha1:c51d717f0c0adcb64bbf49ef373972c2367c50ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backout "compatibility hack" for __sF.</title>
<updated>2002-11-04T03:23:56Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-11-04T03:23:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac1cc6ee11f1bf62faa8f6add0bc4adaa986656a'/>
<id>urn:sha1:ac1cc6ee11f1bf62faa8f6add0bc4adaa986656a</id>
<content type='text'>
Requested by: Steve Kargl &lt;sgk@troutmask.apl.washington.edu&gt; (submitter)
</content>
</entry>
<entry>
<title>Provide a hook to make __sF visible outside of libc for commercial apps</title>
<updated>2002-11-02T19:47:53Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-11-02T19:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fc25b925d376ebf41effd6c682a5f9e1c97e2be'/>
<id>urn:sha1:0fc25b925d376ebf41effd6c682a5f9e1c97e2be</id>
<content type='text'>
if WANT_COMPAT4_STDIO is defined when compiling libc.

Submitted by: Steve Kargl &lt;sgk@troutmask.apl.washington.edu&gt;
</content>
</entry>
<entry>
<title>Add implementations of wscanf() and related functions: fwscanf(), swscanf(),</title>
<updated>2002-09-23T12:40:06Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-23T12:40:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f4ff8506a801b76186abcb5690294b81ca2b754'/>
<id>urn:sha1:1f4ff8506a801b76186abcb5690294b81ca2b754</id>
<content type='text'>
vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide-
character versions of the scanf() family of functions.
</content>
</entry>
<entry>
<title>Add implementations of the wprintf() family of functions, which perform</title>
<updated>2002-09-21T13:00:30Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-21T13:00:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5604d0a50cc18e7c5546e9c77a8fdcb69cb5e3c'/>
<id>urn:sha1:c5604d0a50cc18e7c5546e9c77a8fdcb69cb5e3c</id>
<content type='text'>
formatted wide-character output.
</content>
</entry>
</feed>
