sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

TODO (732B)


      1 The following list of commands is taken from the toybox roadmap[0] and
      2 has been stripped down  accordingly.  Commands that belong to ubase[1]
      3 are not listed here as well as commands that fall outside the scope of
      4 sbase such as vi and sh are also not listed here.
      5 
      6 at
      7 awk
      8 bc
      9 diff
     10 ed manpage
     11 patch
     12 stty
     13 
     14 If you are looking for some work to do on sbase, another option is to
     15 pick a utility from the list in the README which has missing flags or
     16 features noted.
     17 
     18 What also needs to be implemented is the capability of the tools to
     19 handle data with NUL-bytes in it.
     20 
     21 The return values of mdcheckline() in crypt.c need to be fixed (0 -> success,
     22 1 -> error).
     23 
     24 [0] http://landley.net/toybox/roadmap.html
     25 [1] http://git.suckless.org/ubase/