aboutsummaryrefslogtreecommitdiff
path: root/quse.c
Commit message (Expand)AuthorAgeFilesLines
* reinitialize_flat: removeFabian Groffen2019-04-251-4/+2
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-0/+1
* build: compile applets as separate objectsFabian Groffen2019-03-271-31/+35
* fix GCC-8.2 warningsFabian Groffen2019-03-011-3/+4
* quse: improve documentationFabian Groffen2018-04-031-2/+2
* getline: fix comparison of integers of different signsFabian Groffen2018-03-231-11/+18
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
* qgrep/quse: add multiple overlay supportMike Frysinger2015-11-271-129/+139
* use the return value of getlineMike Frysinger2015-11-271-15/+10
* quse: walk all available overlays when describing flagsMike Frysinger2015-11-261-13/+29
* quse: fix invalid closeMike Frysinger2015-11-261-1/+1
* quse: move file warnings behind verboseMike Frysinger2015-11-261-4/+7
* quse: use freeargv helperMike Frysinger2015-11-261-8/+4
* quse: use the cache file given and avoid cwd assumptionsMike Frysinger2015-05-191-3/+17
* quse: various style fixesMike Frysinger2015-02-201-24/+24
* quse: improve handling of desc/ filesMike Frysinger2015-02-201-1/+8
* quse: drop lang.desc supportMike Frysinger2015-02-201-11/+2
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-211-4/+4
* kill off more spurious/useless parensMike Frysinger2012-10-281-9/+9
* Fix compiler warnings for signedness.v0.11Robin H. Johnson2012-08-131-5/+5
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-13/+20
* constify more stringsMike Frysinger2011-02-211-3/+3
* Remove bogus assertFabian Groffen2011-02-131-3/+2
* quse: fix crash when PORTDIR/profiles/desc/ is unreadableMike Frysinger2010-08-111-3/+7
* - 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