GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-utils.git
master
Small and fast Portage helper tools written in C
Mike Frysinger <vapier@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qgrep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qgrep: fix Coverity 206568 Logically dead code
Fabian Groffen
2020-01-19
1
-4
/
+1
*
qgrep: fix description for -N
v0.84
Fabian Groffen
2020-01-06
1
-2
/
+2
*
*: use new PF in places were it was simulated
Fabian Groffen
2020-01-01
1
-4
/
+3
*
qgrep: fix matching revisioned ebuilds
Fabian Groffen
2019-10-03
1
-3
/
+4
*
qgrep: fix command descriptions
Fabian Groffen
2019-06-21
1
-1
/
+0
*
libq/atom: make atom_format smarter to unbreak Puppet
Fabian Groffen
2019-06-13
1
-1
/
+1
*
qgrep: print filename for matches by default, fix atom_compare call
Fabian Groffen
2019-06-09
1
-73
/
+27
*
qgrep: plug filedescritor leak
Fabian Groffen
2019-06-08
1
-0
/
+1
*
qgrep: use tree_get_atom
Fabian Groffen
2019-05-10
1
-13
/
+4
*
libq/tree: merge vdb and cache
Fabian Groffen
2019-05-09
1
-12
/
+17
*
libq/vdb: drop q_ prefix
Fabian Groffen
2019-05-06
1
-2
/
+2
*
libq/{vdb,cache}: unify sorted and unsorted traversal
Fabian Groffen
2019-04-28
1
-2
/
+2
*
qgrep: use colours for atom printing, and support -R/--repo
Fabian Groffen
2019-04-28
1
-17
/
+26
*
qgrep: rewrite using libq/vdb and libq/cache
Fabian Groffen
2019-04-28
1
-346
/
+410
*
reinitialize_flat: remove
Fabian Groffen
2019-04-25
1
-4
/
+3
*
qgrep: squash truncation warning on Solaris
Fabian Groffen
2019-03-27
1
-2
/
+6
*
q: fix various issues on Linux systems
Fabian Groffen
2019-03-27
1
-5
/
+10
*
build: compile applets as separate objects
Fabian Groffen
2019-03-27
1
-29
/
+62
*
fix GCC-8.2 warnings
Fabian Groffen
2019-03-01
1
-3
/
+4
*
update copyrights
Fabian Groffen
2018-04-05
1
-1
/
+1
*
fix signedness warnings
Fabian Groffen
2018-03-23
1
-2
/
+3
*
Fix -Wmaybe-uninitialized.
Robin H. Johnson
2017-11-26
1
-1
/
+1
*
drop _q_static and standardize func prototypes a bit
Mike Frysinger
2016-12-28
1
-18
/
+17
*
usage: add an extended text section
v0.63
Mike Frysinger
2016-03-27
1
-1
/
+1
*
clean up old debug statements
Mike Frysinger
2015-12-16
1
-3
/
+0
*
qgrep/quse: add multiple overlay support
Mike Frysinger
2015-11-27
1
-176
/
+190
*
qgrep/qpkg: use the cache file given
Mike Frysinger
2015-05-19
1
-2
/
+2
*
build: convert all cvs references to git
Mike Frysinger
2014-03-09
1
-4
/
+2
*
kill off more spurious/useless parens
Mike Frysinger
2012-10-28
1
-7
/
+7
*
Fix compiler warnings for signedness.
v0.11
Robin H. Johnson
2012-08-13
1
-3
/
+3
*
add xregcomp helpers
Mike Frysinger
2011-10-03
1
-16
/
+5
*
combine the portroot/portvdb chdirs to avoid leading slash issues in portvdb ...
Mike Frysinger
2011-03-17
1
-4
/
+5
*
constify more strings
Mike Frysinger
2011-02-21
1
-3
/
+3
*
- update headers
Ned Ludd
2010-04-07
1
-5
/
+5
*
introduce and use xchdir()
Mike Frysinger
2010-01-13
1
-8
/
+5
*
- update copyright headers
v0.1.27
Ned Ludd
2007-05-24
1
-5
/
+5
*
- whitespace cleanups
Ned Ludd
2007-05-23
1
-3
/
+2
*
fix size warnings
Mike Frysinger
2007-04-08
1
-3
/
+3
*
- src.style fixups
Ned Ludd
2007-04-05
1
-5
/
+4
*
- TGL is at it again. kicking asses and coding patches.. Bug 173005
Ned Ludd
2007-04-02
1
-27
/
+127
*
- shorten names with args
Ned Ludd
2007-03-26
1
-10
/
+10
*
- This commit adds -A/-B options for qgrep (context lines) from TGL bug 172240
Ned Ludd
2007-03-26
1
-30
/
+227
*
- Misc enhancements for qgrep. TGL bug 171374
Ned Ludd
2007-03-26
1
-18
/
+166
*
- add a -s/--skip-comments option to qgrep. TGL bug 170797
Ned Ludd
2007-03-17
1
-5
/
+14
*
add a -E/--eclass option to qgrep. TGL bug 170795
Ned Ludd
2007-03-17
1
-13
/
+36
*
fix style/whitespace
Mike Frysinger
2006-11-09
1
-3
/
+3
*
- update reinitialize_metacache code so -mr or -rm work. rename all variable ...
Ned Ludd
2006-02-12
1
-3
/
+3
*
define stub functions for now since the weak handling is broken when building...
Mike Frysinger
2006-01-26
1
-2
/
+4
*
use the APPLET_ define style to enable/disable applets as solar was doing before
Mike Frysinger
2006-01-25
1
-3
/
+3
*
touchup how we declare/include applets so that many steps can be automated
Mike Frysinger
2006-01-24
1
-10
/
+4
[next]