aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - make -a imply -INed Ludd2006-02-091-3/+3
* - qlist needed an --all flagNed Ludd2006-02-092-9/+16
* - only update or install new files when following rdepends. added glob GLOB_D...Ned Ludd2006-02-091-16/+42
* - update tarball making methodv0.1.13Ned Ludd2006-01-291-1/+2
* - Only force the exporting of the env var for qmerge when ((install || uninst...Ned Ludd2006-01-281-6/+8
* - regen manpagesNed Ludd2006-01-2815-59/+66
* - update the way manpages are created when exit code from help2man & applet d...Ned Ludd2006-01-285-20/+30
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-2617-33/+70
* use NULL when dealing with pointers, not 0Mike Frysinger2006-01-251-4/+4
* check the pointer before we use it, not afterMike Frysinger2006-01-251-1/+1