aboutsummaryrefslogtreecommitdiff
path: root/coreutils/watch.c
AgeCommit message (Collapse)Author
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
2006-05-25Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley
another... This adds bb_xspawn() support, which does vfork/exec. (I don't know why using a static instead of a local adds ~40 bytes, but using the local doesn't work...)
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
definitions. (That should only be on prototypes.)
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
-Erik
2002-09-16Watch applet by Michael HabermannGlenn L McGrath