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