librazor/iterator.c
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.