aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1998-04-25 14:31:58 +0200
committerJuan Cespedes <cespedes@debian.org>1998-04-25 14:31:58 +0200
commitac3db297f7c6f08b02a7edfb32e441875fd7c1d7 (patch)
tree8e0f7fce638eab7af22db3ec4c74f4e9679bcb78 /TODO
parent28f60197b93b45422a73e5d1a6aa581584d6c4a5 (diff)
downloadltrace-ac3db297f7c6f08b02a7edfb32e441875fd7c1d7.tar.gz
Version: 0.3.0
* Preliminary autoconf support * Switched to getopt() * New option: -C (demangle C++ names) * New options: --help, --version * Display "format" (printf-like) argument types * Updated manual page * New option: -e
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3d044d4..26500fe 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,14 @@
* Option -e
-* C++ name demangling
+* Improve C++ name demangling
* Improve documentation
* Display different argument types:
- + format
+ how to display execl...?
+ + format+: for scanf()...: display args as pointers, and imply `+' for args
* Update /etc/ltrace.conf
* SPARC:
+ almost all...
* netscape:
+ Why does it show so many `breakpointed at:' messages?
-* Option -T
+ \- Is this still true?
+* Option -T (print time spent in each libcall)
+* Option -V (version)