aboutsummaryrefslogtreecommitdiff
path: root/main.h
Commit message (Expand)AuthorAgeFilesLines
* main: parse USE-flags into a setFabian Groffen2021-11-131-2/+3
* main.h: attempt fix for Coverity 206563 Unintended sign extensionFabian Groffen2020-01-191-4/+4
* main: try to work around different mtime/mtim struct stat fieldsFabian Groffen2020-01-041-0/+7
* main: add masks supportFabian Groffen2019-12-271-0/+2
* main: overhaul profile/config reading somewhatFabian Groffen2019-11-241-0/+1
* main: ensure READ/WRITE_BE_INT32 operate on the expected bytesFabian Groffen2019-11-171-5/+8
* q: add option to print envvars, much like portageq envvarFabian Groffen2019-11-091-4/+19
* main.h: include limits.h for Linux PATH_MAXFabian Groffen2019-04-271-0/+1
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-0/+1
* build: compile applets as separate objectsFabian Groffen2019-03-271-2/+10
* q: fix misc issues found on DarwinFabian Groffen2019-03-191-1/+2
* build: add gnulib sourcesFabian Groffen2019-03-191-1/+39
* libq: standardise buildFabian Groffen2019-03-181-6/+43
* main.h: drop DEFAULT_PORTAGE_BINHOST setupFabian Groffen2019-03-151-62/+2
* update copyrightsFabian Groffen2018-04-051-1/+1
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-4/+0
* add cleanup logic to handle specific leaksMike Frysinger2016-12-281-0/+13
* q: migrate to new repo posthook systemMike Frysinger2016-03-271-0/+1
* tweak s390/sh ARCH defaultsMike Frysinger2015-06-031-6/+2
* build: convert all cvs references to gitMike Frysinger2014-03-091-3/+2
* update default URL list to match current tinderbox serverMike Frysinger2014-02-181-17/+56
* move all headers includes and such to a single porting.h to avoid duplicating...v0.40Mike Frysinger2013-09-291-21/+1
* rename EPREFIX define to CONFIG_EPREFIX so we can have a local $EPREFIX varMike Frysinger2011-12-191-3/+3
* revert stdout bypass as it doesnt work on linux/glibc systemsMike Frysinger2011-12-121-5/+1
* Fix building on Solaris. Cannot assign stdout there.Fabian Groffen2011-12-121-1/+5
* default EPREFIX to a slash since the code base expects it #394457 by Luca Bar...Mike Frysinger2011-12-121-2/+2
* initial autotool supportMike Frysinger2011-12-111-1/+5
* add O_CLOEXEC fallback #394131 by Naohiro AotaMike Frysinger2011-12-091-1/+6
* make MIN/MAX helpers generally availableMike Frysinger2011-10-021-1/+8
* move _q_static setup to main.h and drop useless _GNU_SOURCE here (needs to be...Mike Frysinger2011-03-301-2/+4
* rework env var setup so that the values are allowed to grow dynamically witho...Mike Frysinger2011-02-211-8/+8
* convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...Mike Frysinger2011-02-211-3/+1
* - update headersNed Ludd2010-04-071-4/+4
* - move some defines aroundNed Ludd2007-05-301-1/+2
* - update copyright headersv0.1.27Ned Ludd2007-05-241-4/+4
* - more whitespace cleanups. Added new whitespace testNed Ludd2007-05-231-2/+1
* - split some of the code up to make it eaiser for dynamic modulesNed Ludd2007-05-121-0/+71