diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-08 12:49:22 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-08 12:49:22 +0000 |
commit | 87d25a2b8535dc627a02eb539fa3946be2a24647 (patch) | |
tree | fc4d14a910593d1235318bb36abe5e9f72d2039e /TODO | |
parent | 81177b14907e73f11560f69e0b4ec34371f1a7d5 (diff) | |
download | busybox-w32-87d25a2b8535dc627a02eb539fa3946be2a24647.tar.gz busybox-w32-87d25a2b8535dc627a02eb539fa3946be2a24647.tar.bz2 busybox-w32-87d25a2b8535dc627a02eb539fa3946be2a24647.zip |
attempt to regularize atoi mess.
git-svn-id: svn://busybox.net/trunk/busybox@16342 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | ||