X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FTODO;h=6229ff65fb9bf51eb5e8a40f60f87483280654a9;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=b810fabd7ad6846b17f5f05276e3d63b4315f94e;hpb=7f0a3b682bebc864fbca295deba301238d805274;p=lilypond.git diff --git a/flower/TODO b/flower/TODO index b810fabd7a..6229ff65fb 100644 --- a/flower/TODO +++ b/flower/TODO @@ -1,13 +1,24 @@ - * fix/junk ambiguous String constructor overloads, e.g.: - String( int ) and String( char ) - * version numbering for shared lib. - * LGPL? + * 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 * disable this auto conv: const pointer -> bool -> string - * PointerVec ? + * Pointer_array * PCursor -> Pointer_cursor / PointerCursor ?