morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

TODO (999B)


      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
     11 file
     12 find
     13 getconf
     14 install
     15 join
     16 make
     17 od
     18 patch
     19 pathchk
     20 sed
     21 stty
     22 tabs
     23 tput
     24 
     25 The  following  program(s) have  been  imported  from  OpenBSD and  need
     26 replacing or cleaning up:
     27 
     28 printf
     29 
     30 If you are looking for some work  to do on sbase, another option is to
     31 pick a utility of interest and check the POSIX specification to see if
     32 there are any features missing.
     33 
     34 We also need to add support for UTF-8.  We have imported libutf from
     35 suckless.org.  As a first step we should rework existing tools that use
     36 wide characters to use the libutf library.
     37 
     38 Update manpages to use mdoc(7).  Look at grep.1 or at the OpenBSD
     39 manpages for more information.
     40 
     41 [0] http://landley.net/toybox/roadmap.html
     42 [1] http://git.suckless.org/ubase/