aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix bug related to var parsing w/out bracesv0.41Mike Frysinger2013-10-313-2/+8
* move all headers includes and such to a single porting.h to avoid duplicating...v0.40Mike Frysinger2013-09-2911-139/+124
* qdepends: warn if no matches were found #459970Mike Frysinger2013-09-291-10/+12
* add more todo stuffMike Frysinger2013-09-291-0/+7
* man: regenerate with new python helperMike Frysinger2013-09-2916-167/+563
* man: add some details about qdepends #459970Mike Frysinger2013-09-292-0/+19
* man: rewrite helper script in python to avoid `help2man` as that tends to man...Mike Frysinger2013-09-299-57/+170
* qcache: include errno when warning about cache read errorsMike Frysinger2013-09-291-4/+4
* qcache: fix crash with stats generation -- we allocate keywords once in this ...Mike Frysinger2013-09-291-3/+2
* qcache: do not warn when we cannot open a source dir as people can create cat...Mike Frysinger2013-09-291-3/+4
* qcache: suggest running egencache instead of emerge --metadataMike Frysinger2013-09-291-3/+4
* man: fix processing script after help changesMike Frysinger2013-09-291-2/+4
* add an applets.sh so other things can run it to get the listMike Frysinger2013-09-292-2/+4
* qdepends: include depend file in debug outputMike Frysinger2013-09-291-3/+3
* scandirat: fix another typoMike Frysinger2013-09-291-2/+2
* revert accidental revertMike Frysinger2013-09-293-3/+14
* scandirat: use _DIRENT_HAVE_D_RECLEN to be slightly more portable #485430Mike Frysinger2013-09-294-17/+12
* TODO: mention extended USE deps syntaxMike Frysinger2013-09-291-0/+1
* tests: start a qdepends suiteMike Frysinger2013-09-299-1/+84
* qdepends: check for whitespace around node elements as PMS requires it and it...Mike Frysinger2013-09-291-2/+12
* qdepends: pass back an empty node when parsing is OK so -f can exit appropria...Mike Frysinger2013-09-291-9/+18
* qdepends: add a --format mode to make testing easierMike Frysinger2013-09-291-19/+68
* qdepends: constify argsMike Frysinger2013-09-291-28/+20
* qdepends: use xzallocMike Frysinger2013-09-291-4/+3
* qcache: fix by Gabriel Homeier for getline() crash due to buf not being set u...Mike Frysinger2013-09-291-2/+3
* use 64bit file interfaces even with 32bit processes #471024Mike Frysinger2013-05-231-1/+4
* qmerge: change output when removing unmodified config files to <<< rather tha...Mike Frysinger2013-05-091-4/+6
* qmerge: drop QMERGE check when unmerging as it should be stable nowMike Frysinger2013-05-031-4/+3
* regenv0.30Mike Frysinger2013-04-301-0/+9
* did not mean to add thisMike Frysinger2013-04-301-38/+0
* re-add with -kb flagMike Frysinger2013-04-302-2/+2
* rm to re-add with -kMike Frysinger2013-04-301-0/+0
* qmerge: initial test suiteMike Frysinger2013-04-305-0/+167
* improve gitignoreMike Frysinger2013-04-301-18/+18
* disable rmdir_r for now as no one uses itMike Frysinger2013-04-301-0/+2
* qmerge: add support for FEATURES=config-protect-if-modified when unmergingMike Frysinger2013-04-301-10/+16
* qmerge: create $ROOT when merging if it does not yet exist, and check the ret...Mike Frysinger2013-04-291-6/+8
* qmerge: run pkg_pretend, set MERGE_TYPE var, and add a few more helper funcsMike Frysinger2013-04-291-3/+9
* qmerge: run pkg_setup tooMike Frysinger2013-04-291-2/+3
* qmerge: set up D/T/ROOT in the pkg_* func envMike Frysinger2013-04-292-14/+32
* qmerge: clean up init logic slightly -- only run mkdir/chdir once, and avoicd...Mike Frysinger2013-04-291-14/+15
* qmerge: fall back to loading the Packages file from the binpkg store when the...Mike Frysinger2013-04-291-16/+27
* qmerge: check if the vdb exists before running best_version to avoid warnings...Mike Frysinger2013-04-291-2/+20
* qfile: add a --basename option so people can match just the base name of a pa...Mike Frysinger2013-04-291-3/+10
* qlist: initial support for prefix/suffix operators #369225 by Christian RuppertMike Frysinger2013-04-294-9/+47
* initial support for prefix/suffix operators #369225 by Christian RuppertMike Frysinger2013-04-2912-69/+301
* qatom: check # of args before running main codeMike Frysinger2013-04-221-4/+5
* qmerge: create tmpdirs before trying to use themMike Frysinger2013-04-221-3/+4
* add more qmerge todosMike Frysinger2013-04-221-0/+3
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-215-21/+22