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