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