<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to System Code</title><link>https://sourceforge.net/p/forestinthetrees/wiki/System%2520Code/</link><description>Recent changes to System Code</description><atom:link href="https://sourceforge.net/p/forestinthetrees/wiki/System%20Code/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 14 Sep 2013 15:45:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forestinthetrees/wiki/System%20Code/feed" rel="self" type="application/rss+xml"/><item><title>System Code modified by Matt Heyse</title><link>https://sourceforge.net/p/forestinthetrees/wiki/System%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,3 @@
-
 The intent of this project is to be runnable on Unix and Windows (Linux and Mac should thus work too), written in C.

 The Code behind Forest is written in (mostly) Unix-System-Call style, but primarily developed for MSwindows. Where there are system specific differences, preference is given to direct Unix version, which is linker overridden for windows in the file syscompat.c to support the same functionality.
@@ -16,3 +15,6 @@

 For systems not running on x86 processors. The c++ source code is available but slower than the assembler, so on these systems the project will need to be compiled with c++, but all Forest code is written in 'c'.

+
+
+This relatively simple utility works with file streams and store very little internally. So the use of maloc was avoided for system differences and a few global s are used as allocated space. These are all declared at the head of main in main.c  and consists of mostly option variables and file names.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Heyse</dc:creator><pubDate>Sat, 14 Sep 2013 15:45:49 -0000</pubDate><guid>https://sourceforge.net6eaed695ff1e4cacda9d4976a5a4ae7557262076</guid></item><item><title>System Code modified by Matt Heyse</title><link>https://sourceforge.net/p/forestinthetrees/wiki/System%2520Code/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The intent of this project is to be runnable on Unix and Windows (Linux and Mac should thus work too), written in C. &lt;/p&gt;
&lt;p&gt;The Code behind Forest is written in (mostly) Unix-System-Call style, but primarily developed for MSwindows. Where there are system specific differences, preference is given to direct Unix version, which is linker overridden for windows in the file syscompat.c to support the same functionality.&lt;/p&gt;
&lt;p&gt;The default systems are&lt;/p&gt;
&lt;p&gt;Windows XP SP3, with&lt;br /&gt;
    MinGW --&amp;gt; gcc&lt;br /&gt;
&lt;a href="http://unxutils.sourceforge.net/"&gt;http://unxutils.sourceforge.net/&lt;/a&gt;  --&amp;gt;tar.exe&lt;/p&gt;
&lt;p&gt;OpenBSD 4.8, with the default installed gcc, and tar&lt;/p&gt;
&lt;p&gt;Post Alhpa version the tress will be created via the &lt;a href="http://www.agner.org/random/" rel="nofollow"&gt;http://www.agner.org/random/&lt;/a&gt; project hand coded assembler for better randomness than the host OS's rand() function. The assembler should run on all x86 processors (on any OS)&lt;/p&gt;
&lt;p&gt;For systems not running on x86 processors. The c++ source code is available but slower than the assembler, so on these systems the project will need to be compiled with c++, but all Forest code is written in 'c'.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Heyse</dc:creator><pubDate>Fri, 13 Sep 2013 16:58:27 -0000</pubDate><guid>https://sourceforge.net6c70e806205eb655fb39eb23f49822cd69ffb1e3</guid></item></channel></rss>