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