TODO
changeset 240 ac8b9eeefe80
child 245 134ac2c35c49
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/TODO	Thu Jul 12 15:40:50 2007 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +This is a somewhat ordered list of things to do asap.
     1.5 +
     1.6 +-: not started
     1.7 ++: worked on
     1.8 +!: problem encountered
     1.9 +X: abandonned
    1.10 +O: Finished
    1.11 +
    1.12 +! find a way to teach gcc to install its libraries directly into sysroot
    1.13 +  if too complex or unfeasible, move those libs manually
    1.14 +
    1.15 +- add debug tools:
    1.16 +  X Electric Fence    http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below)
    1.17 +  O D.U.M.A.          http://duma.sourceforge.net/
    1.18 +  - Memcheck          http://hald.dnsalias.net/projects/memcheck/
    1.19 +  - MemCheck Deluxe   http://prj.softpixel.com/mcd/
    1.20 +  - Memwatch          http://www.linkdata.se/sourcecode.html
    1.21 +  + ltrace            ???
    1.22 +  O strace            http://sourceforge.net/projects/strace/
    1.23 +  - Valgrind          http://valgrind.org/