summaryrefslogtreecommitdiff
path: root/scripts/basic/fixdep.c
Commit message (Expand)AuthorAgeFilesLines
* fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović2023-02-271-0/+5
* fix "warning array subscript has type 'char'"Denys Vlasenko2021-04-141-6/+6
* build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2014-01-091-1/+1
* suppress "warning: implicit declaration of function 'alloca'"Denys Vlasenko2011-09-151-0/+1
* scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin2010-12-181-1/+1
* Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko2010-12-181-1/+1
* scripts: fix fixdep.c to let it workable in cygwinGreentime2010-12-181-1/+1
* fix extra bogus files generation in include/config/*Denys Vlasenko2010-06-171-4/+9
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-13/+17
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-1/+1
* fixdep.c: avoit doing memcmp in most casesDenis Vlasenko2006-12-301-3/+3
* saw commit of vapier@busybox.net (thanks!),Denis Vlasenko2006-12-301-17/+22
* prevent accessing memory that we dont ownMike Frysinger2006-12-301-5/+5
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko2006-10-191-15/+21
* build system overhaulDenis Vlasenko2006-10-051-0/+393