diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-05 16:00:12 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-05 16:00:12 +0000 |
commit | 9ee440d421075016cc197733ffc43fea16d2e12f (patch) | |
tree | 974110e1cd5d47e9f92b92ff653f4aaf84b21d8f | |
parent | 4bfad2c6d1fcb96fceb7c04f204ef8b429c62531 (diff) | |
download | busybox-w32-9ee440d421075016cc197733ffc43fea16d2e12f.tar.gz busybox-w32-9ee440d421075016cc197733ffc43fea16d2e12f.tar.bz2 busybox-w32-9ee440d421075016cc197733ffc43fea16d2e12f.zip |
- add note about need to unify the 4 itoa() implementations.
git-svn-id: svn://busybox.net/trunk/busybox@15285 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -272,6 +272,9 @@ Minor stuff: | |||
272 | --- | 272 | --- |
273 | possible code duplication ingroup() and is_a_group_member() | 273 | possible code duplication ingroup() and is_a_group_member() |
274 | --- | 274 | --- |
275 | unify itoa: netstat.c, hush.c, lash.c, msh.c | ||
276 | Put one single, robust version into e.g. safe_strtol.c | ||
277 | --- | ||
275 | 278 | ||
276 | 279 | ||
277 | Code cleanup: | 280 | Code cleanup: |