aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-20 02:36:56 +0100
committerPetr Machata <pmachata@redhat.com>2012-11-20 02:36:56 +0100
commit7467b946f325b76dbf29d764872762a02729f7ff (patch)
treeb4eb6190e0eaf19548d42b4bb9e30984fdb206c0
parentaa933f20686965045d673e80ce204198995dc615 (diff)
downloadltrace-7467b946f325b76dbf29d764872762a02729f7ff.tar.gz
Update NEWS, TODO
-rw-r--r--NEWS4
-rw-r--r--TODO7
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 387af5b..d83e5fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-*-org-*-
* Version 0.7.1
** Bugfixes
-*** A header file for compilation on PowerPC is now shipped
*** ltrace.conf.5 is now installed to man5 as it should be
-*** Work around MIPS duplicate symbol request bug
+*** [PowerPC] A header file necessary for building is now shipped
+*** [MIPS] Work around duplicate symbol request bug
This fixes the ltrace abort:
| ./ltrace: proc.c: 755: breakpoint_for_symbol: Assertion `bp->libsym == ((void *)0)' failed.
diff --git a/TODO b/TODO
index 7a827fa..9ce6041 100644
--- a/TODO
+++ b/TODO
@@ -131,5 +131,12 @@
| typedef ulong = uint8_t |
+** Formatting floats, doubles in hex etc.
+ hex(float) should show the floating point number in hex mode.
+ bitvec(float) should show it in binary mode. (Or perhaps it's
+ desirable to have a separate "bin" lens for this.) Not sure if
+ there's anything like octal way of showing floats, but oct should
+ be made consistent with hex.
+
* BUGS
** After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())