Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |
| | | | | | | | | | * 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 | ||
* | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2007-01-18 |
| | | | | | | | | | | | | | | * 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 | ||
* | Column fix when stdout is redirected. Default to 80. | Aaron Griffin | 2006-12-28 |
| | |||
* | Removed global maxcols - it is looked up on the fly now, so the progress bar is | Aaron Griffin | 2006-11-22 |
| | | | | resized. Also used ioctl in place of the COLUMNS env variable | ||
* | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 2006-11-20 |
| | | | | | | | | | | (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 | ||
* | Merged frugalware changes. Added a few other minor things too, but there's alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | - removed pacman.h | Aurelien Foret | 2006-03-13 |
| | | | | | - removed unuseful extern declarations - set pacman.c internal functions as static | ||
* | better use ERR than fprintf for error messages | Aurelien Foret | 2006-02-14 |
| | |||
* | - moved yesno() from util.c to log.c | Aurelien Foret | 2006-02-04 |
| | | | | - fixed a missing line feed in yesno when printing the message | ||
* | added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-02-01 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-07 |
| | |||
* | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 2006-01-07 |
| | | | | tabulations) | ||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | VMiklos: --noconfirm fix | Judd Vinet | 2005-12-20 |
| | |||
* | fixed a compilation warning | Aurelien Foret | 2005-10-29 |
| | |||
* | removed useless getenv() calls | Aurelien Foret | 2005-10-18 |
| | |||
* | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 2005-10-07 |
| | |||
* | Added a CYGWIN define to include header files required to build in a Cygwin ↵ | Aurelien Foret | 2005-10-06 |
| | | | | environment | ||
* | Code formatting | Aurelien Foret | 2005-03-16 |
| | |||
* | - reworked sync_synctree() to make use of alpm_db_update() | Aurelien Foret | 2005-03-16 |
| | | | | - dropped unpack() | ||
* | Initial revision | Judd Vinet | 2005-03-15 |