<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libcompat, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-07-02T23:52:20Z</updated>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7): Use the new feature of the .In macro.</title>
<updated>2003-09-08T19:57:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-08T19:57:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe08efe680f6705e0c60beabe3e39629c655e743'/>
<id>urn:sha1:fe08efe680f6705e0c60beabe3e39629c655e743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Axe AINC.</title>
<updated>2003-07-01T15:07:01Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-07-01T15:07:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b3cbc5c38fc72aba85e98bca992a25880cd1ad9'/>
<id>urn:sha1:0b3cbc5c38fc72aba85e98bca992a25880cd1ad9</id>
<content type='text'>
Submitted by:	bde
</content>
</entry>
<entry>
<title>Add section number with .Xr. .Xr -&gt; .Vt changes.</title>
<updated>2003-06-08T10:17:24Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-06-08T10:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=82f7b9cd41da5b27f191a77733f168439daa5930'/>
<id>urn:sha1:82f7b9cd41da5b27f191a77733f168439daa5930</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The .Fn function</title>
<updated>2003-03-24T16:02:05Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-03-24T16:02:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0552350ecc55f34e3385dc06abf3c9c45092b332'/>
<id>urn:sha1:0552350ecc55f34e3385dc06abf3c9c45092b332</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently mark std(in|out|err) with .Dv, because that's how they</title>
<updated>2002-12-04T18:57:46Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-04T18:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae828962685b8ae9e5104ce8e7fe8b05effcb9ec'/>
<id>urn:sha1:ae828962685b8ae9e5104ce8e7fe8b05effcb9ec</id>
<content type='text'>
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by:	re
</content>
</entry>
<entry>
<title>mdoc(7) police: formatting nits.</title>
<updated>2002-11-29T15:57:50Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-29T15:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1798791d24d371e78812304b3fa3ec7a87b84f98'/>
<id>urn:sha1:1798791d24d371e78812304b3fa3ec7a87b84f98</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title> - Remove the lsearch() and lfind() functions and their manpage from</title>
<updated>2002-10-16T14:29:23Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-16T14:29:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c84d0b1a5f243e4aa87fe02c82627b7d11d053e'/>
<id>urn:sha1:6c84d0b1a5f243e4aa87fe02c82627b7d11d053e</id>
<content type='text'>
   the compatibility library libcompat.
 - Add new implementations of lsearch() and lfind() which conform to
   IEEE Std 1003.1-2001 to libc.  Add a new manual page for them and
   add them to the makefile.
 - Add function prototypes for lsearch() and lfind() to the search.h
   header.
</content>
</entry>
<entry>
<title> - Remove the old insque() and remque() functions and their manual</title>
<updated>2002-10-16T14:00:46Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-10-16T14:00:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e768c1be41aefcb7cf8fb19b12cf21d523dc4cdf'/>
<id>urn:sha1:e768c1be41aefcb7cf8fb19b12cf21d523dc4cdf</id>
<content type='text'>
   page from the compatibility library.
 - Add new implementations of insque() and remque() which conform to
   IEEE Std 1003.1-2001 to libc.  Add a new manual page for them and
   connect them to the build.
 - Add the prototypes of insque() and remque() to the search.h
   header.
</content>
</entry>
<entry>
<title>Assume __STDC__, remove non-__STDC__ code.</title>
<updated>2002-05-28T17:03:12Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-28T17:03:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a82bbc730e20fe9dec4abeb1d949b2d02869032a'/>
<id>urn:sha1:a82bbc730e20fe9dec4abeb1d949b2d02869032a</id>
<content type='text'>
Submitted by: keramida
</content>
</entry>
</feed>
