<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://boinc.mundayweb.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Change_Log_5.10.8</id>
	<title>Change Log 5.10.8 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://boinc.mundayweb.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Change_Log_5.10.8"/>
	<link rel="alternate" type="text/html" href="https://boinc.mundayweb.com/wiki/index.php?title=Change_Log_5.10.8&amp;action=history"/>
	<updated>2026-05-20T01:33:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://boinc.mundayweb.com/wiki/index.php?title=Change_Log_5.10.8&amp;diff=558&amp;oldid=prev</id>
		<title>Jord: adding 5.10.8</title>
		<link rel="alternate" type="text/html" href="https://boinc.mundayweb.com/wiki/index.php?title=Change_Log_5.10.8&amp;diff=558&amp;oldid=prev"/>
		<updated>2016-05-28T18:34:28Z</updated>

		<summary type="html">&lt;p&gt;adding 5.10.8&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Change Log 5.10.8, June 23, 2007'''&lt;br /&gt;
&lt;br /&gt;
* Mac: Fix visible copyright and version strings in installer and uninstaller.&lt;br /&gt;
* Sandbox: fix switcher call to kill to eliminate error message and to correctly send SIGKILL instead of SIGTERM.&lt;br /&gt;
* client: when you read a file into a string with:&lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
:loop&lt;br /&gt;
:read a line X&lt;br /&gt;
:S += X&lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
:it performs real bad if the file is large (allocation of std::string seems to stupid). So I changed this to find file size n read file into&lt;br /&gt;
:&amp;lt;br&amp;gt;&lt;br /&gt;
:malloced buf size n&lt;br /&gt;
:S = buf&lt;br /&gt;
:free buf&lt;br /&gt;
* LIB: moved functions to appropriate file&lt;br /&gt;
* compile fixes for Win&lt;br /&gt;
* client: fix two XML parsing bugs:&lt;br /&gt;
:1) XML_PARSER::parse_int() and parse_double() wouldn't parse , and in fact would consume the , so that the resulting skip_unexpected() would skip the entire rest of the document.&lt;br /&gt;
:This was exercised because my checking of 17 Apr set the default for work_buf_min_days as &amp;quot;&amp;quot; rather than 0.&lt;br /&gt;
:2) XML_PARSER::scan_tag() was removing spaces, so parsed as venuename=&amp;quot;home&amp;quot;&lt;br /&gt;
:This actually didn't do any damage.&lt;br /&gt;
* client: read only first 63KB of stderr.txt&lt;br /&gt;
* user web: default work_buf_min_days is 0, not &amp;quot;&amp;quot;&lt;br /&gt;
* Mac: if (log_flags.state_debug) print debugging info when rename of client_state_next.xml to client_state.xml fails&lt;/div&gt;</summary>
		<author><name>Jord</name></author>
		
	</entry>
</feed>