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