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