<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/txobject/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/txobject/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/txobject/bugs/</id><updated>2001-06-07T21:21:23Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>txsocket.cxx compiling g++ under solaris</title><link href="https://sourceforge.net/p/txobject/bugs/27/" rel="alternate"/><published>2001-06-07T21:21:23Z</published><updated>2001-06-07T21:21:23Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.net586979d5cf97abd1b841081507edb407abf848ff</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;bug : txsocket.cxx does not compile using g++ under &lt;br /&gt;
solaris.&lt;/p&gt;
&lt;p&gt;workaround : add -DGREENHILL_SUPPORT flag in &lt;br /&gt;
build/solaris/build.defs&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>destructor of txAbsPacker is not virtua</title><link href="https://sourceforge.net/p/txobject/bugs/26/" rel="alternate"/><published>2001-05-30T02:42:22Z</published><updated>2001-05-30T02:42:22Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.netcf41bd33ea3d1cb58ca45abb53d819d5e1db9959</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;destructor of txAbsPacker is not virtual&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>create a configure script for unix build</title><link href="https://sourceforge.net/p/txobject/bugs/25/" rel="alternate"/><published>2001-05-09T13:25:10Z</published><updated>2001-05-09T13:25:10Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.netbc20d4d8527de6fa93fc675cbbf482d5f26d29c9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;create a configure script for unix/linux type builds &lt;br /&gt;
(i.e. make the build of txobjects more standard like).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>rework txstagemgr : check for determinat</title><link href="https://sourceforge.net/p/txobject/bugs/24/" rel="alternate"/><published>2001-05-09T13:23:27Z</published><updated>2001-05-09T13:23:27Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.netdc29ae64d7c6a6695e17715bc66f184ffb563445</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;- rework txstagemgr : check for determinate contact&lt;/p&gt;
&lt;p&gt;move second if outside of first if at the end of the &lt;br /&gt;
method.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>rewrite find signatures to return const</title><link href="https://sourceforge.net/p/txobject/bugs/23/" rel="alternate"/><published>2001-05-09T13:21:55Z</published><updated>2001-05-09T13:21:55Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.net8ff6ebf7405a117cb8a979caff04dcc78c43b5a8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;rewrite find signatures to return const&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>txThread_priority only takes one signatu</title><link href="https://sourceforge.net/p/txobject/bugs/22/" rel="alternate"/><published>2001-04-24T12:47:17Z</published><updated>2001-04-24T12:47:17Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.net80ddddebc3fa0fe298c5ca64f9de0914a0ea8de5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;txThread_priority only takes one signature. This &lt;br /&gt;
python call allows the user to change a thread &lt;br /&gt;
priority, but does not allow the user to find out what &lt;br /&gt;
the priority is.&lt;/p&gt;
&lt;p&gt;same goes for txNativeThread_priority.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>flushing stdout instead of stderr</title><link href="https://sourceforge.net/p/txobject/bugs/21/" rel="alternate"/><published>2001-04-10T18:53:42Z</published><updated>2001-04-10T18:53:42Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.net8fff37b7b0f3ecb552e553598df5372a0c0dcd92</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;two typos in txfactory.cxx, I should be flushing &lt;br /&gt;
stderr instead of stdout when print an error message.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>fix compile error in thread stack test</title><link href="https://sourceforge.net/p/txobject/bugs/20/" rel="alternate"/><published>2001-04-08T17:48:34Z</published><updated>2001-04-08T17:48:34Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.net7daea3bac708cd9c80d9dc0e5e69abfce2915f5c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In release 1.3.6 I added a compiler error in one of &lt;br /&gt;
the programs for testing threads.&lt;/p&gt;
&lt;p&gt;Very low on the importance radar...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>use txhashtable attribute instead of 0x1</title><link href="https://sourceforge.net/p/txobject/bugs/19/" rel="alternate"/><published>2001-03-28T22:05:11Z</published><updated>2001-03-28T22:05:11Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.net25d07b076c76b442afeb6831d2378e8b819ccba2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Use a txhashtable attribute for representing removed &lt;br /&gt;
entries instead of the value 0x1. This is to resolve &lt;br /&gt;
the issue of ObjectStore 6.0 or greater thinking this &lt;br /&gt;
value is illegal. This is really a bug in ObjectStore &lt;br /&gt;
that they say they will fix, but until then this is &lt;br /&gt;
fine. Though it makes it harder to use ObjectStore's &lt;br /&gt;
Inspector tool to quickly know what objects this &lt;br /&gt;
container has where 0x1 is easy to distinguish from &lt;br /&gt;
real contained objects.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add print out for yield in timer/io cb</title><link href="https://sourceforge.net/p/txobject/bugs/18/" rel="alternate"/><published>2001-03-18T15:26:19Z</published><updated>2001-03-18T15:26:19Z</updated><author><name>Thomas Hazel</name><uri>https://sourceforge.net/u/thazel/</uri></author><id>https://sourceforge.netc3f3c7fcf77999548465072cb779e7e024455daa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add print out for yielding in timer/io callbacks and &lt;br /&gt;
then force a fault.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>