# HG changeset patch # User "Yann E. MORIN" # Date 1184254850 0 # Node ID ac8b9eeefe80ca42f4ae37d378f3d345f03a086a # Parent 988e9b7f70eb010d93ed50e19b958be9c2b0619a Add the TODO file. diff -r 988e9b7f70eb -r ac8b9eeefe80 TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO Thu Jul 12 15:40:50 2007 +0000 @@ -0,0 +1,20 @@ +This is a somewhat ordered list of things to do asap. + +-: not started ++: worked on +!: problem encountered +X: abandonned +O: Finished + +! find a way to teach gcc to install its libraries directly into sysroot + if too complex or unfeasible, move those libs manually + +- add debug tools: + X Electric Fence http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below) + O D.U.M.A. http://duma.sourceforge.net/ + - Memcheck http://hald.dnsalias.net/projects/memcheck/ + - MemCheck Deluxe http://prj.softpixel.com/mcd/ + - Memwatch http://www.linkdata.se/sourcecode.html + + ltrace ??? + O strace http://sourceforge.net/projects/strace/ + - Valgrind http://valgrind.org/