Update TODO

This commit is contained in:
sin 2014-11-13 16:32:53 +00:00
parent 519a4f8105
commit 2869adf458
1 changed files with 9 additions and 5 deletions

14
TODO
View File

@ -1,7 +1,7 @@
The following list of commands is taken from the toybox roadmap[0] and The following list of commands is taken from the toybox roadmap[0] and
has been stripped down accordingly. Commands that belong to ubase[1] are has been stripped down accordingly. Commands that belong to ubase[1]
not listed here as well as commands that fall outside the scope of sbase are not listed here as well as commands that fall outside the scope of
such as vi and sh are also not listed here. sbase such as vi and sh are also not listed here.
at at
awk awk
@ -21,13 +21,17 @@ stty
tabs tabs
tput tput
The following programs have been imported from OpenBSD and The following programs have been imported from OpenBSD and need
need replacing or cleaning up: replacing or cleaning up:
csplit csplit
col col
expr expr
printf printf
If you are looking for some work to do on sbase, another option is to
pick a utility of interest and check the POSIX specification to see if
there are any features missing.
[0] http://landley.net/toybox/roadmap.html [0] http://landley.net/toybox/roadmap.html
[1] http://git.suckless.org/ubase/ [1] http://git.suckless.org/ubase/