aboutsummaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More random todo items...Rob Landley2006-06-301-0/+11
|
* Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.makRob Landley2006-06-221-1/+1
|
* - add note about need to unify the 4 itoa() implementations.Bernhard Reutner-Fischer2006-06-051-0/+3
|
* - add note about ingroup and is_a_group_memberBernhard Reutner-Fischer2006-06-041-0/+2
|
* - add note about removing superfluous fmt specifiersBernhard Reutner-Fischer2006-06-041-2/+7
|
* - note to cleanup fprintf(2,...) -> bb_error_msg(...) andBernhard Reutner-Fischer2006-06-041-0/+6
| | | | perror("bar") -> bb_perror_msg("bar");
* Note about BB_NOMMU.Rob Landley2006-05-301-0/+2
|
* - move common code into new open_new_terminal() function;Bernhard Reutner-Fischer2006-05-291-1/+1
| | | | | | | | | | | | | 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..
* A few new todo items from email with Bernhard.Rob Landley2006-05-291-0/+9
|
* First quick stab at organizing TODO under whose TODO item it is.Rob Landley2006-05-191-99/+100
|
* - add note about crondBernhard Reutner-Fischer2006-04-261-0/+3
|
* - note to think about eventually ditching vdprintf()Bernhard Reutner-Fischer2006-04-121-0/+2
|
* - poke botBernhard Reutner-Fischer2006-04-101-3/+0
|
* - add two commentsBernhard Reutner-Fischer2006-03-131-0/+3
|
* Another item.Rob Landley2006-02-101-1/+9
|
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-0/+3
|
* - Mention code-cleanup possibilities in TODO.Bernhard Reutner-Fischer2006-01-131-0/+11
|
* Why we didn't take a watchdog.c suggestion this time 'round, in case anybodyRob Landley2006-01-091-7/+38
| | | | comes up with a fix...
* Size I zapped the bb_close() error, might as well make a TODO item.Rob Landley2005-11-041-1/+13
|
* We've got fuser, fix some typos, and move Vodz's comment about UTF8 intoRob Landley2005-10-311-7/+25
| | | | a new "internationalization" section, with some related concerns.
* update"Vladimir N. Oleynik"2005-10-281-0/+2
|
* Reference for new patch feature we'll need to be compatible with...Rob Landley2005-10-271-1/+4
|
* Update the TODO list to reflect stuff we've already done.Rob Landley2005-10-251-31/+18
|
* Update TODO with mention of the CONFIG->ENABLE migration and ruminationsRob Landley2005-09-161-1/+66
| | | | about FEATURE_CLEAN_UP.
* removed 'less' section from TODO"Vladimir N. Oleynik"2005-09-161-4/+0
|
* Patch -i support from Berhnard Fischer.Rob Landley2005-09-011-2/+2
|
* Remove something we did, not that I'm doing something, and add something weRob Landley2005-08-231-3/+5
| | | | haven't done. Woo.
* Note that memory allocaiton needs to be cleaned up too.Rob Landley2005-06-111-0/+12
|
* remove whitespaceEric Andersen2005-02-131-1/+1
|
* Much bigger to-do list.Rob Landley2005-01-241-2/+98
|
* Re-add the TODO list, mention trGlenn L McGrath2004-05-011-0/+11
|
* Update docsEric Andersen2004-03-271-49/+0
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Update TODO listEric Andersen2003-07-221-6/+3
|
* vodz writes:Eric Andersen2002-10-221-12/+0
| | | | | Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :)
* Update TODO. vodz has implemented ^L. Reverse policy on tinylogin.Eric Andersen2001-12-211-4/+4
| | | | -Erik
* * Add ^L clear to shellEric Andersen2001-12-161-0/+1
|
* Trying to commit Changelog and TODO. cvs is being weird :/Aaron Lehmann2001-12-061-0/+5
|
* Note tinylogin TODO itemsEric Andersen2001-11-191-0/+2
|
* start-stop-deamon is doneEric Andersen2001-10-311-1/+0
|
* Some minor updates. Bump version number in preparation for release.Eric Andersen2001-07-071-7/+1
| | | | -Erik
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
|
* A todo update from larry to acknowledge the existance of hushEric Andersen2001-05-031-11/+12
|
* - usage.hJohn Beppu2001-04-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley
* Doc update for the 0.51 release.0_51Eric Andersen2001-04-101-8/+9
| | | | -Erik
* Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen2001-02-141-2/+6
| | | | -Erik
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-24/+10
| | | | | a release. Update the website with release details. -Erik
* Update comments re netkit-tiny...Eric Andersen2001-01-241-6/+5
| | | | -Erik
* A few more updatesEric Andersen2000-12-131-12/+23
|
* Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen2000-09-251-351/+3
| | | | | sensible and noticable "Config.h". -Erik