summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-12 15:40:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-12 15:40:50 (GMT)
commitd979c033f571d275aed703114dd8a9030912aad2 (patch)
tree3a51064ac648c6d12c87781e5b0be420eadfb6ba /TODO
parent28f92e8b09e92f213698ae3ca6aed6356b0bae8a (diff)
Add the TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..745c135
--- /dev/null
+++ b/TODO
@@ -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/