History log of /external/toybox/toys/pending/crontab.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
027a73a903af306449710ce12bc09e0e3550c6c9 04-Aug-2016 Rob Landley <rob@landley.net> Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
add xopenro() that takes one argument and understands "-" means stdin,
and switch over lots of users.
/external/toybox/toys/pending/crontab.c
1fd80657b06e016217efb7068b08fa9e4aa5650d 08-Mar-2016 Rob Landley <rob@landley.net> Add depends on TOYBOX_FORK for various commands that need nommu conversion.
(This should fix allyesconfig.)
/external/toybox/toys/pending/crontab.c
e5354ca12a232b3f97726214254a868771cb70d1 11-Sep-2015 Rob Landley <rob@landley.net> Replace toys.exithelp with help_exit() in lib.
/external/toybox/toys/pending/crontab.c
b1353fb9185928249f273340c601244291e269fe 08-Sep-2015 Rob Landley <rob@landley.net> Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself.

This fixes the build break, the change to yesno() prototype accidentally got
checked in last commit. (Oops, sorry.)
/external/toybox/toys/pending/crontab.c
7a976a09cc2327dcf0baf8708d3420136dfbc3fc 31-Oct-2014 Ashwini Sharma <devnull@localhost> Attached are new toys TR and CRONTAB.

*tr.c*: It translate, squezze and delete characters.
Supported classes are alpha, alnum, digit, lower, upper
space, blank, puct, cntrl and xdigit.

*crontab.c*: Companion of crond. It maintains crontab files.
/external/toybox/toys/pending/crontab.c