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