Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * Shuffled some of the alpm_list free funtions - still not perfect, but better | Aaron Griffin | 2007-01-24 |
| | | | | | | | | | | * Added alpm_list_remove_node for single list node removal * Proper error checking/output for failed db_read/db_write (missing files) * Invalid packages (missing files) are now removed from the package cache * -Qs and -Ss output now look the same * config.rpath causes errors on one machine I had, so I added it to CVS * Fixed a "clobbered memory" issue when installing groups - only the outer list should be free'd, not the contained data | ||
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |
* 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 |