]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
release: 0.1.42
[lilypond.git] / flower / TODO
index 169a0525e6957791433e404bf8d56c494cb2fc3a..e572af795433ff55f004f69d4651dd4bd138d547 100644 (file)
@@ -1,9 +1,20 @@
-       * write a String_hash template
 
-       * write a Pointer_hash template
 
-       * fix/junk ambiguous String constructor overloads, e.g.:
-         String( int ) and String( char )
+       * Unicode support in strings
+
+       * write a decent Dictionary
+       - write a Pointer_hash template
+
+       * Array::slice() upper too
+
+       * fix ambiguous String constructor overloads, e.g.:
+         String( int ) and String( char ), use 
+       
+       class String { 
+               explicit String(int);
+       }
+
+       * Automake, libtool
 
        * version numbering for shared lib.