summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/diff
AgeCommit message (Collapse)Author
2016-01-13unhook and delete diffutils/gettextchristos
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
Adjust various places that add GCC-only options to check for the active compiler first.
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree.
2006-11-10Sprinkle -Wno-stack-protector. Gnu programs use too much alloca :-)christos
2003-01-26Import build structure for diffutils-2.8.1. Reviewed by christos.wiz