<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu, branch release/4.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-04-21T00:04:30Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_3'.</title>
<updated>2001-04-21T00:04:30Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-04-21T00:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3c26b9cfe2a5c4c3745ad5cf70dab80b1c9ec1a'/>
<id>urn:sha1:e3c26b9cfe2a5c4c3745ad5cf70dab80b1c9ec1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2001-04-17T14:31:57Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-04-17T14:31:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7b1e8f699b0223d92463a1e58d2c27b6e408f329'/>
<id>urn:sha1:7b1e8f699b0223d92463a1e58d2c27b6e408f329</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:  bring in GCC 2.95.3 + official sjlj exception fixes.</title>
<updated>2001-04-10T19:23:41Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-04-10T19:23:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1fa470027f0adf0cc52bc31cdce6b3489da5a39c'/>
<id>urn:sha1:1fa470027f0adf0cc52bc31cdce6b3489da5a39c</id>
<content type='text'>
Approved by:	jkh

The the setjump/longjump exception handling fixes are from GCC 2.95.3.test3
and were removed from GCC 2.95.3.test4 and the subsequent release due
to bootstrap problems on HP-UX.  However, they were very well tested and
fixed major problems on all other platforms.  Including all the all the BSD's.
OpenBSD and FreeBSD 5-current both use these official sjlj patches.

W/o this upgrade the following program segmentation faults if compiled
with -O2 (but not -Os or -O or -O0) on 4.2FreeBSD.
There are some large C++ libraries where segfaults also occur, even at -O.

#include &lt;stdio.h&gt;

class A {
public:
  A() { printf("c'tor A\n"); }
  ~A(){ printf("d'tor A\n"); }
};

class foo : public A {
public:
  foo()  { printf("C'tor foo\n"); throw 8; }
  ~foo() { printf("D'tor foo\n"); }
};

int main(){
  try { foo fii; }
  catch (int){ printf("catch ...\n"); }
  return 0;
}
</content>
</entry>
<entry>
<title>MFC: recent mdoc(7) fixes.</title>
<updated>2001-03-05T18:22:01Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-05T18:22:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a84e15bbe10c4a43e06049fbbda38c4f84bac5d3'/>
<id>urn:sha1:a84e15bbe10c4a43e06049fbbda38c4f84bac5d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: fix setlocale(3) so that LC_ALL environment variable (if set</title>
<updated>2001-03-05T13:08:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-05T13:08:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc6a64b2e84e1d8faa4eef4552a215f000cc7a1d'/>
<id>urn:sha1:dc6a64b2e84e1d8faa4eef4552a215f000cc7a1d</id>
<content type='text'>
and not NULL) is preferred over other LC_* environment variables,
as required by POSIX.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-03-05T11:02:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-05T11:02:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74d89837e7842004ac17c6960f25cdae4a797e77'/>
<id>urn:sha1:74d89837e7842004ac17c6960f25cdae4a797e77</id>
<content type='text'>
o If both full-locale-name and short-locale-name searches
  fail, look the manpage in the en.&lt;charset&gt; subdirectory.

o Look for manpages in architecture specific directories
  first.  MACHINE envorinment variable could be used to
  specify non-default architecture.
</content>
</entry>
<entry>
<title>MFC: 1.3: Don't attempt to free non-alloced memory</title>
<updated>2001-03-05T10:51:46Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-03-05T10:51:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86a24df8ac9aa4abb02121602be1a9e751d73e61'/>
<id>urn:sha1:86a24df8ac9aa4abb02121602be1a9e751d73e61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that RELENG_4 has the new improved mkstemp() there's no need to</title>
<updated>2001-03-05T10:50:26Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-03-05T10:50:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b88c166a6c7ab5fd7c24ccd15ae235eaf25c76c'/>
<id>urn:sha1:6b88c166a6c7ab5fd7c24ccd15ae235eaf25c76c</id>
<content type='text'>
use so many X's for the tempfile name
</content>
</entry>
<entry>
<title>MFC: Various changes, including the following:</title>
<updated>2001-03-05T10:44:05Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-03-05T10:44:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1bdc06156278daafc9870064c8dba3c1ee2634e'/>
<id>urn:sha1:b1bdc06156278daafc9870064c8dba3c1ee2634e</id>
<content type='text'>
* Update to gnats 3.113
* Add 'update' and 'maintainer-update' as valid classes for use in
  submitting ports PRs
</content>
</entry>
<entry>
<title>MFC: r1.13, r1.14: -Wall cleanups and add missing include</title>
<updated>2001-03-05T10:28:10Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-03-05T10:28:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c2e1d301af3c7590bf726d45ba62ab6cc252c043'/>
<id>urn:sha1:c2e1d301af3c7590bf726d45ba62ab6cc252c043</id>
<content type='text'>
</content>
</entry>
</feed>
