From: Bernhard Reutner-Fischer Date: Mon, 5 Jun 2006 16:00:12 +0000 (-0000) Subject: - add note about need to unify the 4 itoa() implementations. X-Git-Tag: 1_2_0~214 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc291dc7312b2bda82ca8977523e29a5adff5752;p=oweals%2Fbusybox.git - add note about need to unify the 4 itoa() implementations. --- diff --git a/TODO b/TODO index 80a37b359..d4ffbc451 100644 --- a/TODO +++ b/TODO @@ -272,6 +272,9 @@ Minor stuff: --- possible code duplication ingroup() and is_a_group_member() --- + unify itoa: netstat.c, hush.c, lash.c, msh.c + Put one single, robust version into e.g. safe_strtol.c +--- Code cleanup: