aboutsummaryrefslogtreecommitdiff
path: root/coreutils/watch.c
AgeCommit message (Expand)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-27get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko
2006-10-23watch: fix warningDenis Vlasenko
2006-10-20watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-05-25Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley
2006-03-23dont printf arguments given by user for security sanityMike Frysinger
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-06-30patch by Shaun Jackman to combine dup/close funcs into dup2Mike Frysinger
2005-05-28Patch from Shaun Jackman to save a few bytes.Rob Landley
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-11Add missing header file to squash a warningEric Andersen
2002-09-17Sane-ify the screen clearing stuff.Eric Andersen
2002-09-16Watch applet by Michael HabermannGlenn L McGrath