X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FTODO;h=6229ff65fb9bf51eb5e8a40f60f87483280654a9;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=b71ad836c0a0b6e762f1e526136aa67f6b8479f4;hpb=5e98b3e282d175f1908dc3017412431f443642c1;p=lilypond.git diff --git a/flower/TODO b/flower/TODO index b71ad836c0..6229ff65fb 100644 --- a/flower/TODO +++ b/flower/TODO @@ -1,16 +1,20 @@ - * write a String_hash template - * Array::slice() upper too + * Unicode support in strings - * write a Pointer_hash template + * write a decent Dictionary + - write a Pointer_hash template - * fix/junk ambiguous String constructor overloads, e.g.: - String( int ) and String( char ) + * Array::slice() upper too - * version numbering for shared lib. + * fix ambiguous String constructor overloads, e.g.: + String( int ) and String( char ), use + + class String { + explicit String(int); + } - * LGPL? + * Automake, libtool * disable this auto conv: const pointer -> bool -> string