<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/man/lib, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-05-13T15:59:27Z</updated>
<entry>
<title>fix downcase() for chars with 8bit</title>
<updated>1999-05-13T15:59:27Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-05-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d9c684ab7c74d34786747e353e8012d8875b8a1'/>
<id>urn:sha1:6d9c684ab7c74d34786747e353e8012d8875b8a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed searching for section "1aout" man pages.  Section numbers must be</title>
<updated>1998-10-10T13:11:39Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-10T13:11:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38f12a6e7be6cbceb05fca14385f44f62ec428f4'/>
<id>urn:sha1:38f12a6e7be6cbceb05fca14385f44f62ec428f4</id>
<content type='text'>
single digits or in the section list.
</content>
</entry>
<entry>
<title>Don't use beforedepend to complicate and break things.  Just put</title>
<updated>1998-03-20T12:13:10Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-20T12:13:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=267af6a411356e76b07e9ebaecececf84cbdbb44'/>
<id>urn:sha1:267af6a411356e76b07e9ebaecececf84cbdbb44</id>
<content type='text'>
generated source files in SRCS.
</content>
</entry>
<entry>
<title>Fixed `make depend'.  The previous change reduced it to making only</title>
<updated>1997-04-25T20:20:21Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-04-25T20:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9d61f30f1fe1eac4e28c009ad0dcde9d63d9fdc'/>
<id>urn:sha1:a9d61f30f1fe1eac4e28c009ad0dcde9d63d9fdc</id>
<content type='text'>
config.h (which isn't used directly).  Added a comment about the
indirect use of config.h.
</content>
</entry>
<entry>
<title>Make depend rely on config.h</title>
<updated>1997-04-11T05:17:25Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-04-11T05:17:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f1dba3bffab74c21cb7ef4c96cc8912555c9fca'/>
<id>urn:sha1:2f1dba3bffab74c21cb7ef4c96cc8912555c9fca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bogus existence test related to searching for a nearby obj</title>
<updated>1997-04-10T16:04:43Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-04-10T16:04:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a57462e371d60aaeeffbc256e201be569006576'/>
<id>urn:sha1:7a57462e371d60aaeeffbc256e201be569006576</id>
<content type='text'>
directory.  config.h is always in the current (= object) directory,
so don't search for it.

config.h is not a source for the library, so don't put it in SRCS and
don't make the library depend on it.

Don't put unused flags in CFLAGS.

Simplify using INTERNALLIB*.
</content>
</entry>
<entry>
<title>Reorder the default man sections.</title>
<updated>1997-02-09T14:10:31Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1997-02-09T14:10:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=424b33477f52127c98d8d524ad330c37f2bae2b7'/>
<id>urn:sha1:424b33477f52127c98d8d524ad330c37f2bae2b7</id>
<content type='text'>
2.2 candidate?
</content>
</entry>
<entry>
<title>Check return value from system() function.</title>
<updated>1997-02-08T22:36:11Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-02-08T22:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a98e5d2939415dd4085f93cfc0e71245fb1f0d26'/>
<id>urn:sha1:a98e5d2939415dd4085f93cfc0e71245fb1f0d26</id>
<content type='text'>
Pointed out some months ago by: Bruce
</content>
</entry>
<entry>
<title>Not hang in the downcase routine.</title>
<updated>1996-11-05T23:35:16Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-11-05T23:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5402df3cfad58281f70afff4dbdcf7616089aa6e'/>
<id>urn:sha1:5402df3cfad58281f70afff4dbdcf7616089aa6e</id>
<content type='text'>
Submitted by: Trevor Blackwell tlb@viaweb.com

2.1.6/2.2 Candidate
</content>
</entry>
<entry>
<title>Bring in my changes for removing the pestilent obj links (unless you</title>
<updated>1996-06-24T04:26:21Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-24T04:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd9a2f5c280b40222d21ca68b5b0962ff712d6cf'/>
<id>urn:sha1:cd9a2f5c280b40222d21ca68b5b0962ff712d6cf</id>
<content type='text'>
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
</content>
</entry>
</feed>
