]> git.donarmstrong.com Git - lilypond.git/blob - flower/NEWS
351d36c051023ee076c0e2a425f8bd36facd8808
[lilypond.git] / flower / NEWS
1
2 pl 39
3         - fixes to Array
4         - fixes to Interval
5
6
7 pl 38
8         - Rational
9         - Real.hh fixes
10 pl 37
11         - various String/File_path mucking
12
13 pl 36
14         - memmem fix: bugfree and *really* conforming to /usr/include/string.h
15
16 pl 35
17         - bf: libc-extension: memmem
18
19 pl 34
20         - string.icc
21         - String_convert::precision_str: double to string with fixed precision
22
23 pl 33
24         - String naming
25         - unix style paths
26
27 pl 32
28         - Assoc::clear
29         - bf: Assoc[PreviouslyUsedAndDeletedKey] = foo
30
31         
32 pl 31
33         - removed String::bool () [Sigh], String::operator char const * 
34 pl 30
35         - Cpu_timer
36 pl 29 
37         - Dictionary_iter, Dictionary
38
39 pl 28
40         - String::bool ()
41         - GNU indentation.
42
43 pl 27
44         - naming: macros are MACROS
45
46 pl 26
47         - Getopt_long : command -- and command - 
48         - Getopt_long: cosmetics
49
50 pl 25
51         - unordered_substitute and unordered_del
52         - Full_storage inline functions
53         - more Diagonal_storage fixes
54
55 pl 24 
56         - Diagonal_storage for band matrices.
57         - matrix hackings: support for other Matrix_storage
58         - NAME_MEMBERS(); -> DECLARE_MY_RUNTIME_TYPEINFO;
59         - Matrix::band_i()
60
61 pl 23:
62         - virtual-methods : static_is_type_b
63         - Choleski checks off if not PARANOID
64
65 pl 22:
66         - ACursor and PACursor to give array a List like interface.
67
68 pl 21:
69 pl 20.mb
70         - bf: Warning about NPRINT only if debugging requested.
71
72 pl 20
73         - List::junk_links()
74
75 pl 19
76         - Array::reverse()
77
78 pl 18
79         - Path::find("/usr/..") fix
80         - Directed_graph_node
81         - some Link_array extensions
82         - Pointer_list::junk()
83
84 pl 17
85         - naming: Pointer->Link, IPointer->Pointer
86
87 pl 16
88         - Array::get()
89         - P< > doco.
90
91 pl 15
92         - #ifndef fixes (MB)
93         - Dstream::clear ()
94
95 pl 14
96         - interval methods
97
98 pl 13
99         - better test-bed
100         - Heap PQueue implementation
101
102 pl 12
103         - No path search for "" and "-"
104
105 pl 11
106         - template<> class P
107         - assoc elem() methods
108
109 pl 10
110         - Matrix_storage naming
111         - Matrix_storage::try_right_multiply to help speed up
112           matrix multiply routines.
113
114 pl 9
115         - _C iso _c_l
116         - flower-debug.
117         
118 pl 8
119         
120
121 pl 7
122         - PQueue blondification.
123         - String_convert::i2hex_str fix, unsigned eqvs introduced
124         - long long depreciated, now named I64
125         - type I32 introduced. should be used iso int where 32 bits are 
126           needed(or, brr, assumed...)
127
128 pl 6-2
129 Bugfix
130         - silly String( int... ) -> String( (char)... ) fix
131           really should junk ambiguous constructor overload
132 pl 6-1  
133
134 Bugfix
135         - small but nasty include/fversion.hh fixed
136
137 pl 6
138         - all of 4-1 and 5
139 Bugfix  
140         - null_terminated -> is_binary test
141
142 pl 5
143         - memmem interface, conditional compilation
144         - snprintf
145
146 pl 4-1
147         - included in new make structure, as a library of lilypond; 
148           for compiling you-ll need ../make and ../bin dirs from 
149           lilypond...
150         
151 pl 4
152         - great file-renaming.
153         - String cleanup (binary <-> null terminate), several bugfixes
154         - great renaming of String and String_convert interfaces
155         - more conversions moved (copied actually) to String_convert
156         - String indexing now all base = 0, not found = -1
157         - renamed by to byte
158
159 pl 3
160         - String::mid
161         - memmove test code
162
163 pl 2 
164         - StringConversio::bin2int_i
165         - dumb prioq
166
167 pl 1
168         - separated StringHandle and StringData
169         - String::compare
170
171 0:
172                 
173