Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-21 | * modeline fixes / reformatting | Aaron Griffin | 1 | -189/+191 | |
* formatting / indentation fixes * makepkg: Dan McGee <dpmcgee@gmail.com> - integrity check fix Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp | |||||
2006-11-22 | * usize -> isize conversion | Aaron Griffin | 1 | -2/+1 | |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 1 | -0/+237 | |
(no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm |