<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio/getc.3, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-02-23T01:47:49Z</updated>
<entry>
<title>mdoc(7) police: markup laundry.</title>
<updated>2003-02-23T01:47:49Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-23T01:47:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=522ccf3f353a439b7938a4f10adfab7d912210a2'/>
<id>urn:sha1:522ccf3f353a439b7938a4f10adfab7d912210a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is no macro version of getc() anymore.</title>
<updated>2003-01-10T07:45:24Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-01-10T07:45:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=903103000319f4a508e2b0454b66068b1f4382c0'/>
<id>urn:sha1:903103000319f4a508e2b0454b66068b1f4382c0</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>Cross-reference between byte and wide-character stdio functions. Remove</title>
<updated>2002-10-10T04:12:40Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-10-10T04:12:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce04c11001bbd7623549d791dee58b2683c81585'/>
<id>urn:sha1:ce04c11001bbd7623549d791dee58b2683c81585</id>
<content type='text'>
references to fputwc() and fgetwc() being macros while I'm at it.
</content>
</entry>
<entry>
<title>mdoc(7) police: fix markup for types.</title>
<updated>2002-05-29T15:42:59Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-29T15:42:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16fb68493648997d94909b465fc89b68d7cbd1b7'/>
<id>urn:sha1:16fb68493648997d94909b465fc89b68d7cbd1b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify that the value of getc() etc. is an unsigned char converted</title>
<updated>2002-05-15T16:55:58Z</updated>
<author>
<name>Tony Finch</name>
<email>fanf@FreeBSD.org</email>
</author>
<published>2002-05-15T16:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfad593dbda53a8925e9adf0159cbb384c3897f6'/>
<id>urn:sha1:cfad593dbda53a8925e9adf0159cbb384c3897f6</id>
<content type='text'>
to an int (as per the C standard) i.e. it can be passed straight to
isalpha() etc.

Approved by:	dwmalone (mentor)
MFC after:	3 days
</content>
</entry>
<entry>
<title>mdoc(7) police: Use the new .In macro for #include statements.</title>
<updated>2001-10-01T16:09:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-10-01T16:09:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32eef9aeb1f39a1623cea55da147c89abbd5b9a5'/>
<id>urn:sha1:32eef9aeb1f39a1623cea55da147c89abbd5b9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explain the relation of getchar() to getc() in less words.</title>
<updated>2001-08-16T03:09:33Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-08-16T03:09:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7bc6682520991f42b06f9f44b680d351b7980645'/>
<id>urn:sha1:7bc6682520991f42b06f9f44b680d351b7980645</id>
<content type='text'>
Submitted by:	ru
</content>
</entry>
<entry>
<title>Use .Fn, .Fa, and .Dv where appropriate.</title>
<updated>2001-08-10T20:49:38Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-08-10T20:49:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f55e48eb1e39c50dbb9a057916642327dc3bbf9'/>
<id>urn:sha1:7f55e48eb1e39c50dbb9a057916642327dc3bbf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove whitespace at EOL.</title>
<updated>2001-07-15T07:53:42Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T07:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ebcc426efefea9cd16ac6f565e72030c608f7a4'/>
<id>urn:sha1:7ebcc426efefea9cd16ac6f565e72030c608f7a4</id>
<content type='text'>
</content>
</entry>
</feed>
