sbase/TODO

26 lines
732 B
Plaintext
Raw Normal View History

2014-10-16 10:15:10 +00:00
The following list of commands is taken from the toybox roadmap[0] and
2014-11-13 16:32:53 +00:00
has been stripped down accordingly. Commands that belong to ubase[1]
are not listed here as well as commands that fall outside the scope of
sbase such as vi and sh are also not listed here.
2014-07-07 06:36:24 +00:00
at
2014-10-16 10:15:10 +00:00
awk
bc
diff
2015-12-14 12:09:34 +00:00
ed manpage
2014-10-16 10:15:10 +00:00
patch
stty
2014-10-16 10:01:25 +00:00
2015-02-08 22:28:00 +00:00
If you are looking for some work to do on sbase, another option is to
pick a utility from the list in the README which has missing flags or
features noted.
2014-11-13 16:32:53 +00:00
What also needs to be implemented is the capability of the tools to
handle data with NUL-bytes in it.
2016-12-27 13:30:51 +00:00
The return values of mdcheckline() in crypt.c need to be fixed (0 -> success,
1 -> error).
2014-10-16 10:15:10 +00:00
[0] http://landley.net/toybox/roadmap.html
[1] http://git.suckless.org/ubase/