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