summaryrefslogtreecommitdiffstats
path: root/bindings
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-1/+1
* 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
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin2-2/+2
* 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
2007-01-17cvsignore cleanup and additionsAaron Griffin3-0/+16
2006-12-14* Dan McGee's makepkg updates ↵Aaron Griffin1-0/+1
http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option
2006-11-20* repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin1-6/+6
(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
2006-10-25Fixed library directory for bindings - we need the craptastic .libs libtool dirAaron Griffin3-3/+3
2006-10-21Fixes from frugalware: few 'typos' included while patchingAaron Griffin1-1/+1
Also re-added Judd's dependancy fix in libalpm/deps.c
2006-10-15Fixed java includes - java bindings now compileAaron Griffin3-47/+1
2006-10-15Final frugalware changes commitAaron Griffin6-0/+207