summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-04Use an autoconf macro to see if -fstack-protector is availableDan McGee
2007-11-04Revise configure.acDan McGee
2007-11-04Update libtool files and macros to newest versionsDan McGee
2007-11-04Update my TODODan McGee
2007-11-04Add a little const correctness fix to alpm_listDan McGee
2007-11-04Fix basename usage in pacman and utilitiesDan McGee
2007-11-04Add support for arch='any'Roman Kyrylych
2007-11-04Remove final use of the math library from pacmanDan McGee
2007-11-04Added optdepends support to pactestJeff Mickey
2007-10-30abs: prefer csup to cvsupDan McGee
2007-10-30Pick best python program available for 'make check'Dan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm/handle.c: make realpath() call portableDan McGee
2007-10-29pacman/query.c: add missing free()Dan McGee
2007-10-29Small updates to documentation.Scott Horowitz
2007-10-29Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee
2007-10-29Make general list copy functionDan McGee
2007-10-29simple pactest renaming : split conflict* into depconflict* and fileconflict*.Chantry Xavier
2007-10-29doxygen: preprocess SYMHIDDEN/SYMEXPORT macros so they don't show in docsDan McGee
2007-10-29libalpm/delta: add const to most methodsDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-29Add some more debugging output to dep checking codeDan McGee
2007-10-28pactest: generate the filelist the correct wayDan McGee
2007-10-28extend type001 pactest with a symlink.Chantry Xavier
2007-10-28makepkg: add explicit dir to find callsDan McGee
2007-10-26Integrate versionpkg into makepkgScott Horowitz
2007-10-26Clean up LDADD usageDan McGee
2007-10-26Fix mcheck detection and usageDan McGee
2007-10-26Explicitly cast void* to char* during printf callDan McGee
2007-10-26dependency error message fix in libalpm/remove.cNagy Gabor
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-26makepkg: readd -p option that was lost in getopt conversionDan McGee
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-24_alpm_depmiss_isin fixNagy Gabor
2007-10-24Add strndup implemention for environments that are missing itDan McGee
2007-10-23One more added include to help compilation elsewhereDan McGee
2007-10-23Replace UK mirror with a new updated oneDan McGee
2007-10-23Print and typecast time_t correctlyDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-22Fix invalid static scoping of strverscmpDan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-19Refactor md5sum checking.Nathan Jones
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-10-19Add delta information to the repository database.Nathan Jones
2007-10-18Add Hungarian mirrorDan McGee
2007-10-18scripts/makepkg.sh.in: Strip bins/libs in all {bin, sbin, lib} directories.Andrew Fyfe
2007-10-18libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier
2007-10-16Remove rounding on package size totalsDan McGee