2008-02-15remove some unused code
Dan Winship <danw@gnome.org> [Fri, 15 Feb 2008 09:31:20 -0500] rev 123
remove some unused code

2008-02-14(trivial optimization)
Dan Winship <danw@gnome.org> [Thu, 14 Feb 2008 10:35:25 -0500] rev 122
(trivial optimization)

2008-02-14add a missing comparison to ensure correct repo sorting
Dan Winship <danw@gnome.org> [Thu, 14 Feb 2008 10:35:10 -0500] rev 121
add a missing comparison to ensure correct repo sorting

2008-02-11Split razor_package and razor_entry names into name and flags
Dan Winship <danw@gnome.org> [Mon, 11 Feb 2008 11:57:47 -0500] rev 120
Split razor_package and razor_entry names into name and flags

2008-02-11split razor_property.name into name, flags, and type bitfields
Dan Winship <danw@gnome.org> [Mon, 11 Feb 2008 11:21:54 -0500] rev 119
split razor_property.name into name, flags, and type bitfields

2008-02-11Change list flags back to 8 bits instead of just 2
Dan Winship <danw@gnome.org> [Mon, 11 Feb 2008 09:50:17 -0500] rev 118
Change list flags back to 8 bits instead of just 2

2008-02-08improve the list abstraction with "struct list_head" and "struct list"
Dan Winship <danw@gnome.org> [Fri, 08 Feb 2008 14:39:34 -0500] rev 117
improve the list abstraction with "struct list_head" and "struct list"

both structs are actually just uint32_t's in disguise, using bitfields
to avoid the need for explicit bit operations, and using two type names
to hide the RAZOR_IMMEDIATE hack from the public API

2008-02-08Add a list abstraction for package/property lists
Dan Winship <danw@gnome.org> [Fri, 08 Feb 2008 11:19:36 -0500] rev 116
Add a list abstraction for package/property lists

2008-02-07split array and hashtable code out into a new file
Dan Winship <danw@gnome.org> [Thu, 07 Feb 2008 09:58:48 -0500] rev 115
split array and hashtable code out into a new file

2008-02-06clean up some duplicated code around calls to add_to_property_pool
Dan Winship <danw@gnome.org> [Wed, 06 Feb 2008 13:02:50 -0500] rev 114
clean up some duplicated code around calls to add_to_property_pool