<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libc/locale, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2009-12-24T20:36:37Z</updated>
<entry>
<title>MFC r199244:</title>
<updated>2009-12-24T20:36:37Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2009-12-24T20:36:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b2aa1151281994b1107f56bfc39b30a55799e58b'/>
<id>urn:sha1:b2aa1151281994b1107f56bfc39b30a55799e58b</id>
<content type='text'>
  Fix the grammar in the isgraph(3) description, almost as per the PR.

  PR:           140455
  Submitted by: Jeremy Huddleston &lt;jeremyhu@apple.com&gt;
</content>
</entry>
<entry>
<title>Merge rev. 199180 to 8.x-STABLE, the change to isblank(3):</title>
<updated>2009-11-25T11:17:28Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2009-11-25T11:17:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=330df8ae5d0b8e0dca826bd6cf0a6d21c6efc18b'/>
<id>urn:sha1:330df8ae5d0b8e0dca826bd6cf0a6d21c6efc18b</id>
<content type='text'>
Fix the grammar as in the PR, and then some.

PR:             140454
Submitted by:   Jeremy Huddleston &lt;jeremyhu@apple.com&gt;
</content>
</entry>
<entry>
<title>MFC: r199320</title>
<updated>2009-11-23T09:45:59Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-11-23T09:45:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3c0e77afd5dd28cad70a5cd79727739686c0227f'/>
<id>urn:sha1:3c0e77afd5dd28cad70a5cd79727739686c0227f</id>
<content type='text'>
Fix grammar.
</content>
</entry>
<entry>
<title>MFC to RELENG_6:</title>
<updated>2008-04-26T17:39:56Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2008-04-26T17:39:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c125720570ba0d59e47a210d746523c485d4fb5b'/>
<id>urn:sha1:c125720570ba0d59e47a210d746523c485d4fb5b</id>
<content type='text'>
  Don't allocate the constant array "props" on the stack in wctype.

  PR:             74743
  Submitted by:   knut st. osmundsen
  Approved by:    rwatson (mentor)
  MFC after:      1 month
</content>
</entry>
<entry>
<title>MFC: 1.51 - better recover from unknown encoding, not by core dump</title>
<updated>2008-03-03T12:51:02Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2008-03-03T12:51:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fd0c012121a1444054dae93cdae1acdc381ab6ab'/>
<id>urn:sha1:fd0c012121a1444054dae93cdae1acdc381ab6ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Put __mb_sb_limit symbol back to libc to ease users' pain when upgrading</title>
<updated>2007-11-26T03:29:17Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-11-26T03:29:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=24c6945e37ed0ebdcb9ece3f5ab1ca97f5683cfe'/>
<id>urn:sha1:24c6945e37ed0ebdcb9ece3f5ab1ca97f5683cfe</id>
<content type='text'>
  their 6-STABLE system. This is necessary because we have this symbol
  exported between 20071025 and 20071030. Binaries built during that perios
  will be broken after 602115.

Requested by:	many
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>- Back out previous ctype(3) fix for UTF-8 locale due to forward ABI</title>
<updated>2007-11-21T01:31:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-11-21T01:31:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b718b356e1ebf1d830c22801948eee442d131385'/>
<id>urn:sha1:b718b356e1ebf1d830c22801948eee442d131385</id>
<content type='text'>
  compatibility is still broken as we add new symbols to libc. Those
  symboles are __sbmaskrune, __sbistype, __sbtoupper and __sbtolower.
  The latter three are directly referred by binaries use ctype(3) family
  functions (see include/ctype.h for details). This means if a binary
  built on 6.3, it uses these symbols that are not available on older
  system.
- As this has been in 6 for a month, I intentionally leave these symbols
  in libc but map them to original version. So binary built after 602113
  will not be broken after this commit.
- Bump __FreeBSD_version for this back-out

PR:		116363
Discussed with:	kris, kensmith
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC ctype(3) fix for UTF-8 locale. See original commit log for details.</title>
<updated>2007-10-24T14:32:33Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-10-24T14:32:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0bb276dd2b10f18120607ebde097f6bebfe28577'/>
<id>urn:sha1:0bb276dd2b10f18120607ebde097f6bebfe28577</id>
<content type='text'>
PR:		116363
Reported by:	Petr Hroudny &lt;petr.hroudny at gmail.com&gt;
Patched by:	ache
Reviewed by:	i18n@
Approved by:	re (kensmith)
OK-ed by:	portmgr
</content>
</entry>
<entry>
<title>MFC: r1.23</title>
<updated>2007-05-12T21:29:16Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2007-05-12T21:29:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cc6b710907c71432f9c5f86745c537341fed648a'/>
<id>urn:sha1:cc6b710907c71432f9c5f86745c537341fed648a</id>
<content type='text'>
Approved by:	keramida (mentor)
</content>
</entry>
<entry>
<title>MFC: 1.7: Add missing comma.</title>
<updated>2006-10-16T13:15:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-10-16T13:15:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1f39170ecffba599d093fa2991e2c96bd69d7910'/>
<id>urn:sha1:1f39170ecffba599d093fa2991e2c96bd69d7910</id>
<content type='text'>
Approved by:	re (hrs)
</content>
</entry>
</feed>
