]> git.donarmstrong.com Git - lilypond.git/blob - flower/NEWS
release: 0.0.39-1
[lilypond.git] / flower / NEWS
1
2 pl 1.1.4
3         - great file-renaming.
4         - String cleanup (binary <-> null terminate), several bugfixes
5         - great renaming of String and String_convert interfaces
6         - more conversions moved (copied actually) to String_convert
7         - String indexing now all base = 0, not found = -1
8         - renamed by to byte
9
10 pl 1.1.3
11         - String::mid
12         - memmove test code
13
14 pl 1.1.2 
15         - StringConversio::bin2int_i
16         - dumb prioq
17
18 pl 1.1.1
19         - separated StringHandle and StringData
20         - String::compare
21
22 1.1.0:
23                 
24
25 ------------------
26 1.0:
27
28 pl 27-3
29         - debug memmove code
30         - StringData bugfix
31         - old String::String( char, int ) bugfix
32
33 pl 27-1,2 (not released)
34         patches by JCN
35         - stringutils.cc included again 
36         - bin2hex_str bugfix
37         - String class handles null bytes
38         - StringUtils inlined/outlined by #define
39         - StringConversion (only hex for now)
40
41 pl 27
42         - (temporarily?) removed findcursor* t*mat*
43
44 pl 26
45         - docxx 3.0
46
47 pl 25
48         - merge sstack and Array
49
50 pl 24
51         - small fix in vector print
52
53 pl 23
54         - win32 patches (JN)
55
56 pl 22
57         - Array::add -> Array::push