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
/
q.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use NULL when dealing with pointers, not 0
Mike Frysinger
2006-01-25
1
-4
/
+4
*
touchup how we declare/include applets so that many steps can be automated
Mike Frysinger
2006-01-24
1
-3
/
+3
*
- add options to ignore checksums so you can use local binrepo files also. Ad...
Ned Ludd
2006-01-23
1
-3
/
+4
*
update copyright years
Mike Frysinger
2006-01-05
1
-5
/
+5
*
define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAX
Mike Frysinger
2005-12-30
1
-3
/
+3
*
remove unused comment
Mike Frysinger
2005-12-12
1
-3
/
+2
*
- added qatom and removed the need for the applets enum
Ned Ludd
2005-12-11
1
-6
/
+16
*
define rcsid strings as const
Mike Frysinger
2005-11-24
1
-2
/
+2
*
- added per applet rcsid
Ned Ludd
2005-11-06
1
-2
/
+2
*
cleanup license header
Mike Frysinger
2005-09-24
1
-22
/
+3
*
touchup the argv0 setting to only chop q* applet names
Mike Frysinger
2005-06-21
1
-3
/
+4
*
when setting argv0, chop the leading q
Mike Frysinger
2005-06-20
1
-3
/
+3
*
move lookup_applet to the q applet
Mike Frysinger
2005-06-20
1
-1
/
+29
*
set argv0 to applet name
Mike Frysinger
2005-06-20
1
-2
/
+2
*
- display cache generation time more accurately. add command line option to r...
Ned Ludd
2005-06-19
1
-6
/
+6
*
import start of a qcheck applet
Mike Frysinger
2005-06-09
1
-2
/
+2
*
use new common getopt defines and make sure we reset optind before calling an...
Mike Frysinger
2005-06-08
1
-8
/
+8
*
fork q into its own applet ... hopefully this will help readability
Mike Frysinger
2005-06-07
1
-338
/
+6
*
- break applets up
Ned Ludd
2005-06-07
1
-415
/
+8
*
rework the getopt stuff so its more consistent now
Mike Frysinger
2005-06-06
1
-58
/
+116
*
- Added -S,--searchdesc/-s,--search/-h,--help options to qsearch applet. Only...
Ned Ludd
2005-06-06
1
-9
/
+48
*
tweak the applet prototype
Mike Frysinger
2005-06-05
1
-3
/
+3
*
use warn macros in more places and start using getopt() for option parsing
Mike Frysinger
2005-06-05
1
-40
/
+86
*
change the Function typedef to APPLET
Mike Frysinger
2005-06-05
1
-34
/
+31
*
import warn/err funcs from pax-utils and clean up the DBG() macro to be nicer
Mike Frysinger
2005-06-05
1
-30
/
+29
*
whitespace changes
Mike Frysinger
2005-06-05
1
-565
/
+550
*
- fix readlink bug. memset is a must before using it.
Ned Ludd
2005-06-03
1
-2
/
+4
*
- sweet deal. multicall binary love
Ned Ludd
2005-06-03
1
-0
/
+709