]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/NEWS
release: 0.0.59
[lilypond.git] / flower / NEWS
index a01d6a140bf56399a5f3699e3f59706949c744c9..3910ba6ccd9aaf226d484ec6841883e7ec3419e7 100644 (file)
@@ -1,3 +1,69 @@
+pl 1.1.14
+       - interval methods
+pl 1.1.13
+       - better test-bed
+       - Heap PQueue implementation
+
+pl 1.1.12
+       - No path search for "" and "-"
+
+pl 1.1.11
+       - template<> class P
+       - assoc elem() methods
+
+pl 1.1.10
+       - Matrix_storage naming
+       - Matrix_storage::try_right_multiply to help speed up
+         matrix multiply routines.
+
+pl 1.1.9
+       - _C iso _c_l
+       - flower-debug.
+       
+pl 1.1.8
+       
+
+pl 1.1.7
+       - PQueue blondification.
+       - String_convert::i2hex_str fix, unsigned eqvs introduced
+       - long long depreciated, now named I64
+       - type I32 introduced. should be used iso int where 32 bits are 
+         needed(or, brr, assumed...)
+
+pl 1.1.6-2
+Bugfix
+       - silly String( int... ) -> String( (char)... ) fix
+         really should junk ambiguous constructor overload
+pl 1.1.6-1     
+
+Bugfix
+       - small but nasty include/fversion.hh fixed
+
+pl 1.1.6
+       - all of 1.1.4-1 and 1.1.5
+Bugfix 
+       - null_terminated -> is_binary test
+
+pl 1.1.5
+       - memmem interface, conditional compilation
+       - snprintf
+
+pl 1.1.4-1
+       - included in new make structure, as a library of lilypond; 
+         for compiling you-ll need ../make and ../bin dirs from 
+         lilypond...
+       
+pl 1.1.4
+       - great file-renaming.
+       - String cleanup (binary <-> null terminate), several bugfixes
+       - great renaming of String and String_convert interfaces
+       - more conversions moved (copied actually) to String_convert
+       - String indexing now all base = 0, not found = -1
+       - renamed by to byte
+
+pl 1.1.3
+       - String::mid
+       - memmove test code
 
 pl 1.1.2 
        - StringConversio::bin2int_i