44 lines
		
	
	
		
			1007 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1007 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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 not listed here as well as commands that fall outside the scope of
 | |
| sbase such as vi and sh are also not listed here.
 | |
| 
 | |
| at
 | |
| awk
 | |
| bc
 | |
| diff
 | |
| ed
 | |
| file
 | |
| find
 | |
| getconf
 | |
| install
 | |
| join
 | |
| logger
 | |
| make
 | |
| od
 | |
| patch
 | |
| pathchk
 | |
| sed
 | |
| stty
 | |
| tabs
 | |
| tput
 | |
| 
 | |
| The  following  program(s) have  been  imported  from  OpenBSD and  need
 | |
| replacing or cleaning up:
 | |
| 
 | |
| 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.
 | |
| 
 | |
| We also need to add support for UTF-8.  We have imported libutf from
 | |
| suckless.org.  As a first step we should rework existing tools that use
 | |
| wide characters to use the libutf library.
 | |
| 
 | |
| Update manpages to the new style.  Look at cmp.1 or at the OpenBSD
 | |
| manpages for more information.
 | |
| 
 | |
| [0] http://landley.net/toybox/roadmap.html
 | |
| [1] http://git.suckless.org/ubase/
 |