summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-05 16:00:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-05 16:00:12 +0000
commitbc291dc7312b2bda82ca8977523e29a5adff5752 (patch)
tree974110e1cd5d47e9f92b92ff653f4aaf84b21d8f /TODO
parent1e34731a6a68e1efdc9180e88f07569973aa093d (diff)
downloadbusybox-w32-bc291dc7312b2bda82ca8977523e29a5adff5752.tar.gz
busybox-w32-bc291dc7312b2bda82ca8977523e29a5adff5752.tar.bz2
busybox-w32-bc291dc7312b2bda82ca8977523e29a5adff5752.zip
- add note about need to unify the 4 itoa() implementations.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 80a37b359..d4ffbc451 100644
--- a/TODO
+++ b/TODO
@@ -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
277Code cleanup: 280Code cleanup: