]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
Web-ja: update introduction
[lilypond.git] / flower / TODO
index 4d0774ff7c56a71253124feb6937d41553d5d3a9..6229ff65fb9bf51eb5e8a40f60f87483280654a9 100644 (file)
@@ -1,21 +1,36 @@
-       * PCursor -> Pointer_cursor / PointerCursor ?
 
-       * remove List::List(element)
 
-       * efficient copy cons for List
+       * 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);
+       }
 
-       * change String::pos
+       * Automake, libtool
 
-               s[s.pos('%')] == '%'
+       * disable this auto conv: const pointer -> bool -> string
 
-       would be nice
+       * Pointer_array
+
+       * PCursor -> Pointer_cursor / PointerCursor ?
+
+       * efficient copy cons for List
 
-       * use template handle in handle.hh for strings.
+       * extend Interval
 
-       * Restricted cursor/list: make sublist from a list, and use rcursor as if list is as big as the sublist.
+       * use template handle in handle.hh for strings?
 
-       * move towards gnu?
+       * move towards gnu or STL?
 
                parsestream.h
                vector.h
 
+       * lgetopt: cmd -, or cmd --