index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | src/util: Clean up headers and a few fixes | Dan McGee | |
Remove some unnecessary headers in the two utilities as well as fix a possible non-null termination issue in vercmp. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | |
Remove the logmask functionality from the backend as it has been moved to the frontend, and change the logging callback function to use pm_printf. In addition, make much better use of va_list- use the args list instead of a arbitrarily chosen string to print to in the logging functions. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-04-26 | Set the correct type on the log callback function | Dan McGee | |
Somehow missed this earlier when changing everything to types. unsigned short -> pmloglevel_t wherever necessary. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | |
reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest. | |||
2007-02-12 | Added 'testpkg' binary to test for validity of a package: | Aaron Griffin | |
testpkg <package file>, returns 0 on success, 1 on failure failure will also output error messages to stdout |