summaryrefslogtreecommitdiff
path: root/flower/TODO
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>1997-10-11 13:28:50 +0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>1997-10-11 13:28:50 +0200
commit934d7fd539e587975098a6de6ee39cb25151ac48 (patch)
treeeac60a021a78784a7463759d1ff8a13ec6df6136 /flower/TODO
parent8b1c07112000e93886c96a0dfc1e20da1e0774e4 (diff)
release: 0.1.22
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.