aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
* - whitespace cleanupsNed Ludd2007-05-231-8/+2
* fix size warningsMike Frysinger2007-04-081-3/+3
* - raise buffer size for qdepends and don't warn on empty filesNed Ludd2007-01-271-5/+9
* fix style/whitespaceMike Frysinger2006-11-091-3/+3
* dont cast xmalloc returnMike Frysinger2006-11-081-3/+3
* do a few checks to make sure USE/DEPEND exist before we eat themMike Frysinger2006-10-101-4/+14
* fix buffer underflow in dep_flatten_tree() as pointed out by exg and handle t...Mike Frysinger2006-10-091-6/+19
* - Raise buffer sizes cuz X/PHP is such a fatty. TGL bug 134488Ned Ludd2006-06-051-7/+7
* - depends buffer is to small for X and PHP these daysv0.1.18Ned Ludd2006-06-041-5/+5
* 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-2/+6
* update copyright yearsMike Frysinger2006-01-051-5/+5
* - remove CDEPEND/-c option. -k replaces it if you really want to read those e...Ned Ludd2005-12-311-7/+10
* rename the global quiet option to -q from -Q, have qfile use it rather than i...Mike Frysinger2005-12-301-5/+5
* change len to size_t and add error handling if USE file was removed from vdbMike Frysinger2005-12-301-16/+21
* define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAXMike Frysinger2005-12-301-3/+3
* add a warning if we are unable to eat a depend file, and increase the buffer ...Mike Frysinger2005-12-301-7/+13
* declare query constMike Frysinger2005-12-301-6/+6
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
* - added per applet rcsidNed Ludd2005-11-061-2/+2
* - added vdb virtual providers resolving codeNed Ludd2005-11-011-2/+2
* - save and restore cwd when resolving virtualsNed Ludd2005-10-301-5/+10
* - # comment out debug code from last overcommitNed Ludd2005-10-291-3/+3
* update README now that most relative links workNed Ludd2005-10-291-1/+4
* - lets go with realpath anyway for qfile handling of relative pathsNed Ludd2005-10-291-2/+4
* - shorten qdep --help option for reverse deps. prepare for 0.1.6 stablev0.1.6Ned Ludd2005-10-061-2/+2
* touchup error handling in dep_grow_tree() to be a bit more helpful and add a ...Mike Frysinger2005-10-041-18/+51
* - use warnf() function for error handling in dep_grow_tree() functionv0.1.5Ned Ludd2005-10-011-3/+6
* - added -k <key> option for non standard vdb entries like my homegrown (R)RDPENDNed Ludd2005-10-011-5/+14
* make sure we can handle very simple dependsMike Frysinger2005-09-261-1/+5
* actually implement the -a optionMike Frysinger2005-09-261-4/+12
* - update known bugNed Ludd2005-09-251-6/+3
* - add depends on functionality to query what depends on a given dep stringNed Ludd2005-09-241-7/+107
* cleanup license headerMike Frysinger2005-09-241-22/+3
* - functionize the vdb handling for the qdepends appletNed Ludd2005-09-231-30/+39
* move the q_vdb_get_next_dir() func into shared space and make all applets use...Mike Frysinger2005-08-191-12/+5
* finish adding support for ROOTMike Frysinger2005-08-191-4/+4
* eat_file returns 1 on success, not 0Mike Frysinger2005-07-261-2/+2
* make eat_file a real functionMike Frysinger2005-06-201-16/+4
* add some atom handlingMike Frysinger2005-06-191-3/+7
* add support for parsing [RPC]DEPENDMike Frysinger2005-06-161-19/+37
* - use the qdep menu vs the qlist oneNed Ludd2005-06-161-11/+11
* import initial depend parsing appletMike Frysinger2005-06-161-0/+390