aboutsummaryrefslogtreecommitdiff
path: root/quse.c
Commit message (Expand)AuthorAgeFilesLines
* - update headersNed Ludd2010-04-071-5/+5
* - if TERM=dumb disable colorNed Ludd2007-11-241-3/+3
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* use warnp/errp funcsMike Frysinger2007-04-181-3/+3
* - shutup back missing lang.desc; wait a while before removing all togetherv0.1.24Ned Ludd2007-02-041-3/+4
* fix by TGL to only close files that were actually opened #161055Mike Frysinger2007-01-091-3/+4
* - style updatesNed Ludd2006-12-251-3/+3
* fix style/whitespaceMike Frysinger2006-11-091-3/+4
* add support for scanning the new desc files in the profiles/desc/ dirMike Frysinger2006-06-101-2/+45
* - add -N/--name-only flag to quseNed Ludd2006-05-071-3/+11
* - enable -F switch for use. forget why this was never enabledNed Ludd2006-03-091-6/+6
* - update reinitialize_metacache code so -mr or -rm work. rename all variable ...Ned Ludd2006-02-121-7/+7
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-10/+5
* - make some applets optional for embedded systems where one might not have a ...Ned Ludd2006-01-071-2/+11
* update copyright yearsMike Frysinger2006-01-051-5/+5
* define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAXMike Frysinger2005-12-301-6/+6
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* define a new ARR_SIZE macro and then use it in quseMike Frysinger2005-12-031-3/+3
* touchup how we define parallel arrays to prevent bitrot from hitting usv0.1.10Mike Frysinger2005-11-241-6/+7
* fix array bound check when iterating through search_filesMike Frysinger2005-11-241-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
* - optimize for size the color handling to use a ptr vs a bunch of defines. In...v0.1.9Ned Ludd2005-11-121-3/+3
* - remove unused code thats been shifted to main.cNed Ludd2005-11-121-31/+2
* - added per applet rcsidNed Ludd2005-11-061-1/+2
* - add new applet qgrep. grep alike util for ebuilds. New global -Q flag to su...Ned Ludd2005-11-061-16/+58
* - dont chdir to describe use flags, Do it this way so we can describe use fla...Ned Ludd2005-11-051-13/+8
* - quse: grab the date when looking at revisions -vvvvNed Ludd2005-11-041-4/+5
* - use sscanf as it's alot less ulgy than all the strchr,strcpy pointer jumpingv0.1.8Ned Ludd2005-11-031-24/+5
* - fix bug in quse when variable starts with the requested flagNed Ludd2005-11-031-5/+10
* chop comments around IUSEMike Frysinger2005-11-021-5/+11
* - added vdb virtual providers resolving codeNed Ludd2005-11-011-2/+2
* - its easy enough to save last commiter and revisions. displayed only at verb...Ned Ludd2005-11-011-3/+35
* - use the verbose flag to warn of stuff thats ulgy when verbose levels are gr...Ned Ludd2005-11-011-4/+15
* - add $vars to list of anoying thingsNed Ludd2005-11-011-1/+2
* add support for describing USE flags via -DMike Frysinger2005-10-311-6/+95
* - fix quse applet hopefully when buf1 variable is without spaceNed Ludd2005-10-211-7/+14
* cleanup license headerMike Frysinger2005-09-241-22/+3
* - disable unneeded assertsv0.1.2Ned Ludd2005-07-191-7/+8
* main.cNed Ludd2005-07-181-31/+65
* - add -g option to qlop. disable multiline reads in quse.c which was causing ...Ned Ludd2005-07-071-4/+7
* fix warnings againMike Frysinger2005-06-221-2/+2
* - error checkingNed Ludd2005-06-221-7/+6
* fix warningMike Frysinger2005-06-221-2/+2
* make verbose a common applet optionMike Frysinger2005-06-211-4/+1
* - update quse usage for -K/-LNed Ludd2005-06-211-30/+52
* - insert non creative commit msg here. more touchupsNed Ludd2005-06-171-3/+2
* return EXIT_SUCCESS instead of 0Mike Frysinger2005-06-141-2/+2
* - add multiline iuse support. make highlight function use optindNed Ludd2005-06-141-22/+16