hush: trivial buglet found by randomconfig testing
[oweals/busybox.git] / miscutils / crontab.c
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-27 Denis Vlasenkocrontab: we indent using tabs
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-01-10 "Vladimir N. Oleynik"can use TMPDIR if user's HOMEDIR do not found. Noticed...
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-14 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-10 Glenn L McGrathlast_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
2002-10-22 Eric Andersenmjn3 noticed that crond and crontab had #include <pwd...
2002-10-22 Eric Andersenlast_patch63 from vodz: add in crond and crontab applets