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