<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Scheme in One Day (SIOD)</title><link>http://www.codeplex.com/siod/Project/ProjectRss.aspx</link><description>Scheme in One Day &amp;#40;SIOD&amp;#41; the small scheme interpreter with the conservative garbage collector. Even though this is an interpreter it comes with a compiler that will convert Scheme language source f...</description><item><title>RELEASED: 3.6.3 Production (Apr 27, 2008)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=12903</link><description>The default heap size raised to values that are reasonable&lt;br /&gt;for computers people buy today, rather than what was available&lt;br /&gt;in 1988 when SIOD was first used. This is especially useful&lt;br /&gt;for commands such as snapshot-dir.exe and snapshot-compare.exe.&lt;br /&gt;&lt;br /&gt;Built using source code from change set 11049.&lt;br /&gt;&lt;br /&gt;</description><author></author><pubDate>Sun, 27 Apr 2008 17:51:53 GMT</pubDate><guid isPermaLink="false">RELEASED: 3.6.3 Production (Apr 27, 2008) 20080427P</guid></item><item><title>UPDATED RELEASE: 3.6.3 Production (Apr 27, 2008)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=12903</link><description>The default heap size raised to values that are reasonable&lt;br /&gt;for computers people buy today, rather than what was available&lt;br /&gt;in 1988 when SIOD was first used. This is especially useful&lt;br /&gt;for commands such as snapshot-dir.exe and snapshot-compare.exe.&lt;br /&gt;&lt;br /&gt;Built using source code from change set 11049.&lt;br /&gt;&lt;br /&gt;</description><author></author><pubDate>Sun, 27 Apr 2008 17:51:53 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.3 Production (Apr 27, 2008) 20080427P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/siod/SourceControl/ListDownloadableCommits.aspx</link><description>error handling in find-files so that it will ignore folders it cannot open.&amp;#13;&amp;#10;adjust default heap to be consistent with useful size for computers that people buy today.&amp;#13;&amp;#10;windows installer use UpgradeCode so that minor releases can be layered on top&amp;#13;&amp;#10;of each other.</description><author>publius</author><pubDate>Sun, 27 Apr 2008 17:32:48 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080427P</guid></item><item><title>CLOSED ISSUE: encorporate the hostile foreign-function interface</title><link>http://www.codeplex.com/siod/WorkItem/View.aspx?WorkItemId=841</link><description>Brian Beckman published a "Hostile Foreign-Function" interface for SIOD in 1999.
Encorporate this into the winsiod port here.
reference.

http://www.angelfire.com/wa/brianbec/siodffi.html </description><author>publius</author><pubDate>Mon, 14 May 2007 16:58:42 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: encorporate the hostile foreign-function interface 20070514P</guid></item><item><title>CREATED ISSUE: build problems, siodffi failure on other computers</title><link>http://www.codeplex.com/siod/WorkItem/View.aspx?WorkItemId=2259</link><description>require-so 'RealLoad.dll gets an error, with errobj detail providing

"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. "

If you try to start the DlgSIOD.exe you get the same error message.

The release 3.6.2 was compiled on a machine running Microsoft Windows XP Pro, with Visual Studio 2005 C++ Express
edition and the "Microsoft Platform SDK for Windows Server 2003 R2"

Note that RealLoad.dll and DlgSIOD.exe use C++.

If you go to a machine with Visual Studio 2003 on it, run the BUILD.BAT and then copy all dlls and exe from the Release folder up one level to the SIOD folder, then things work ok.

So this might be a problem from dll hell. </description><author>publius</author><pubDate>Mon, 14 May 2007 16:49:34 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: build problems, siodffi failure on other computers 20070514P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/siod/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Scheme in One Day &amp;#40;SIOD&amp;#41; the small scheme interpreter with the conservative garbage collector. Even though this is an interpreter it comes with a compiler that will convert Scheme language source files into windows EXE files using a classic bootstrap trampoline technique.&amp;#13;&amp;#10;This has proven very useful for hiding the fact that one is programming in a lisp dialect. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project started out as a copy of the SIOD port to windows circa 1997,&lt;br /&gt;which was updated to work in the latest Visual Studio Express&lt;br /&gt;edition, including a windows installer (MSI) which is able to install executables, documentation, short-cuts and source code. Some of the user-contributed code that has collected over the last 15 years has been added to the releases.&lt;br /&gt; &lt;br /&gt;There will be a managed C code port in the future. Of course this must start out with a renaming of all c files to cpp, so they are treated as C++.&lt;br /&gt; &lt;br /&gt;The online documentation is still here: &lt;a href="http://alum.mit.edu/www/gjc/siod.html" class="externalLink"&gt;http://alum.mit.edu/www/gjc/siod.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>publius</author><pubDate>Sun, 13 May 2007 00:20:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070513A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/siod/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Scheme in One Day &amp;#40;SIOD&amp;#41; the small scheme interpreter with the conservative garbage collector. Even though this is an interpreter it comes with a compiler that will convert Scheme language source files into windows EXE files using a classic bootstrap trampoline technique.&amp;#13;&amp;#10;This has proven very useful for hiding the fact that one is programming in a lisp dialect. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project started out as a copy of the SIOD port to windows circa 1997,&lt;br /&gt;which was updated to work in the latest Visual Studio Express&lt;br /&gt;edition, including a windows installer (MSI) which is able to install executables, documentation, short-cuts and source code. Some of the yser-contributed code that has collected over the last 15 years has been added to the releases.&lt;br /&gt; &lt;br /&gt;There will be a managed C code port in the future. Of course this must start out with a renaming of all c files to cpp, so they are treated as C++.&lt;br /&gt; &lt;br /&gt;The online documentation is still here: &lt;a href="http://alum.mit.edu/www/gjc/siod.html" class="externalLink"&gt;http://alum.mit.edu/www/gjc/siod.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>publius</author><pubDate>Sun, 13 May 2007 00:20:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070513A</guid></item><item><title>UPDATED RELEASE: 3.6.2 Production (May 12, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=4123</link><description>This release adds a windows dialog interface to Siod from the Siod Foreign Function Interface (SiodFFI) distribution.

