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