summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
* * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin2007-02-26
* Cleaned up some more outputAaron Griffin2007-02-10
* * Hopefully fixed the download progres bar for real. We should no longerDan McGee2007-02-08
* Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin2007-02-04
* * unified the progress bars (fill_progress function)Aaron Griffin2007-02-04
* * Tried to clean up newline display a bit in the frontend.Dan McGee2007-02-01
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
* Cleanup 'neednl' usage - make it staticAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Column fix when stdout is redirected. Default to 80.Aaron Griffin2006-12-28
* Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* - removed pacman.hAurelien Foret2006-03-13
* better use ERR than fprintf for error messagesAurelien Foret2006-02-14
* - moved yesno() from util.c to log.cAurelien Foret2006-02-04
* added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-02-01
* code cleanupAurelien Foret2006-01-07
* code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret2006-01-07
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* VMiklos: --noconfirm fixJudd Vinet2005-12-20
* fixed a compilation warningAurelien Foret2005-10-29
* removed useless getenv() callsAurelien Foret2005-10-18
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
* Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret2005-10-06
* Code formattingAurelien Foret2005-03-16
* - reworked sync_synctree() to make use of alpm_db_update()Aurelien Foret2005-03-16
* Initial revisionJudd Vinet2005-03-15