It was built from source code change set 2363 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sun, 13 May 2007 00:15:53 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.2 Production (May 12, 2007) 20070513A</guid></item><item><title>UPDATED RELEASE: 3.6.2 Production (May 12, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=4123</link><description>This release adds a windows dialog interface to Siod from the Siod Foreign Function Interface (SiodFFI) distribution.

It was built from source code change set 2363 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sun, 13 May 2007 00:14:23 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.2 Production (May 12, 2007) 20070513A</guid></item><item><title>CREATED RELEASE: 3.6.2 Production (May 12, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=4123</link><description>This release adds a windows dialog interface to Siod from the Siod Foreign Function Interface (SiodFFI) distribution.


It was build from source code change set 2363 and includes an option to install all source code needed to build itself.

</description><author></author><pubDate>Sun, 13 May 2007 00:13:43 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 3.6.2 Production (May 12, 2007) 20070513A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/siod/SourceControl/ListDownloadableCommits.aspx</link><description>Supporting the DLGSIOD windows dialog interface from Beckman&amp;#39;s SIODFFI distribution.</description><author>publius</author><pubDate>Sun, 13 May 2007 00:06:50 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070513A</guid></item><item><title>UPDATED RELEASE: 3.6.1 Production (Apr 28, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=3832</link><description>This release includes a Foreign Function Interface for calling Windows api's that was created by Brian Beckman in 1998.

It was build from source code change set 1720 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sat, 28 Apr 2007 23:00:43 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.1 Production (Apr 28, 2007) 20070428P</guid></item><item><title>UPDATED RELEASE: 3.6.1 (Apr 28, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=3832</link><description>This release includes a Foreign Function Interface for calling Windows api's that was created by Brian Beckman in 1998.

It was build from source code change set 1720 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sat, 28 Apr 2007 22:59:13 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.1 (Apr 28, 2007) 20070428P</guid></item><item><title>UPDATED RELEASE: 3.6.1 (Apr 28, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=3832</link><description>This release includes a Foreign Function Interface for calling Windows api's that was created by Brian Beckman in 1998.

It was build from source code change set 1720 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sat, 28 Apr 2007 22:58:38 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.1 (Apr 28, 2007) 20070428P</guid></item><item><title>UPDATED RELEASE: 3.6.1 (Apr 28, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=3832</link><description>This release includes a Foreign Function Interface for calling Windows api's that was created by Brian Beckman in 1998.

It was build from source code change set 1720 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sat, 28 Apr 2007 22:57:52 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.1 (Apr 28, 2007) 20070428P</guid></item><item><title>UPDATED RELEASE: 3.6.1 (Apr 28, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=3832</link><description>This release includes a Foreign Function Interface for calling Windows api's that was created by Brian Beckman in 1998.

It was build from source code change set 1720 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sat, 28 Apr 2007 22:56:12 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 3.6.1 (Apr 28, 2007) 20070428P</guid></item><item><title>CREATED RELEASE: 3.6.1 (Apr 28, 2007)</title><link>http://www.codeplex.com/siod/Release/ProjectReleases.aspx?ReleaseId=3832</link><description>This release includes a Foreign Function Interface for calling Windows api's that was created by Brian Beckman in 1998.

It was build from source code change set 1720 and includes an option to install all source code needed to build itself.
</description><author></author><pubDate>Sat, 28 Apr 2007 22:53:30 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 3.6.1 (Apr 28, 2007) 20070428P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/siod/SourceControl/ListDownloadableCommits.aspx</link><description>From Brian Beckman&amp;#39;s siodffi.zip distribution, the Foreign Function Interface for SIOD. This will be release 3.5.1</description><author>publius</author><pubDate>Sat, 28 Apr 2007 22:34:34 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070428P</guid></item><item><title>CREATED ISSUE: compare against siod.tgz ports bring in fixes</title><link>http://www.codeplex.com/siod/WorkItem/View.aspx?WorkItemId=845</link><description>The siod.tgz represents code for the other non-windows ports.
Some files are duplicated and others have been forked, with some work taking place in Solaris and Linux. This can be downloaded from http://alum.mit.edu/www/gjc/siod.html and compared against the sources on codeplex. Review all differences and make sure that no bug fixes or features have gone missing in the winsiod version. </description><author>publius</author><pubDate>Wed, 25 Apr 2007 21:21:45 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: compare against siod.tgz ports bring in fixes 20070425P</guid></item><item><title>CREATED ISSUE: move old platform-specific files to archive folders</title><link>http://www.codeplex.com/siod/WorkItem/View.aspx?WorkItemId=844</link><description>The source code still has files in it that are needed only for some of the more obscure platforms such as the classic macintosh, vax and alpha vms, amiga,
and ms-dos. Move this code to some archive folders. </description><author>publius</author><pubDate>Wed, 25 Apr 2007 21:21:44 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: move old platform-specific files to archive folders 20070425P</guid></item></channel></rss>