X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FTODO;h=5586845c9920bb6872d9f6f75dcc044257d5ce33;hb=66f29fc6e18a437ab12ce60fcef4827c4586adde;hp=169a0525e6957791433e404bf8d56c494cb2fc3a;hpb=48bdd9154a32245a075494b403639181615864e2;p=lilypond.git diff --git a/flower/TODO b/flower/TODO index 169a0525e6..5586845c99 100644 --- a/flower/TODO +++ b/flower/TODO @@ -1,11 +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 - * version numbering for shared lib. + * 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 * LGPL?