<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/csh, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-03-07T01:31:29Z</updated>
<entry>
<title>MFC r231990</title>
<updated>2012-03-07T01:31:29Z</updated>
<author>
<name>Mark Peek</name>
<email>mp@FreeBSD.org</email>
</author>
<published>2012-03-07T01:31:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b67285e9d4a1406fb4b965ae8674b0f88fb80a4'/>
<id>urn:sha1:9b67285e9d4a1406fb4b965ae8674b0f88fb80a4</id>
<content type='text'>
Update to tcsh 6.18.01
</content>
</entry>
<entry>
<title>MFC r198189: Check error of dlfunc(3).</title>
<updated>2009-10-20T11:52:39Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2009-10-20T11:52:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b40a5047279d14e1eb848b62908c7110cba1d723'/>
<id>urn:sha1:b40a5047279d14e1eb848b62908c7110cba1d723</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Work around a vendor issue that was causing the builtin malloc to be</title>
<updated>2007-05-16T21:22:38Z</updated>
<author>
<name>Mark Peek</name>
<email>mp@FreeBSD.org</email>
</author>
<published>2007-05-16T21:22:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59dfb2db03584859a57ab6d9519e2de147bf3c4d'/>
<id>urn:sha1:59dfb2db03584859a57ab6d9519e2de147bf3c4d</id>
<content type='text'>
used instead of the system malloc.

Submitted by:	ume
</content>
</entry>
<entry>
<title>Build updates for tcsh-6.15.00 import.</title>
<updated>2007-03-11T22:41:19Z</updated>
<author>
<name>Mark Peek</name>
<email>mp@FreeBSD.org</email>
</author>
<published>2007-03-11T22:41:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15aaece8bd80addee623f190106fc083c30f3d21'/>
<id>urn:sha1:15aaece8bd80addee623f190106fc083c30f3d21</id>
<content type='text'>
Reviewed by:	ume
Reminded by:	Divacky Roman
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix spelling.</title>
<updated>2006-03-19T19:10:39Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-19T19:10:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=effd5e768283bd5c44f7d034f9099a00a18d6c03'/>
<id>urn:sha1:effd5e768283bd5c44f7d034f9099a00a18d6c03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
<entry>
<title>Enable NLS catalog of csh(1).</title>
<updated>2006-02-19T06:40:29Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-02-19T06:40:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f45c0422fce0a2b440b6700cd4ac688306c47ea3'/>
<id>urn:sha1:f45c0422fce0a2b440b6700cd4ac688306c47ea3</id>
<content type='text'>
The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset
dynamically.  However, we don't have libiconv in our tree.  So, I made
some hack to load libiconv dynamically.  If libiconv is available, you
can use catalogs for more locales than the locales which catalog is
actually installed.
To use this feature, you need to symlink catalogs to appropriate
locales.  You can do this by installing ports/shells/tcsh_nls.

Reviewed by:	arch (no objection)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow</title>
<updated>2005-09-22T18:32:53Z</updated>
<author>
<name>Mark Peek</name>
<email>mp@FreeBSD.org</email>
</author>
<published>2005-09-22T18:32:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a9ddcdc522c525c196f00ed11a7927b5c638212'/>
<id>urn:sha1:4a9ddcdc522c525c196f00ed11a7927b5c638212</id>
<content type='text'>
ports builds in the cluster to work correctly.

Tested by: kris
</content>
</entry>
<entry>
<title>Don't install examples of NO_EXAMPLES</title>
<updated>2005-08-03T09:22:03Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-08-03T09:22:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=670f8414ea6d0fb8c57a7d3b8d0c064286b854cd'/>
<id>urn:sha1:670f8414ea6d0fb8c57a7d3b8d0c064286b854cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spell "background" correctly.</title>
<updated>2005-07-28T12:40:23Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-07-28T12:40:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b5b96582aaf2ee2f701f321550c46eb0608392c'/>
<id>urn:sha1:5b5b96582aaf2ee2f701f321550c46eb0608392c</id>
<content type='text'>
</content>
</entry>
</feed>
