aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-18 21:14:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-18 21:14:46 +0000
commit088b959d00a5df6e0d9436d6e3aec20458774ebc (patch)
treea8eb83df9dbbdd6e318252a41b40b944611f8a2e /TODO
parent2ace1e3f07c819743554b317f4219e21eff06d6b (diff)
downloadbusybox-088b959d00a5df6e0d9436d6e3aec20458774ebc.tar.gz
"Unify base64 handling" is done, remove TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 5fe7f0260..10ed7e0d5 100644
--- a/TODO
+++ b/TODO
@@ -36,12 +36,7 @@ Rob Landley <rob@landley.net>:
modutils. The orig depmod is rather pointless to have to add to a firmware image
in when we already have a insmod/rmmod and friends.
Unify base64 handling.
- There's base64 encoding and decoding going on in:
- networking/wget.c:base64enc()
- coreutils/uudecode.c:read_base64()
- coreutils/uuencode.c:tbl_base64[]
- networking/httpd.c:decodeBase64()
- And probably elsewhere. That needs to be unified into libbb functions.
+ [done]
Do a SUSv3 audit
Look at the full Single Unix Specification version 3 (available online at
"http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and