update cmd todo text

svn path=/trunk/; revision=18610
This commit is contained in:
Magnus Olsen 2005-10-19 21:46:17 +00:00
parent ed11dc0a27
commit 778c4d292a

View file

@ -12,9 +12,6 @@ It works, but it needs to be cleaned up, the code is long and overly complex for
*If rewrite *If rewrite
It works decent but looks _awful_. Very hard to maintain and/or understand what the hell is going on. It works decent but looks _awful_. Very hard to maintain and/or understand what the hell is going on.
*Decrease Size
MS cmd is 380 kb, and ROS DBG=0 cmd is 404kb! We need to cut down. I think the best way to do this is push a lot of repeated code into misc.c. This is mostly my fault for copying code to all different commands. And i will try to fix this when i get time.
*Remove Hardcoded buffers *Remove Hardcoded buffers
This is mostly done thanks to Greatlord(cmd.c is the hardest spot that is left). ANytime when you are handling a string that is taken from the commandline there should be no limit to the size. This is mostly done thanks to Greatlord(cmd.c is the hardest spot that is left). ANytime when you are handling a string that is taken from the commandline there should be no limit to the size.