diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-11-01 04:01:30 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-01 04:01:30 +0100 |
commit | fe4e23f9ded69194d525775b1ef7648461a7f76d (patch) | |
tree | 524f5724e56b8fea8e0237cd300a7db4e75f302f /TODO | |
parent | 95a036e125c28dc93d91ae77923c02a1684fc5ef (diff) | |
download | busybox-w32-fe4e23f9ded69194d525775b1ef7648461a7f76d.tar.gz busybox-w32-fe4e23f9ded69194d525775b1ef7648461a7f76d.tar.bz2 busybox-w32-fe4e23f9ded69194d525775b1ef7648461a7f76d.zip |
Add more compat code for non GNU environments
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -6,11 +6,8 @@ do one of these bounce an email off the person it's listed under to see if they | |||
6 | have any suggestions how they plan to go about it, and to minimize conflicts | 6 | have any suggestions how they plan to go about it, and to minimize conflicts |
7 | between your work and theirs. But otherwise, all of these are fair game. | 7 | between your work and theirs. But otherwise, all of these are fair game. |
8 | 8 | ||
9 | Rob Landley suggested these: | 9 | Rob Landley suggested this: |
10 | Add a libbb/platform.c | 10 | Implement bb_realpath() that can handle NULL on non-glibc. |
11 | Implement fdprintf() for platforms that haven't got one. | ||
12 | Implement bb_realpath() that can handle NULL on non-glibc. | ||
13 | Cleanup bb_asprintf() | ||
14 | 11 | ||
15 | Remove obsolete _() wrapper crud for internationalization we don't do. | 12 | Remove obsolete _() wrapper crud for internationalization we don't do. |
16 | Figure out where we need utf8 support, and add it. | 13 | Figure out where we need utf8 support, and add it. |