summaryrefslogtreecommitdiff
path: root/flower/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'flower/TODO')
-rw-r--r--flower/TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/flower/TODO b/flower/TODO
index b71ad836c0..714f3ded6e 100644
--- a/flower/TODO
+++ b/flower/TODO
@@ -1,12 +1,18 @@
- * write a String_hash template
+ * write a decent Dictionary
+ - write a String_hash template
+ - write a Pointer_hash template
* Array::slice() upper too
- * write a Pointer_hash template
+ * fix ambiguous String constructor overloads, e.g.:
+ String( int ) and String( char ), use
+
+ class String {
+ explicit String(int);
+ }
- * fix/junk ambiguous String constructor overloads, e.g.:
- String( int ) and String( char )
+ * Automake, libtool
* version numbering for shared lib.