index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-26 | Clean up gettext on the libalpm side | Dan McGee | |
Remove inclusion of libintl.h from all files, because we can do it once in util.c where the _() macro is defined. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-06 | * Fix the double package name URL when using XferCommand | Aaron Griffin | |
* Fixed valgrind yelling about the sprintfs in md5/sha1 routines | |||
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-03-04 | * Fixed a whole mess of extra '/' pathing issues when a different root is | Aaron Griffin | |
specified * Use db->path when appropriate * Commented out the FAKEROOT checks in libalpm. This should never ever be done. TODO test this quite a bit, as this will never cause the transactions to fail if RW operations are requested... right now it is totally up to the front end to decide when to fail * Use realpath() to canonicalize the root path when specified, so _alpm_makepath() doesn't freak out * Fixed some output/indent of MDFile and SHAFile algorithms * More efficient sprintf() usage in MDFile/SHAFile * Added real error output to _alpm_makepath | |||
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | |
* ALPM_LOG_FUNCTION macro and all the great work to add this macro everywhere | |||
2007-01-18 | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | |
* Removed some unnecessary headers and library links * Made things static if possible * Cleaned up makefiles a bit * Fixed some old comments in the code * Fixed some errors the static code checker splint pointed out * Backwards arguments in a memset call in _alpm_db_read (could have been worse) * Other various small fixes Other: * Default to 80 columns when getcols cannot determine display width * Removal of ._install as a valid install file in packages | |||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | |
2005-03-15 | Initial revision | Judd Vinet | |