<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://project.juiblex.co.uk/hg/razor/</link>
    <language>en-us</language>

    <title>razor: librazor/iterator.c history</title>
    <description>librazor/iterator.c revision history</description>
    <item>
    <title>Fix bugs when removing files and directories</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{5549419824b4}/librazor/iterator.c</link>
    <description><![CDATA[Fix bugs when removing files and directories]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Wed, 08 Jul 2009 22:14:16 +0100</pubDate>
</item>
<item>
    <title>Implement relocatations when installing rpms.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{48b0adfe3059}/librazor/iterator.c</link>
    <description><![CDATA[Implement relocatations when installing rpms.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 22 Jan 2009 22:54:45 +0000</pubDate>
</item>
<item>
    <title>Update docs for the RAZOR_DETAIL_LAST change.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{f4761f529b9e}/librazor/iterator.c</link>
    <description><![CDATA[Update docs for the RAZOR_DETAIL_LAST change.]]></description>
    <author>&#75;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#63;&#103;&#115;&#98;&#101;&#114;&#103;&#32;&#60;&#107;&#114;&#104;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 01 Jul 2008 09:44:46 -0400</pubDate>
</item>
<item>
    <title>convert the NULL sentinel to RAZOR_DETAIL_LAST</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{95b6bcadd6c4}/librazor/iterator.c</link>
    <description><![CDATA[convert the NULL sentinel to RAZOR_DETAIL_LAST]]></description>
    <author>&#82;&#105;&#99;&#104;&#97;&#114;&#100;&#32;&#72;&#117;&#103;&#104;&#101;&#115;&#32;&#60;&#114;&#105;&#99;&#104;&#97;&#114;&#100;&#64;&#104;&#117;&#103;&#104;&#115;&#105;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 01 Jul 2008 09:22:25 +0100</pubDate>
</item>
<item>
    <title>the vararg list must be terminated with zero else 64bit machines may crash</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{bf23ba00db03}/librazor/iterator.c</link>
    <description><![CDATA[the vararg list must be terminated with zero else 64bit machines may crash<br/>
<br/>
On 64 bit systems, the integer 0 is 32 bits and the pointer 0 is 64 bits.<br/>
The upper 32 bits will not be cleared and the loop will never terminate.<br/>
Also add the RAZOR_SENTINEL __attribute__ ((__sentinel__(0))) on GCC4<br/>
so we catch where we get this wrong automatically.<br/>
<br/>
This also fixes the new search functionality from James which was missed<br/>
in the merge.]]></description>
    <author>&#82;&#105;&#99;&#104;&#97;&#114;&#100;&#32;&#72;&#117;&#103;&#104;&#101;&#115;&#32;&#60;&#114;&#105;&#99;&#104;&#97;&#114;&#100;&#64;&#104;&#117;&#103;&#104;&#115;&#105;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 30 Jun 2008 10:46:20 +0100</pubDate>
</item>
<item>
    <title>trivial: razor_property_iterator_create() can have package NULL and be valid</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{2d450078e46e}/librazor/iterator.c</link>
    <description><![CDATA[trivial: razor_property_iterator_create() can have package NULL and be valid]]></description>
    <author>&#82;&#105;&#99;&#104;&#97;&#114;&#100;&#32;&#72;&#117;&#103;&#104;&#101;&#115;&#32;&#60;&#114;&#105;&#99;&#104;&#97;&#114;&#100;&#64;&#104;&#117;&#103;&#104;&#115;&#105;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 30 Jun 2008 09:47:32 +0100</pubDate>
</item>
<item>
    <title>convert razor_package_get_details() and razor_package_iterator_next() to varargs</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{9b71b537d175}/librazor/iterator.c</link>
    <description><![CDATA[convert razor_package_get_details() and razor_package_iterator_next() to varargs<br/>
<br/>
The functions for getting package details about a package were limited to a few<br/>
things, when in the future we will want to support much more about a package.<br/>
The iterator was also limited to name,version,arch when most of the time we<br/>
didn't need all this data.]]></description>
    <author>&#82;&#105;&#99;&#104;&#97;&#114;&#100;&#32;&#72;&#117;&#103;&#104;&#101;&#115;&#32;&#60;&#114;&#105;&#99;&#104;&#97;&#114;&#100;&#64;&#104;&#117;&#103;&#104;&#115;&#105;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 30 Jun 2008 08:51:26 +0100</pubDate>
</item>
<item>
    <title>protect all exported functions by checking the input parameters for NULL input</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{4124c37fd953}/librazor/iterator.c</link>
    <description><![CDATA[protect all exported functions by checking the input parameters for NULL input]]></description>
    <author>&#82;&#105;&#99;&#104;&#97;&#114;&#100;&#32;&#72;&#117;&#103;&#104;&#101;&#115;&#32;&#60;&#114;&#105;&#99;&#104;&#97;&#114;&#100;&#64;&#104;&#117;&#103;&#104;&#115;&#105;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 29 Jun 2008 17:32:19 +0100</pubDate>
</item>
<item>
    <title>Create an empty package iterator when we don't know about the given file.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{97c12ddedfb3}/librazor/iterator.c</link>
    <description><![CDATA[Create an empty package iterator when we don't know about the given file.<br/>
<br/>
This is an easy way to stop segfaults when trying to destroy iterators for<br/>
unknown files.]]></description>
    <author>&#74;&#97;&#109;&#101;&#115;&#32;&#66;&#111;&#119;&#101;&#115;&#32;&#60;&#106;&#98;&#111;&#119;&#101;&#115;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 23 Jun 2008 21:20:16 -0400</pubDate>
</item>
<item>
    <title>Use GCC 4 -fvisibility to control exported symbols.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{03fc85294bc9}/librazor/iterator.c</link>
    <description><![CDATA[Use GCC 4 -fvisibility to control exported symbols.]]></description>
    <author>&#75;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#63;&#103;&#115;&#98;&#101;&#114;&#103;&#32;&#60;&#107;&#114;&#104;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 23 Jun 2008 17:19:20 -0400</pubDate>
</item>
<item>
    <title>Compare the right index against pq-&gt;count.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{2464313cbced}/librazor/iterator.c</link>
    <description><![CDATA[Compare the right index against pq-&gt;count.<br/>
<br/>
Fix a little logic error there.]]></description>
    <author>&#75;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#63;&#103;&#115;&#98;&#101;&#114;&#103;&#32;&#60;&#107;&#114;&#104;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 23 Jun 2008 14:43:08 -0400</pubDate>
</item>
<item>
    <title>Fix package queries for empty sets.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{d8b3c713aa42}/librazor/iterator.c</link>
    <description><![CDATA[Fix package queries for empty sets.]]></description>
    <author>&#75;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#63;&#103;&#115;&#98;&#101;&#114;&#103;&#32;&#60;&#107;&#114;&#104;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 20 Jun 2008 20:57:51 -0400</pubDate>
</item>
<item>
    <title>Break up the monolithic razor.c.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{057933050c42}/librazor/iterator.c</link>
    <description><![CDATA[Break up the monolithic razor.c.]]></description>
    <author>&#75;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#63;&#103;&#115;&#98;&#101;&#114;&#103;&#32;&#60;&#107;&#114;&#104;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 20 Jun 2008 15:10:34 -0400</pubDate>
</item>

  </channel>
</rss>
