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
Commit message (
Expand
)
Author
Age
Files
Lines
*
touchup how we define parallel arrays to prevent bitrot from hitting us
v0.1.10
Mike Frysinger
2005-11-24
1
-6
/
+7
*
fix array bound check when iterating through search_files
Mike Frysinger
2005-11-24
1
-3
/
+3
*
simple test for the --install option
Mike Frysinger
2005-11-24
2
-0
/
+21
*
define a few more things const and dont do colors when building for size
Mike Frysinger
2005-11-24
1
-3
/
+7
*
define rcsid strings as const
Mike Frysinger
2005-11-24
13
-28
/
+26
*
cleanup tests a bit
Mike Frysinger
2005-11-24
6
-20
/
+22
*
- update example template to shell proper use of applet_rcsid[]
Ned Ludd
2005-11-14
1
-2
/
+2
*
- optimize for size the color handling to use a ptr vs a bunch of defines. In...
v0.1.9
Ned Ludd
2005-11-12
3
-28
/
+26
*
- remove unused code thats been shifted to main.c
Ned Ludd
2005-11-12
1
-31
/
+2
*
- fixed: on hppa/arm the basename() and dirname() functions eat the ptr passe...
Ned Ludd
2005-11-10
1
-3
/
+9
*
- regen manpages for new rcsid handling
Ned Ludd
2005-11-06
13
-26
/
+26
*
- added per applet rcsid
Ned Ludd
2005-11-06
15
-22
/
+33
*
- rcsid test
Ned Ludd
2005-11-06
1
-2
/
+3
*
- add new applet qgrep. grep alike util for ebuilds. New global -Q flag to su...
Ned Ludd
2005-11-06
20
-117
/
+375
*
- dont chdir to describe use flags, Do it this way so we can describe use fla...
Ned Ludd
2005-11-05
1
-13
/
+8
*
- add *bz2 to cvsignore
Ned Ludd
2005-11-04
2
-2
/
+3
*
- make dup listing not print dups of a dup when not using verbose mode
Ned Ludd
2005-11-04
1
-3
/
+11
*
- fixup make-tarball to handle test subdirs and Makefile
Ned Ludd
2005-11-04
2
-5
/
+7
*
- remote test.sh
Ned Ludd
2005-11-04
1
-9
/
+0
*
- add some tests
Ned Ludd
2005-11-04
7
-4
/
+78
*
- dummy Makefile
Ned Ludd
2005-11-04
1
-0
/
+2
*
- quse: grab the date when looking at revisions -vvvv
Ned Ludd
2005-11-04
2
-7
/
+8
*
- use sscanf as it's alot less ulgy than all the strchr,strcpy pointer jumping
v0.1.8
Ned Ludd
2005-11-03
1
-24
/
+5
*
- fix bug in quse when variable starts with the requested flag
Ned Ludd
2005-11-03
1
-5
/
+10
*
fix previous fix as well as a few other silent returns
Mike Frysinger
2005-11-02
1
-4
/
+8
*
add a check target and force unsigned char
Mike Frysinger
2005-11-02
1
-1
/
+5
*
chop comments around IUSE
Mike Frysinger
2005-11-02
1
-5
/
+11
*
- qlop can fail silently if the user is not in the portage group. bug #111181...
Ned Ludd
2005-11-01
1
-2
/
+4
*
- added vdb virtual providers resolving code
Ned Ludd
2005-11-01
4
-15
/
+79
*
- its easy enough to save last commiter and revisions. displayed only at verb...
Ned Ludd
2005-11-01
1
-3
/
+35
*
- use the verbose flag to warn of stuff thats ulgy when verbose levels are gr...
Ned Ludd
2005-11-01
1
-4
/
+15
*
- add $vars to list of anoying things
Ned Ludd
2005-11-01
1
-1
/
+2
*
add support for describing USE flags via -D
Mike Frysinger
2005-10-31
1
-6
/
+95
*
- some versions of distcc or cpp seem to be buggy with unbalanced comments wi...
Ned Ludd
2005-10-31
1
-9
/
+2
*
- -DOPTIMIZE_FOR_SIZE=2 now discards the value of the warn() func. saves abou...
v0.1.7
Ned Ludd
2005-10-30
1
-2
/
+6
*
- update .depend
Ned Ludd
2005-10-30
1
-3
/
+3
*
- save and restore cwd when resolving virtuals
Ned Ludd
2005-10-30
3
-15
/
+33
*
- fixing up dup handling
Ned Ludd
2005-10-29
2
-16
/
+45
*
- # comment out debug code from last overcommit
Ned Ludd
2005-10-29
1
-3
/
+3
*
update README now that most relative links work
Ned Ludd
2005-10-29
4
-14
/
+8
*
- keep the color layout of the old qpkg --list PN when -vvdose passed
Ned Ludd
2005-10-29
2
-6
/
+15
*
- resolve virtuals and save into a simple linked list
Ned Ludd
2005-10-29
1
-68
/
+153
*
- lets go with realpath anyway for qfile handling of relative paths
Ned Ludd
2005-10-29
7
-22
/
+79
*
fix handling of short package atoms
Mike Frysinger
2005-10-25
1
-4
/
+5
*
make the tests a little more comprehensive
Mike Frysinger
2005-10-25
4
-7
/
+15
*
- this should make the gcc warning go away on 64bit arches when debug is defined
Ned Ludd
2005-10-21
1
-6
/
+4
*
- qfile now works with pwd ./filenames. I opted not use realpath() so ../../f...
Ned Ludd
2005-10-21
1
-4
/
+14
*
- fix quse applet hopefully when buf1 variable is without space
Ned Ludd
2005-10-21
1
-7
/
+14
*
scan /proc ourselves looking for sandboxes rather than relying on the sandbox...
Mike Frysinger
2005-10-20
1
-33
/
+26
*
touchup spacing in macros to make gcc2 happy
Mike Frysinger
2005-10-18
1
-9
/
+9
[next]