diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-05-01 00:49:49 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-05-01 00:49:49 +0000 |
commit | 90d2bff4c67d65a4025451213d5028c539b7b91a (patch) | |
tree | 46a940faa2c3e705120c02069d2e305d50c2073b | |
parent | edaf39156a87522492aa62f600c500a3338f433d (diff) | |
download | busybox-w32-90d2bff4c67d65a4025451213d5028c539b7b91a.tar.gz busybox-w32-90d2bff4c67d65a4025451213d5028c539b7b91a.tar.bz2 busybox-w32-90d2bff4c67d65a4025451213d5028c539b7b91a.zip |
Re-add the TODO list, mention tr
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ | |||
1 | Busybox TODO | ||
2 | |||
3 | Stuff that needs to be done | ||
4 | |||
5 | ---- | ||
6 | tr - missing SuS3 features in busybox 1.0pre10 | ||
7 | |||
8 | tr doesnt support [:blank:], [:digit:] or other predefined classes, [=equiv=] | ||
9 | support is also missing. | ||
10 | ---- | ||
11 | |||