aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-27fix numbering in switch(): we don't have "del" anymore,vda2-14/+16
2007-01-26add link to post 1.4.1 patchesvda1-1/+2
2007-01-26fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!vda2-3/+3
2007-01-26find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)vda2-30/+43
2007-01-26fix "expr has no effect" warningvda1-1/+1
2007-01-26bb_parse_mode: do not do umask() needlessly.vda1-34/+18
2007-01-26- readahead depends on LFSaldot1-0/+1
2007-01-26respect CFLAGS/CPPFLAGS in envvapier1-3/+3
2007-01-26fix option -F mishandlingvda1-1/+1
2007-01-26fix non-ipv6 compilevda1-0/+3
2007-01-25announce 1.4.1vda1-0/+7
2007-01-25arping: stop using last gethostbyname2 in the treevda3-12/+9
2007-01-25accidentally applied wrong (old) patch, fixing up...vda1-8/+7
2007-01-24opt_complementary doesn't like numeric opts :(vda1-1/+1
2007-01-24Unify ping and ping6. ping has -4 and -6 which forcevda7-571/+472
2007-01-24hostname declaration was misplacedvda1-2/+2
2007-01-24accumulated post-1.4.0 fixesvda8-37/+45
2007-01-24- remove nested function. Saves ~30 bytes.aldot1-11/+11
2007-01-24- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_multaldot1-0/+4
2007-01-24combine depends linesvapier2-4/+2
2007-01-24as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o...vapier1-4/+6
2007-01-24change "bool ... if OPT" to more common "depend ... OPT"vapier1-4/+4
2007-01-24combine bool;prompt to just boolvapier1-2/+1
2007-01-24combine bool;prompt to just boolvapier1-4/+2
2007-01-24"depends ..." -> "depends on ..."vapier1-1/+1
2007-01-24correct file format errorsvapier3-31/+31
2007-01-23- add hostcc-option checkeraldot1-0/+6
2007-01-23- call cc-option to check if the compiler supports the flags we asked to usealdot2-12/+11