aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* on second thought, dont check the return value of realpath() as it is ok if w...v0.1.17Mike Frysinger2006-05-131-3/+7
* dont rely on errno, check the return value of realpath()Mike Frysinger2006-05-131-5/+3
* Improved error checking.Thomas Cort2006-05-131-22/+42
* Replaced hardcoded references to /usr/portage with portdir.Thomas Cort2006-05-121-14/+20
* - initial commit of qimlate applet from tcort@gentoo (not finished)Ned Ludd2006-05-124-2/+253
* - make qmerge -sv output for installed packages a little more noticeableNed Ludd2006-05-111-3/+3
* - allow user command line defined pkgdirs. By request..Ned Ludd2006-05-091-10/+15
* - add -N/--name-only flag to quseNed Ludd2006-05-072-6/+17
* - dont try to unlink the vdb when pretend mode is enabledNed Ludd2006-05-071-5/+6
* use freopen() instead of assigning to stderr as pointed out by daliasMike Frysinger2006-05-062-23/+5
* - add -U --umap flag to qlist to display USE->IUSE mapv0.1.16Ned Ludd2006-04-262-9/+83
* - update some default binhostsNed Ludd2006-04-232-5/+21
* - whitespaceNed Ludd2006-04-231-7/+7
* make sure we write a new line to the glsa fileMike Frysinger2006-04-211-3/+3
* flesh out more featuresMike Frysinger2006-04-211-44/+198
* fix signed warningsMike Frysinger2006-04-211-9/+10
* helper macro for static arraysMike Frysinger2006-04-211-1/+3
* - updated TODO, mkman script and the man pagesNed Ludd2006-04-1517-48/+55
* - coding style cleanupNed Ludd2006-04-151-10/+14
* - fix dropping valid obj entries in update mode. use fputs when we dont need ...Ned Ludd2006-04-151-4/+7
* - add --update/-u switch to qcheck to update checksumsNed Ludd2006-04-151-7/+47
* - added note on obsoleted anoncvs.Ned Ludd2006-04-151-2/+3
* split dev/hacking notes into HACKING, add some more TODO, and make README jus...Mike Frysinger2006-04-113-19/+25
* - make qmerge -pv(K|O) "world" useful.Ned Ludd2006-04-091-7/+22
* - code cleanupNed Ludd2006-04-092-58/+69
* - Fix: qsize 4GB (32bits) limit. bug 128978Ned Ludd2006-04-061-4/+5
* - update man pages and for 0.1.15 version bumpv0.1.15Ned Ludd2006-03-2716-50/+61
* - dont use rindex. It is obsolete according to SuSV3. guard GLOB_BRACE for so...Ned Ludd2006-03-242-4/+8
* - make qlop a bit more verbose when !average. Initial patch from exg. addtion...Ned Ludd2006-03-191-4/+10
* - let the -q flag fallthru on os with stupid stdout handlingNed Ludd2006-03-191-2/+2
* - enable color remapping nowNed Ludd2006-03-181-3/+2
* libq/colors.cNed Ludd2006-03-183-21/+15
* - update stderr handling for silly archesNed Ludd2006-03-172-9/+25
* - apple does not have glob64 eitherNed Ludd2006-03-131-3/+3
* - move grab_vdb_item() in main.cNed Ludd2006-03-132-20/+21
* - framework for color remappingNed Ludd2006-03-132-1/+98
* - added slotting support to qlistNed Ludd2006-03-132-19/+19
* - enable -F switch for use. forget why this was never enabledNed Ludd2006-03-091-6/+6
* - update manpagesNed Ludd2006-02-2615-48/+57
* - add new style virtual handling to flat ebuild cache and vdb handlingNed Ludd2006-02-262-3/+5
* = remove some unused codeNed Ludd2006-02-261-24/+1
* - move pretend into main.cNed Ludd2006-02-263-5/+8
* - add pretend mode to qpkg.c applet. clean up nesting in qmerge.c for world t...v0.1.14Ned Ludd2006-02-232-31/+40
* - add world target to qpkg appletNed Ludd2006-02-231-3/+3
* dont force depend during distcleanMike Frysinger2006-02-231-2/+2
* misc touchupsMike Frysinger2006-02-222-30/+33
* - Diego/BSD says. no, need to change the glob*64* to glob* instead.. (its by ...Ned Ludd2006-02-192-10/+32
* - update globbing for bash like install masking. added counter code to keep p...Ned Ludd2006-02-181-29/+60
* - update reinitialize_metacache code so -mr or -rm work. rename all variable ...Ned Ludd2006-02-125-25/+23
* - add a switch so we can reinitialize if needed metacacheNed Ludd2006-02-112-5/+10