aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* drop unused "item" member of set logicMike Frysinger2015-02-221-1/+1
* qlist: exit non-0 when nothing is matchedMike Frysinger2015-02-201-4/+5
* qlist: have -S only show main slot by defaultMike Frysinger2014-05-031-5/+12
* qlist: fix processing of IUSEMike Frysinger2014-03-161-1/+3
* qlist: rewrite -U option to leverage q_vdb_pkg_eatMike Frysinger2014-03-161-21/+21
* qlist: speed up -U flag slightlyMike Frysinger2014-03-161-3/+2
* qlist: punt --dups optionMike Frysinger2014-03-111-68/+2
* qlist: add ::repo support for package listing and atom matchingTim Harder2014-02-271-27/+68
* vdb: add a q_vdb_pkg_eat helper to unify various call stylesMike Frysinger2014-03-101-13/+2
* eat_file: convert API to work on dynamic buffersMike Frysinger2014-03-101-2/+3
* qlist: fix minor memory leaks reported by valgrindTim Harder2014-02-271-0/+3
* qlist: drop old -L flag from optionsTim Harder2014-02-271-1/+1
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* qlist: initial support for prefix/suffix operators #369225 by Christian RuppertMike Frysinger2013-04-291-6/+40
* qlist: handle leading - in IUSE flags #437974 by Alexandr TiurinMike Frysinger2012-11-101-3/+4
* push SLOT checks into the main qlist_match loop #353223 by Pacho RamosMike Frysinger2012-10-281-28/+42
* drop the -L option to qlist and just always use the standard : for SLOT outputMike Frysinger2012-10-281-9/+4
* kill off more spurious/useless parensMike Frysinger2012-10-281-3/+3
* Fix compiler warnings for signedness.v0.11Robin H. Johnson2012-08-131-3/+3
* filter out /usr/lib/debug paths by defaultMike Frysinger2012-08-041-2/+13
* local some variables a bit more to where they get usedMike Frysinger2011-12-211-4/+4
* fix thinko in qlist SLOT handling by not trying to open a file relative to a ...Mike Frysinger2011-12-201-8/+3
* refactor qlist code so qmerge can call it directly rather than the top-level ...Mike Frysinger2011-12-181-26/+45
* use new q_vdb_foreach_pkg_sorted helperMike Frysinger2011-12-181-192/+180
* add some scandir helpers to optimize thingsMike Frysinger2011-12-181-7/+5
* overhaul vdb walkingMike Frysinger2011-12-181-27/+57
* have just one call to printf rather than printf/putsMike Frysinger2011-03-021-6/+6
* dont bother checking for hidden dirs again since filter_hidden did this alreadyMike Frysinger2011-03-011-3/+3
* rewrite vdb walking so we handle ROOT correctly, and we avoid using chdir eve...Mike Frysinger2011-03-011-12/+14
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-19/+23
* constify more stringsMike Frysinger2011-02-211-3/+3
* eat trailing whitespaceMike Frysinger2010-12-041-3/+3
* - idl0r needed to split the atoms up in a simple way. this is a rework of his...Ned Ludd2010-11-271-9/+15
* - update headersNed Ludd2010-04-071-5/+5
* introduce and use xchdir()Mike Frysinger2010-01-131-8/+5
* fix strncat usageMike Frysinger2010-01-131-6/+6
* - handle +IUSE flags in qlist -U displayNed Ludd2009-04-171-2/+4
* always reset the umap bufferNed Ludd2009-03-161-4/+4
* qlist: Make sure to bytematch pkgname first and avoid regexp match if bytemat...Peter Volkov2008-11-041-2/+6
* - yank some debugging stuffNed Ludd2008-01-161-3/+3
* - testing out some slotting code. Also disable color if tty is null and not a...Ned Ludd2007-11-241-8/+18
* - make sure the slot separators work with the -D optionNed Ludd2007-09-081-3/+3
* Add -L option to use : as the slot separator. example: qlist -CSqLNed Ludd2007-09-081-4/+10
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-3/+2
* - 20070204--qlist--fix_categories_false_positives.patch bug 165259 - TGLNed Ludd2007-02-041-4/+5
* fix style/whitespaceMike Frysinger2006-11-091-16/+19
* - clean up use map handling a littleNed Ludd2006-08-191-21/+22
* - make --quiet mode when used with --umap option output a format that is suit...Ned Ludd2006-07-191-4/+9