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