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