aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix up dist targetv0.7Mike Frysinger2011-12-113-4/+6
* fix autotools target nameMike Frysinger2011-12-111-1/+1
* improve autotools support, and integrate gnulibMike Frysinger2011-12-115-19/+106
* initial autotool supportMike Frysinger2011-12-116-1/+54
* add O_CLOEXEC fallback #394131 by Naohiro AotaMike Frysinger2011-12-091-1/+6
* fix from Naohiro Aota to include signal.h since we use stuff from it #394133Mike Frysinger2011-12-091-1/+3
* use getline() from the C library #394139 by Naohiro AotaMike Frysinger2011-12-091-29/+1
* use array helpers from pax-utilsMike Frysinger2011-10-035-46/+75
* filter out elfs by their typev0.6Mike Frysinger2011-10-031-6/+29
* rewrite qcheck to use *at style funcsMike Frysinger2011-10-031-221/+263
* add xregcomp helpersMike Frysinger2011-10-036-39/+33
* avoid useless strlen, and use size_t for indexingMike Frysinger2011-10-031-3/+2
* add prelink support to qcheck; patch based heavily on Martin von Gagern's wor...Mike Frysinger2011-10-035-20/+217
* fix warning with gcc-4.6+ about set-but-unused variable cMike Frysinger2011-10-021-6/+6
* delete unused variableMike Frysinger2011-10-021-4/+2
* tweak how we ignore the return of freopen() to work with gcc-4.6+Mike Frysinger2011-10-021-2/+2
* make MIN/MAX helpers generally availableMike Frysinger2011-10-022-5/+11
* add O_CLOEXEC fallback define #363271Mike Frysinger2011-04-151-0/+5
* move _q_static setup to main.h and drop useless _GNU_SOURCE here (needs to be...Mike Frysinger2011-03-302-6/+5
* add todo for O_PATHMike Frysinger2011-03-181-0/+2
* make it work in python 3 #357911Mike Frysinger2011-03-171-1/+1
* make it work in python #3357911Mike Frysinger2011-03-171-1/+1
* drop the md5sum test toov0.5Mike Frysinger2011-03-171-12/+12
* avoid using python when possibleMike Frysinger2011-03-173-39/+28
* trim trailing newlinesMike Frysinger2011-03-173-3/+0
* fix `q --install` behavior ... new code was incorrectly linking to the dir du...Mike Frysinger2011-03-171-3/+5
* make sure to clean up applets before running test in case crap is laying aroundMike Frysinger2011-03-171-4/+5
* fix up initial linking behavior, and check symlink targets tooMike Frysinger2011-03-171-1/+7
* keep EPREFIX default in one placeMike Frysinger2011-03-172-7/+6
* create an xz tarballMike Frysinger2011-03-172-14/+8
* make sure tests run with a clean envMike Frysinger2011-03-171-0/+3
* add support for PORTAGE_CONFIGROOTMike Frysinger2011-03-171-28/+38
* combine the portroot/portvdb chdirs to avoid leading slash issues in portvdb ...Mike Frysinger2011-03-174-21/+22
* sort quse output to avoid fs ordering differencesMike Frysinger2011-03-172-2/+5
* qmerge: delay PORTAGE_BINHOST checking to point where it is neededMike Frysinger2011-03-171-5/+5
* clean out old q fileMike Frysinger2011-03-171-1/+1
* define _q_static to include libq files directlyMike Frysinger2011-03-171-1/+2
* - names should matchNed Ludd2011-03-051-3/+3
* patch by Arfrever Frehtes Taifersar Arahesis for python-3Mike Frysinger2011-03-041-12/+15
* scrub now unused codeMike Frysinger2011-03-021-27/+2
* rewrite merging logic so that we can upgrade in place without doing a full un...Mike Frysinger2011-03-022-297/+420
* expose the recursive deleters with *at style funcsMike Frysinger2011-03-021-6/+11
* have just one call to printf rather than printf/putsMike Frysinger2011-03-021-6/+6
* add a helper to prune empty dir treesMike Frysinger2011-03-021-0/+21
* new xstrdup helper which returns lenMike Frysinger2011-03-021-2/+12
* add env save/restore note to qmergeMike Frysinger2011-03-021-0/+1
* restore & simplify the ROOT slash append checkMike Frysinger2011-03-021-11/+23
* make sure new eat_file_at helper always sets up bufMike Frysinger2011-03-021-2/+4
* add a helper to walk the profile tree and read filesMike Frysinger2011-03-023-49/+100
* fix up extended line reading to avoid buffer overflowsMike Frysinger2011-03-021-18/+23