]> git.donarmstrong.com Git - lilypond.git/blob - flower/NEWS
release: 0.0.63
[lilypond.git] / flower / NEWS
1 version 1.1:
2
3 pl 16
4         - Array::get()
5         - P< > doco.
6
7 pl 15
8         - #ifndef fixes (MB)
9         - Dstream::clear ()
10
11 pl 14
12         - interval methods
13 pl 13
14         - better test-bed
15         - Heap PQueue implementation
16
17 pl 12
18         - No path search for "" and "-"
19
20 pl 11
21         - template<> class P
22         - assoc elem() methods
23
24 pl 10
25         - Matrix_storage naming
26         - Matrix_storage::try_right_multiply to help speed up
27           matrix multiply routines.
28
29 pl 9
30         - _C iso _c_l
31         - flower-debug.
32         
33 pl 8
34         
35
36 pl 7
37         - PQueue blondification.
38         - String_convert::i2hex_str fix, unsigned eqvs introduced
39         - long long depreciated, now named I64
40         - type I32 introduced. should be used iso int where 32 bits are 
41           needed(or, brr, assumed...)
42
43 pl 6-2
44 Bugfix
45         - silly String( int... ) -> String( (char)... ) fix
46           really should junk ambiguous constructor overload
47 pl 6-1  
48
49 Bugfix
50         - small but nasty include/fversion.hh fixed
51
52 pl 6
53         - all of 4-1 and 5
54 Bugfix  
55         - null_terminated -> is_binary test
56
57 pl 5
58         - memmem interface, conditional compilation
59         - snprintf
60
61 pl 4-1
62         - included in new make structure, as a library of lilypond; 
63           for compiling you-ll need ../make and ../bin dirs from 
64           lilypond...
65         
66 pl 4
67         - great file-renaming.
68         - String cleanup (binary <-> null terminate), several bugfixes
69         - great renaming of String and String_convert interfaces
70         - more conversions moved (copied actually) to String_convert
71         - String indexing now all base = 0, not found = -1
72         - renamed by to byte
73
74 pl 3
75         - String::mid
76         - memmove test code
77
78 pl 2 
79         - StringConversio::bin2int_i
80         - dumb prioq
81
82 pl 1
83         - separated StringHandle and StringData
84         - String::compare
85
86 0:
87                 
88
89 ------------------
90 1.0:
91
92 pl 27-3
93         - debug memmove code
94         - StringData bugfix
95         - old String::String( char, int ) bugfix
96
97 pl 27-1,2 (not released)
98         patches by JCN
99         - stringutils.cc included again 
100         - bin2hex_str bugfix
101         - String class handles null bytes
102         - StringUtils inlined/outlined by #define
103         - StringConversion (only hex for now)
104
105 pl 27
106         - (temporarily?) removed findcursor* t*mat*
107
108 pl 26
109         - docxx 3.0
110
111 pl 25
112         - merge sstack and Array
113
114 pl 24
115         - small fix in vector print
116
117 pl 23
118         - win32 patches (JN)
119
120 pl 22
121         - Array::add -> Array::push