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