<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/wctype.h, branch release/6.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-15T15:46:22Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-01-15T15:46:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-01-15T15:46:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cd221028ba5e7ada35a0dd196fb642b44f197d1'/>
<id>urn:sha1:5cd221028ba5e7ada35a0dd196fb642b44f197d1</id>
<content type='text'>
'RELENG_6_3_0_RELEASE'.

This commit was manufactured to restore the state of the 6.3-RELEASE image.
</content>
</entry>
<entry>
<title>Include _ctype.h instead of ctype.h to avoid namespace pollution.</title>
<updated>2004-08-12T10:29:14Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-12T10:29:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c92997c22d3ae8614f6ebe62f68be1b25d0173c0'/>
<id>urn:sha1:c92997c22d3ae8614f6ebe62f68be1b25d0173c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a function to iterate over all characters in a particular character</title>
<updated>2004-07-08T06:43:37Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-08T06:43:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee446de0b1835f78de8dc70a135410d1b75dff5f'/>
<id>urn:sha1:ee446de0b1835f78de8dc70a135410d1b75dff5f</id>
<content type='text'>
class. This is necessary in order to implement tr(1) efficiently in
multibyte locales, since the brute force method of finding all characters
in a class is infeasible with a 32-bit (or wider) wchar_t.
</content>
</entry>
<entry>
<title>Use __isctype() instead of __istype() for iswdigit() and iswxdigit() for</title>
<updated>2004-05-31T12:44:50Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-05-31T12:44:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58d122c2e5353a09697db7354fbcd682648e1e1b'/>
<id>urn:sha1:58d122c2e5353a09697db7354fbcd682648e1e1b</id>
<content type='text'>
consistency with &lt;ctype.h&gt;.
</content>
</entry>
<entry>
<title>o Merge &lt;machine/ansi.h&gt; and &lt;machine/types.h&gt; into a new header</title>
<updated>2002-08-21T16:20:02Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-08-21T16:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=abbd8902334e8c6409384593b4a2c81f939b47b4'/>
<id>urn:sha1:abbd8902334e8c6409384593b4a2c81f939b47b4</id>
<content type='text'>
  called &lt;machine/_types.h&gt;.
o &lt;machine/ansi.h&gt; will continue to live so it can define MD clock
  macros, which are only MD because of gratuitous differences between
  architectures.
o Change all headers to make use of this.  This mainly involves
  changing:
    #ifdef _BSD_FOO_T_
    typedef	_BSD_FOO_T_	foo_t;
    #undef _BSD_FOO_T_
    #endif
  to:
    #ifndef _FOO_T_DECLARED
    typedef	__foo_t	foo_t;
    #define	_FOO_T_DECLARED
    #endif

Concept by:	bde
Reviewed by:	jake, obrien
</content>
</entry>
<entry>
<title>Whitespace formatting changes: line up macro bodies, function names,</title>
<updated>2002-08-06T05:19:33Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-06T05:19:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a1a7924885ebc6f0a670ed9e15a10c950977ddd'/>
<id>urn:sha1:9a1a7924885ebc6f0a670ed9e15a10c950977ddd</id>
<content type='text'>
place tabs after #define and typedef. Sort typedefs by name.

Requested by:	mike
</content>
</entry>
<entry>
<title>Implement the missing &lt;wctype.h&gt; functions: isw*() (iswalnum() etc.),</title>
<updated>2002-08-05T10:45:23Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-05T10:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b44a04d1ccaa7cdab6c3fe4945b45d734de24e9'/>
<id>urn:sha1:6b44a04d1ccaa7cdab6c3fe4945b45d734de24e9</id>
<content type='text'>
towlower() and towupper() required by ISO C90 Amd. 1.

iswascii(), iswhexnumber(), iswideogram(), iswnumber(), iswphonogram(),
iswrune() and iswspecial() have also been implemented for consistency
with the BSD extensions in &lt;ctype.h&gt;.
</content>
</entry>
<entry>
<title>Change wctype_t to an unsigned type to avoid warnings.</title>
<updated>2002-08-04T12:43:53Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-04T12:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4bd5585fbde1575b417a56f470b928f88842c44d'/>
<id>urn:sha1:4bd5585fbde1575b417a56f470b928f88842c44d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.</title>
<updated>2002-08-04T12:09:08Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-04T12:09:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4645079944183e75b2d56f8481c1b3a4b28b0975'/>
<id>urn:sha1:4645079944183e75b2d56f8481c1b3a4b28b0975</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.</title>
<updated>2002-08-03T04:18:40Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-08-03T04:18:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b32667c57a712d6663c0425a2a4d1256459bd91'/>
<id>urn:sha1:5b32667c57a712d6663c0425a2a4d1256459bd91</id>
<content type='text'>
</content>
</entry>
</feed>
