<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/window, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-09-17T03:58:52Z</updated>
<entry>
<title>Fix a `cast to pointer from integer of different size' warning.</title>
<updated>2003-09-17T03:58:52Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-17T03:58:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e3275a35bd5cf88cf676b1c4d2033dbce846846'/>
<id>urn:sha1:9e3275a35bd5cf88cf676b1c4d2033dbce846846</id>
<content type='text'>
usage() has been made a (non-void) function so that it can be
used in a pointer expression (see macro `next'). Widen the
implied integer return type of usage() so that we can cast to
a pointer without warnings.
</content>
</entry>
<entry>
<title>Remove the only varargs.h consumer in the tree. Use stdarg.h instead.</title>
<updated>2003-04-15T18:59:22Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-15T18:59:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e04260639fcb3abbf2f3399fb17dedada132cb1'/>
<id>urn:sha1:8e04260639fcb3abbf2f3399fb17dedada132cb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The ... utility</title>
<updated>2003-03-24T15:53:11Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-03-24T15:53:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07aa16ca83090c499cc4adc5f23bf31fb447df72'/>
<id>urn:sha1:07aa16ca83090c499cc4adc5f23bf31fb447df72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use POSIX macros for wait(2)-style status information instead of the</title>
<updated>2002-06-03T23:13:11Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-06-03T23:13:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb263c35947b04e5f9f54202f6761069e2663931'/>
<id>urn:sha1:cb263c35947b04e5f9f54202f6761069e2663931</id>
<content type='text'>
deprecated 4.2/4.3BSD wait union.  Fix some nearby pid_t/int
confusion.
</content>
</entry>
<entry>
<title>Use `The .Nm utility'</title>
<updated>2002-04-20T12:18:28Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-20T12:18:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e8937ba00998cca6f259b3fdf32a7f7a38bc26ec'/>
<id>urn:sha1:e8937ba00998cca6f259b3fdf32a7f7a38bc26ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.</title>
<updated>2002-02-08T23:07:37Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-02-08T23:07:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e35f9517d68206de4367fdb8d044e6dfebaf372d'/>
<id>urn:sha1:e35f9517d68206de4367fdb8d044e6dfebaf372d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bitrot in DPADD in rev.1.8.</title>
<updated>2001-12-29T14:03:03Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-12-29T14:03:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b84c8f34fdac55981255cfd7496fc1fbbfda01f8'/>
<id>urn:sha1:b84c8f34fdac55981255cfd7496fc1fbbfda01f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temporarily "protect" this against the coming WARNS=2 default as it</title>
<updated>2001-12-11T22:33:11Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-11T22:33:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f223d2222568b5c63fff08e5c6ae68bf7a73f0e'/>
<id>urn:sha1:6f223d2222568b5c63fff08e5c6ae68bf7a73f0e</id>
<content type='text'>
is "hard to fix" (meaning I will come back to fix it if nobody gets
there first).
</content>
</entry>
<entry>
<title>use openpty() instead of rolling a custom function (which didn't support</title>
<updated>2001-09-28T22:46:13Z</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>2001-09-28T22:46:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b3f2c13a2c514d5c5f75c164c112de7ce49389d'/>
<id>urn:sha1:5b3f2c13a2c514d5c5f75c164c112de7ce49389d</id>
<content type='text'>
the full range of ptys anyways)
</content>
</entry>
<entry>
<title>mdoc(7) police:</title>
<updated>2001-08-07T15:48:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-07T15:48:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c4d9468ea0e627c69802bd0689c93527dc2e2a85'/>
<id>urn:sha1:c4d9468ea0e627c69802bd0689c93527dc2e2a85</id>
<content type='text'>
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
</content>
</entry>
</feed>
