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