]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
release: 0.1.42
[lilypond.git] / flower / TODO
index b71ad836c0a0b6e762f1e526136aa67f6b8479f4..e572af795433ff55f004f69d4651dd4bd138d547 100644 (file)
@@ -1,12 +1,20 @@
-       * write a String_hash template
 
 
+       * Unicode support in strings
+
+       * write a decent Dictionary
+       - 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.