<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libcurses, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Don't define our own `bool' type if we are using C++.</title>
<updated>2000-03-27T01:57:44+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-03-27T01:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2f617458570626713df6c73a14eb65f50f81c568'/>
<id>2f617458570626713df6c73a14eb65f50f81c568</id>
<content type='text'>
Submitted by:	Zack Weinberg &lt;zack@wolery.cumb.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Zack Weinberg &lt;zack@wolery.cumb.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove single-space hard sentence breaks.  These degrade the quality</title>
<updated>2000-03-03T11:43:25+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-03T11:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=94af75cb0760d75074cba43b6fe8eb2d0d880a44'/>
<id>94af75cb0760d75074cba43b6fe8eb2d0d880a44</id>
<content type='text'>
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.

This is not a merge from current because these files are in the Attic
there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.

This is not a merge from current because these files are in the Attic
there.
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:04:30+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee00aca0117c842d6282ea58ac984b2b34123ec2'/>
<id>ee00aca0117c842d6282ea58ac984b2b34123ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a curses bug exposed by the ":numbers" display of systat -iostat.</title>
<updated>1998-10-12T16:32:32+00:00</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1998-10-12T16:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=13a5277c238c33ef572aef53377bdae1f921330f'/>
<id>13a5277c238c33ef572aef53377bdae1f921330f</id>
<content type='text'>
This bug showed up when you had more than 3 devices displayed.  (thus
requiring a second line of display)

Here's a quote From the PR:

 When wrefresh() is called with a subwindow as argument, __set_subwin
 might be called with reversed arguments if wrefresh() decides to calls
 quickch().  This may cause use of negative array indexes, with a
 resulting segfault.

 Since quickch() manipulates the line structures belonging to curscr,
 it looks like all subwindows of curscr should be updated.

PR:		bin/8086
Submitted by:	Tor Egge &lt;Tor.Egge@fast.no&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug showed up when you had more than 3 devices displayed.  (thus
requiring a second line of display)

Here's a quote From the PR:

 When wrefresh() is called with a subwindow as argument, __set_subwin
 might be called with reversed arguments if wrefresh() decides to calls
 quickch().  This may cause use of negative array indexes, with a
 resulting segfault.

 Since quickch() manipulates the line structures belonging to curscr,
 it looks like all subwindows of curscr should be updated.

PR:		bin/8086
Submitted by:	Tor Egge &lt;Tor.Egge@fast.no&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>$* -&gt; ${.PREFIX}</title>
<updated>1998-09-11T05:40:12+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-09-11T05:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=546bc251aea71eca5b87919a34bced9d6dc5c056'/>
<id>546bc251aea71eca5b87919a34bced9d6dc5c056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow this to include from C++ programs.</title>
<updated>1998-05-31T20:12:06+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1998-05-31T20:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3572d2769f9a3aba665d0c2fd5295a5084b312a'/>
<id>c3572d2769f9a3aba665d0c2fd5295a5084b312a</id>
<content type='text'>
PR:		2382
Submitted by:	Peter Jeremy &lt;perer.jeremy@alcatel.com.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		2382
Submitted by:	Peter Jeremy &lt;perer.jeremy@alcatel.com.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.Sh AUTHOR -&gt; .Sh AUTHORS. Use .An/.Aq</title>
<updated>1998-03-19T07:34:22+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-03-19T07:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a5941fc2aae12cb42e24117b2979147c9c7c5571'/>
<id>a5941fc2aae12cb42e24117b2979147c9c7c5571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extra definition of vwprintw.</title>
<updated>1997-08-23T23:23:07+00:00</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1997-08-23T23:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=18de8a52e4dd06acce61a5576ba3480660f24778'/>
<id>18de8a52e4dd06acce61a5576ba3480660f24778</id>
<content type='text'>
PR:		bin/3623
Submitted by:	Stephen J. Roznowski &lt;sjr1@flash.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/3623
Submitted by:	Stephen J. Roznowski &lt;sjr1@flash.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r27180,</title>
<updated>1997-07-03T03:28:27+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-07-03T03:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=362c392f0b63a6237bcc68b8d813ae6b3d4912f2'/>
<id>362c392f0b63a6237bcc68b8d813ae6b3d4912f2</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which included commits to RCS files with non-trunk default branches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import Lite2's src/lib, except for non-i386 machine-dependent directories,</title>
<updated>1997-07-03T03:28:27+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-07-03T03:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5500fdcd4f4839f2185e704508b3f6c2a11ccba6'/>
<id>5500fdcd4f4839f2185e704508b3f6c2a11ccba6</id>
<content type='text'>
libc/db, libc/gen/crypt.* and libtelnet.  All affected files except 3
unimportant ones have already left the vendor branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libc/db, libc/gen/crypt.* and libtelnet.  All affected files except 3
unimportant ones have already left the vendor branch.
</pre>
</div>
</content>
</entry>
</feed>
