diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-14 14:32:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-14 14:32:56 +0000 |
commit | c2f0de5eef4feeca5d993ff3553b0e196862282f (patch) | |
tree | 7036da44c42b9f35b5e4676463967852d5691fd4 /TODO | |
parent | 1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020 (diff) | |
download | busybox-w32-c2f0de5eef4feeca5d993ff3553b0e196862282f.tar.gz busybox-w32-c2f0de5eef4feeca5d993ff3553b0e196862282f.tar.bz2 busybox-w32-c2f0de5eef4feeca5d993ff3553b0e196862282f.zip |
- mention strtod code-duplication as TODO for cleanup
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -301,6 +301,9 @@ Minor stuff: | |||
301 | --- | 301 | --- |
302 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c | 302 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c |
303 | --- | 303 | --- |
304 | See grep -r strtod | ||
305 | Alot of duplication that wants cleanup. | ||
306 | --- | ||
304 | 307 | ||
305 | 308 | ||
306 | Code cleanup: | 309 | Code cleanup: |