aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c
AgeCommit message (Expand)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-09-27crontab: we indent using tabsDenis Vlasenko
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-04-16use more boiler plate GPL noticesMike Frysinger
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer
2006-01-10can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard"Vladimir N. Oleynik"
2004-04-14Larry Doolittle writes:Eric Andersen
2003-09-03more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-07-14Patch from Lars Kellogg-Stedman:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-10last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath
2002-10-22mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen
2002-10-22last_patch63 from vodz: add in crond and crontab appletsEric Andersen