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