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