Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-23 | * Added some calloc calls to replace the malloc-then-set-to-zero functionality | Aaron Griffin | 1 | -1/+4 | |
* Fixed -Ss output so as not to call alpm_list_getdata with a NULl list * Added a NULL check in alpm_list_getdata * Fixed alpm_list_add_sorted to properly handle a new / beginning insertions | |||||
2007-01-22 | Introduced an infinite loop during the pmlist -> alpm_list transition, whoops | Aaron Griffin | 1 | -0/+1 | |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -0/+429 | |
* 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 |