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