aboutsummaryrefslogtreecommitdiff
path: root/coreutils/watch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-1/+0
* watch: fix warningvda2006-10-231-1/+3
* watch: execute command thru shell, not fork/exec. Other fixesvda2006-10-201-29/+50
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-12/+9
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-9/+1
* Rich Felker suggested removing dprintf() from watch, and one thing led tolandley2006-05-251-61/+21
* dont printf arguments given by user for security sanityvapier2006-03-231-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* patch by Shaun Jackman to combine dup/close funcs into dup2vapier2005-06-301-3/+2
* Patch from Shaun Jackman to save a few bytes.landley2005-05-281-4/+3
* Major coreutils update.mjn32003-03-191-42/+49
* Add missing header file to squash a warningandersen2002-12-111-0/+1
* Sane-ify the screen clearing stuff.andersen2002-09-171-3/+1
* Watch applet by Michael Habermannbug12002-09-161-0/+104