<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.ruby.dotnet">
    <title>gmane.comp.lang.ruby.dotnet</title>
    <link>http://blog.gmane.org/gmane.comp.lang.ruby.dotnet</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1135"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1134"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1133"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1132"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1135">
    <title>[rubydotnetcompiler] 2 new revisions pushed by mdavidpe...-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org on 2011-07-25 08:06 GMT</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1135</link>
    <description>&lt;pre&gt;2 new revisions:

Revision: d4bd6ef0f2e0
Author:   M. David Peterson &amp;lt;xmlhacker-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:     Tue Jul 31 22:29:07 2007
Log:      this can now act as the primary development branch working  
towards the...
http://code.google.com/p/rubydotnetcompiler/source/detail?r=d4bd6ef0f2e0

Revision: 4c1c5a6407a1
Author:   meaningisuse &amp;lt;meaningisuse-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:     Mon Nov 19 18:34:00 2007
Log:      Tagging 0.9...
http://code.google.com/p/rubydotnetcompiler/source/detail?r=4c1c5a6407a1

==============================================================================
Revision: d4bd6ef0f2e0
Author:   M. David Peterson &amp;lt;xmlhacker-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:     Tue Jul 31 22:29:07 2007
Log:      this can now act as the primary development branch working  
towards the next release of (0.8.4)

git-svn-id:  
https://rubydotnetcompiler.googlecode.com/svn/tags/development-0.8.3&amp;lt; at &amp;gt;29  
f224b4e6-8335-0410-baf7-2d8196006633

http://code.google.co&lt;/pre&gt;</description>
    <dc:creator>codesite-noreply-hpIqsD4AKlfQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-07-25T08:15:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1134">
    <title>[rubydotnetcompiler] 0 new revisions pushed by mdavidpe...-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org on 2011-07-25 08:04 GMT</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1134</link>
    <description>&lt;pre&gt;0 new revisions

http://code.google.com/p/rubydotnetcompiler/source/list

&lt;/pre&gt;</description>
    <dc:creator>codesite-noreply-hpIqsD4AKlfQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-07-25T08:05:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1133">
    <title>[rubydotnetcompiler] r214 committed - Support eval where file names passed in only differ by extension</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1133</link>
    <description>&lt;pre&gt;Revision: 214
Author: djl.rifraf
Date: Thu Feb 18 09:31:01 2010
Log: Support eval where file names passed in only differ by extension
http://code.google.com/p/rubydotnetcompiler/source/detail?r=214

Modified:
  /trunk/src/RubyRuntime/Compiler/AST/SourceFile.cs

=======================================
--- /trunk/src/RubyRuntime/Compiler/AST/SourceFile.csMon Feb 15 00:18:57  
2010
+++ /trunk/src/RubyRuntime/Compiler/AST/SourceFile.csThu Feb 18 09:31:01  
2010
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -224,7 +224,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
              CodeGenContext context = new CodeGenContext();

              //rifraf            context.CreateAssembly(file.DirectoryName,  
fileName + dll_or_exe, fileName, GUI);
-            context.CreateAssembly(file.DirectoryName,  
File.stripExtension(fullFileName) + dll_or_exe,  
File.stripExtension(fullFileName), GUI);
+            context.CreateAssembly(file.DirectoryName,  
File.stripExtension(fullFileName) + dll_or_exe, fullFileName, GUI);
              //rifraf            ClassDef mainClass =  
GenerateClassForFile(contex&lt;/pre&gt;</description>
    <dc:creator>codesite-noreply-hpIqsD4AKlfQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-02-18T17:31:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1132">
    <title>[rubydotnetcompiler] r213 committed - Fix with test for file opening...</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.dotnet/1132</link>
    <description>&lt;pre&gt;Revision: 213
Author: djl.rifraf
Date: Mon Feb 15 00:18:57 2010
Log: Fix with test for file opening
Better support for require.  e.g. require 'drb' which then  
requires 'drb/drb' was just looping
Minor compilation warning issues removed
http://code.google.com/p/rubydotnetcompiler/source/detail?r=213

Modified:
  /trunk/src/RubyRuntime/Built-in Classes/File.cs
  /trunk/src/RubyRuntime/Compiler/AST/Methods.cs
  /trunk/src/RubyRuntime/Compiler/AST/SourceFile.cs
  /trunk/src/RubyRuntime/Compiler/CodeGenFacade.cs
  /trunk/src/RubyRuntime/Compiler/Compiler.cs
  /trunk/src/RubyRuntime/Methods/Eval.cs
  /trunk/src/RubyRuntime/Runtime/Eval.cs

=======================================
--- /trunk/src/RubyRuntime/Built-in Classes/File.csThu Oct  4 02:17:51 2007
+++ /trunk/src/RubyRuntime/Built-in Classes/File.csMon Feb 15 00:18:57 2010
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -659,10 +659,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
              }
              return j &amp;gt; str.Length ? 0 : Dir.FNM_NOMATCH;
          }
+
+        // rifraf
+        internal static string WindowsPath(string path&lt;/pre&gt;</description>
    <dc:creator>codesite-noreply-hpIqsD4AKlfQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2010-02-15T08:20:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.dotnet">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.dotnet</link>
  </textinput>
</rdf:RDF>

