diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-05-01 00:49:49 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-05-01 00:49:49 +0000 |
commit | 3ea55efd82b6f4cb283c3038b9832d87877e3dde (patch) | |
tree | 46a940faa2c3e705120c02069d2e305d50c2073b | |
parent | b898468f360201b90b00c2305f9d1280816f915e (diff) | |
download | busybox-w32-3ea55efd82b6f4cb283c3038b9832d87877e3dde.tar.gz busybox-w32-3ea55efd82b6f4cb283c3038b9832d87877e3dde.tar.bz2 busybox-w32-3ea55efd82b6f4cb283c3038b9832d87877e3dde.zip |
Re-add the TODO list, mention tr
git-svn-id: svn://busybox.net/trunk/busybox@8792 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | |||