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