diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-08 12:49:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-08 12:49:22 +0000 |
commit | 1385899416a4396385ad421ae1f532be7103738a (patch) | |
tree | fc4d14a910593d1235318bb36abe5e9f72d2039e /TODO | |
parent | 5625415085e68ac5e150f54e685417c866620d76 (diff) | |
download | busybox-w32-1385899416a4396385ad421ae1f532be7103738a.tar.gz busybox-w32-1385899416a4396385ad421ae1f532be7103738a.tar.bz2 busybox-w32-1385899416a4396385ad421ae1f532be7103738a.zip |
attempt to regularize atoi mess.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -296,9 +296,6 @@ Minor stuff: | |||
296 | --- | 296 | --- |
297 | possible code duplication ingroup() and is_a_group_member() | 297 | possible code duplication ingroup() and is_a_group_member() |
298 | --- | 298 | --- |
299 | unify itoa: netstat.c, hush.c, lash.c, msh.c | ||
300 | Put one single, robust version into e.g. safe_strtol.c | ||
301 | --- | ||
302 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c | 299 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c |
303 | --- | 300 | --- |
304 | 301 | ||