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