<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Yuval Baror's Blog</title>
	<atom:link href="http://yuval.bar-or.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://yuval.bar-or.org/blog</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 19:01:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adding a new Bugzilla version to all products by yuval</title>
		<link>http://yuval.bar-or.org/blog/2010/03/adding-a-new-bugzilla-version-to-all-products/comment-page-1/#comment-159</link>
		<dc:creator>yuval</dc:creator>
		<pubDate>Sun, 21 Mar 2010 19:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=98#comment-159</guid>
		<description>Hi Max,
Thanks for the input!
I&#039;ve changed the script a bit so that if it is put in the Bugzilla installation directory, it uses that directory and also the &#039;lib&#039; sub-directory.
Now there is no need to add anything to the PERL5LIB and there is no need to install any additional Perl modules.

The updated post should reflect these changes.

Yuval.</description>
		<content:encoded><![CDATA[<p>Hi Max,<br />
Thanks for the input!<br />
I&#8217;ve changed the script a bit so that if it is put in the Bugzilla installation directory, it uses that directory and also the &#8216;lib&#8217; sub-directory.<br />
Now there is no need to add anything to the PERL5LIB and there is no need to install any additional Perl modules.</p>
<p>The updated post should reflect these changes.</p>
<p>Yuval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Bugzilla version to all products by yuval</title>
		<link>http://yuval.bar-or.org/blog/2010/03/adding-a-new-bugzilla-version-to-all-products/comment-page-1/#comment-158</link>
		<dc:creator>yuval</dc:creator>
		<pubDate>Sun, 21 Mar 2010 18:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=98#comment-158</guid>
		<description>Thanks Raghu!</description>
		<content:encoded><![CDATA[<p>Thanks Raghu!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Bugzilla version to all products by Max Kanat-Alexander</title>
		<link>http://yuval.bar-or.org/blog/2010/03/adding-a-new-bugzilla-version-to-all-products/comment-page-1/#comment-157</link>
		<dc:creator>Max Kanat-Alexander</dc:creator>
		<pubDate>Sun, 21 Mar 2010 17:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=98#comment-157</guid>
		<description>Cool!

  I&#039;d recommend putting the script in the bugzilla directory and adding this line to the top:

  use lib qw(lib);

  That way it will properly use the libraries installed with install-module.pl.

  -Max</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>  I&#8217;d recommend putting the script in the bugzilla directory and adding this line to the top:</p>
<p>  use lib qw(lib);</p>
<p>  That way it will properly use the libraries installed with install-module.pl.</p>
<p>  -Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Bugzilla version to all products by Raghu</title>
		<link>http://yuval.bar-or.org/blog/2010/03/adding-a-new-bugzilla-version-to-all-products/comment-page-1/#comment-154</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Sat, 20 Mar 2010 18:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=98#comment-154</guid>
		<description>Hi,

I saw this script and it looks fantastic. I am sure I will use it but not for adding version but components. I know its just a two liner, but the beauty is its simple, straight and elegant. Kudos, to your style of coding. :)

~raghu</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I saw this script and it looks fantastic. I am sure I will use it but not for adding version but components. I know its just a two liner, but the beauty is its simple, straight and elegant. Kudos, to your style of coding. <img src='http://yuval.bar-or.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>~raghu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improved SWIG C# wrappers std_vector.i and std_map.i &#8211; part 2 by yuval</title>
		<link>http://yuval.bar-or.org/blog/2009/05/improved-swig-wrappers-std_vectori-and-std_mapi-part-2/comment-page-1/#comment-63</link>
		<dc:creator>yuval</dc:creator>
		<pubDate>Fri, 18 Dec 2009 23:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=23#comment-63</guid>
		<description>Hi Danny,
Check out &lt;a href=&quot;http://yuval.bar-or.org/blog/2009/11/improved-swig-c-wrappers-for-stdvector-and-stdmap-2/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; for some examples using swig version 1.3.40.
If you have any more questions - feel free to contact me.
Yuval.</description>
		<content:encoded><![CDATA[<p>Hi Danny,<br />
Check out <a href="http://yuval.bar-or.org/blog/2009/11/improved-swig-c-wrappers-for-stdvector-and-stdmap-2/" rel="nofollow">this post</a> for some examples using swig version 1.3.40.<br />
If you have any more questions &#8211; feel free to contact me.<br />
Yuval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improved SWIG C# wrappers std_vector.i and std_map.i &#8211; part 2 by Danny</title>
		<link>http://yuval.bar-or.org/blog/2009/05/improved-swig-wrappers-std_vectori-and-std_mapi-part-2/comment-page-1/#comment-62</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=23#comment-62</guid>
		<description>Could you update your example (zip)  to 1.3.40. Appreciate</description>
		<content:encoded><![CDATA[<p>Could you update your example (zip)  to 1.3.40. Appreciate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improved SWIG C# wrappers std_vector.i and std_map.i &#8211; part 2 by Danny</title>
		<link>http://yuval.bar-or.org/blog/2009/05/improved-swig-wrappers-std_vectori-and-std_mapi-part-2/comment-page-1/#comment-61</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=23#comment-61</guid>
		<description>Could you update your example uisng the 1.3.40, I would like to learn how to use. Especially the distribution does not come with an example that can be compile right out of the box. Thanks</description>
		<content:encoded><![CDATA[<p>Could you update your example uisng the 1.3.40, I would like to learn how to use. Especially the distribution does not come with an example that can be compile right out of the box. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improved SWIG C# wrappers for std::vector and std::map by Doron</title>
		<link>http://yuval.bar-or.org/blog/2009/11/improved-swig-c-wrappers-for-stdvector-and-stdmap-2/comment-page-1/#comment-49</link>
		<dc:creator>Doron</dc:creator>
		<pubDate>Mon, 30 Nov 2009 08:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=77#comment-49</guid>
		<description>It looks really easy now.
I&#039;ll give it a try...</description>
		<content:encoded><![CDATA[<p>It looks really easy now.<br />
I&#8217;ll give it a try&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improved SWIG C# wrappers for std::vector and std::map by Improved SWIG C# wrappers for std::vector and std::map &#171; Yuval Baror&#8217;s Blog</title>
		<link>http://yuval.bar-or.org/blog/2009/04/improved-swig-c-wrappers-for-stdvector-and-stdmap/comment-page-1/#comment-47</link>
		<dc:creator>Improved SWIG C# wrappers for std::vector and std::map &#171; Yuval Baror&#8217;s Blog</dc:creator>
		<pubDate>Fri, 27 Nov 2009 22:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=12#comment-47</guid>
		<description>[...] previous posts on this topic part 1 and part 2 were posted about half a year ago. Since then SWIG version 1.3.40 has been released and [...]</description>
		<content:encoded><![CDATA[<p>[...] previous posts on this topic part 1 and part 2 were posted about half a year ago. Since then SWIG version 1.3.40 has been released and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improved SWIG C# wrappers std_vector.i and std_map.i &#8211; part 2 by Truman</title>
		<link>http://yuval.bar-or.org/blog/2009/05/improved-swig-wrappers-std_vectori-and-std_mapi-part-2/comment-page-1/#comment-14</link>
		<dc:creator>Truman</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://yuval.bar-or.org/blog/?p=23#comment-14</guid>
		<description>Got it working.  Thanks.</description>
		<content:encoded><![CDATA[<p>Got it working.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
