librazor/iterator.c
2014-10-17 Fix multiple memory allocation problems (found with valgrind)
2014-08-23 Fix compiler warnings
2014-08-20 Update gnulib
2009-07-08 Fix bugs when removing files and directories
2009-01-22 Implement relocatations when installing rpms.
2008-07-01 Update docs for the RAZOR_DETAIL_LAST change.
2008-07-01 convert the NULL sentinel to RAZOR_DETAIL_LAST
2008-06-30 the vararg list must be terminated with zero else 64bit machines may crash
2008-06-30 trivial: razor_property_iterator_create() can have package NULL and be valid
2008-06-30 convert razor_package_get_details() and razor_package_iterator_next() to varargs
2008-06-29 protect all exported functions by checking the input parameters for NULL input
2008-06-23 Create an empty package iterator when we don't know about the given file.
2008-06-23 Use GCC 4 -fvisibility to control exported symbols.
2008-06-23 Compare the right index against pq->count.
2008-06-20 Fix package queries for empty sets.
2008-06-20 Break up the monolithic razor.c.