]> git.donarmstrong.com Git - lilypond.git/blob - flower/TODO
Web-ja: update introduction
[lilypond.git] / flower / TODO
1
2
3         * Unicode support in strings
4
5         * write a decent Dictionary
6         - write a Pointer_hash template
7
8         * Array::slice() upper too
9
10         * fix ambiguous String constructor overloads, e.g.:
11           String( int ) and String( char ), use 
12         
13         class String { 
14                 explicit String(int);
15         }
16
17         * Automake, libtool
18
19         * disable this auto conv: const pointer -> bool -> string
20
21         * Pointer_array
22
23         * PCursor -> Pointer_cursor / PointerCursor ?
24
25         * efficient copy cons for List
26
27         * extend Interval
28
29         * use template handle in handle.hh for strings?
30
31         * move towards gnu or STL?
32
33                 parsestream.h
34                 vector.h
35
36         * lgetopt: cmd -, or cmd --