remove casts from xmalloc()
[oweals/busybox.git] / coreutils / watch.c
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-23 Denis Vlasenkowatch: fix warning
2006-10-20 Denis Vlasenkowatch: execute command thru shell, not fork/exec. Other...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-03-23 Mike Frysingerdont printf arguments given by user for security sanity
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-06-30 Mike Frysingerpatch by Shaun Jackman to combine dup/close funcs into...
2005-05-28 Rob LandleyPatch from Shaun Jackman to save a few bytes.
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Eric AndersenAdd missing header file to squash a warning
2002-09-17 Eric AndersenSane-ify the screen clearing stuff.
2002-09-16 Glenn L McGrathWatch applet by Michael Habermann