]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
release: 0.1.22
[lilypond.git] / flower / TODO
index b71ad836c0a0b6e762f1e526136aa67f6b8479f4..714f3ded6e03ad3da22593942ea0b394b5c86226 100644 (file)
@@ -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.