aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO b/TODO
index 9ce6041..acee057 100644
--- a/TODO
+++ b/TODO
@@ -131,12 +131,8 @@
| 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.
+** Some more functions in vect might be made to take const*
+ Or even marked __attribute__((pure)).
* BUGS
** After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())