aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2010-09-06shell: remove lash and bbshDenys Vlasenko
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2010-06-19tweak TODO fileDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-03-25remove ar write support from TODOBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-11-01Add more compat code for non GNU environmentsDan Fandrich
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-17we could need ssd -d (fancy)Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-09-11top: add -m ("memory") optionDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-07TODO: add unicode listDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-08-21msh: aliased to hushDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-03test commitBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-07-03test commitBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-07-03test commitBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-05-13TODO: add someDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-05-08test commitBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-05-08Revert "test commit"Bernhard Reutner-Fischer
This reverts commit 8606aba04b9f6b82820e739f9781dfc85ae4853a. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-05-08test commitBernhard Reutner-Fischer
2009-03-05- test commitBernhard Reutner-Fischer
2009-02-18- update TODOsBernhard Reutner-Fischer
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
ash: small code shrink text data bss dec hex filename 793669 504 7524 801697 c3ba1 busybox_old 793659 504 7492 801655 c3b77 busybox_unstripped
2008-12-22- we already have an impl for manBernhard Reutner-Fischer
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-06-17- remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer
Small touch up while at it
2008-05-16- mention duplication of in_ether()Bernhard Reutner-Fischer
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko
2008-01-14- mention strtod code-duplication as TODO for cleanupBernhard Reutner-Fischer
2007-11-23kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko
2007-04-18"Unify base64 handling" is done, remove TODODenis Vlasenko
2007-04-04- remove debugging output. sorry..Bernhard Reutner-Fischer
2007-04-04- note cosmetic glitch in tailBernhard Reutner-Fischer
2007-03-09- updateBernhard Reutner-Fischer
2007-02-08make sure ps/top output what they claim: vsz, not rss ... down the line we ↵Mike Frysinger
should make the output controllable either at runtime or buildtime as both statistics are quite useful
2007-01-24- TODO: merge 'struct suffix_mult $several_suffixes[] into a struct suffix_multBernhard Reutner-Fischer
for several in head tail od_bloaty hexdump svlogd
2007-01-17- stty's visible() function and catv's guts are identical. Merge them intoBernhard Reutner-Fischer
an appropriate libbb function.
2006-11-22- update TODOsBernhard Reutner-Fischer
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-09-30no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce)Denis Vlasenko
2006-09-21- update and expand TODO a little bitBernhard Reutner-Fischer
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-28- it's a mistake to remove lib-specific prefixes from libraries; still the ↵Bernhard Reutner-Fischer
removal should be complete.
2006-07-27eat gremlinsMike Frysinger
2006-07-02- note that get_hz potentially needs cleanup.Bernhard Reutner-Fischer
2006-06-30- Give Rob Landley things TODO like depmodNed Ludd
2006-06-30More random todo items...Rob Landley
2006-06-22Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.makRob Landley
2006-06-05- add note about need to unify the 4 itoa() implementations.Bernhard Reutner-Fischer
2006-06-04- add note about ingroup and is_a_group_memberBernhard Reutner-Fischer
2006-06-04- add note about removing superfluous fmt specifiersBernhard Reutner-Fischer
2006-06-04- note to cleanup fprintf(2,...) -> bb_error_msg(...) andBernhard Reutner-Fischer
perror("bar") -> bb_perror_msg("bar");
2006-05-30Note about BB_NOMMU.Rob Landley
2006-05-29- move common code into new open_new_terminal() function;Bernhard Reutner-Fischer
text data bss dec hex filename 864434 10244 645892 1520570 1733ba busybox_old 864386 10244 645892 1520522 17338a busybox_unstripped add/remove: 1/0 grow/shrink: 0/2 up/down: 92/-143 (-51) function old new delta open_new_terminal - 92 +92 exec_signal 345 276 -69 run 1527 1453 -74 Again, 48 != 51 so let's trust the former..