Preliminary checkin for alpm_list conversion
* renamed pmlist_t -> alpm_list_t
* made alpm_list_t a public type (alpm_list.h header)
* removed additional storage for registered DBs in pacman source
* some code cleanup
* removed duplicate (pm)list_display functions from pacman source
* misc code cleanup
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS index c5d4c6bd..e01c9097 100644 --- a/ AUTHORS+++ b/ AUTHORS@@ -10,3 +10,4 @@ David Kimpe <DNAku@frugalware.org> Dan McGee <dpmcgee@gmail.com> James Rosten <seinfeld90@gmail.com> +Roman Kyrylych <Roman.Kyrylych@gmail.com> |