]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:12:58 +0000 (20:12 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:12:58 +0000 (20:12 +0000)
flower/NEWS-1.1.46 [new file with mode: 0644]
flower/VERSION
lily/include/main.hh
lily/lily-version.cc
lily/version.cc
mi2mu/version.cc

diff --git a/flower/NEWS-1.1.46 b/flower/NEWS-1.1.46
new file mode 100644 (file)
index 0000000..176bced
--- /dev/null
@@ -0,0 +1,203 @@
+As of 1.1.46, FlowerLib does not have its own versioning scheme.
+
+May be some later time we might reinstate it. ..
+
+
+pl 46
+       - simpler double -> Rational conversion
+
+pl 45
+       - virtual method class_size ()
+
+pl 44
+       - Data_file::gulp ()
+
+pl 43
+       - String_convert::split_arr
+       - varray.hh -> array.hh
+
+
+pl 42
+       - interval.*: Slice (Interval of int)
+       trying to get rid of 2.8 ice:
+        - moved functions with loops from varray.hh to varray.cc
+
+pl 41
+       - matrix fixes; more inlining no virtual methods
+
+pl 40
+       - do some Complex number stuff in Offset
+       - included axies, offset from lily
+
+pl 39
+       - fixes to Array
+       - fixes to Interval
+
+
+pl 38
+       - Rational
+       - Real.hh fixes
+pl 37
+       - various String/File_path mucking
+
+pl 36
+       - memmem fix: bugfree and *really* conforming to /usr/include/string.h
+
+pl 35
+       - bf: libc-extension: memmem
+
+pl 34
+       - string.icc
+       - String_convert::precision_str: double to string with fixed precision
+
+pl 33
+       - String naming
+       - unix style paths
+
+pl 32
+       - Assoc::clear
+       - bf: Assoc[PreviouslyUsedAndDeletedKey] = foo
+
+       
+pl 31
+       - removed String::bool () [Sigh], String::operator char const * 
+pl 30
+       - Cpu_timer
+pl 29 
+       - Dictionary_iter, Dictionary
+
+pl 28
+       - String::bool ()
+       - GNU indentation.
+
+pl 27
+       - naming: macros are MACROS
+
+pl 26
+       - Getopt_long : command -- and command - 
+       - Getopt_long: cosmetics
+
+pl 25
+       - unordered_substitute and unordered_del
+       - Full_storage inline functions
+       - more Diagonal_storage fixes
+
+pl 24 
+       - Diagonal_storage for band matrices.
+       - matrix hackings: support for other Matrix_storage
+       - NAME_MEMBERS(); -> DECLARE_MY_RUNTIME_TYPEINFO;
+       - Matrix::band_i()
+
+pl 23:
+       - virtual-methods : static_is_type_b
+       - Choleski checks off if not PARANOID
+
+pl 22:
+       - ACursor and PACursor to give array a List like interface.
+
+pl 21:
+pl 20.mb
+       - bf: Warning about NPRINT only if debugging requested.
+
+pl 20
+       - List::junk_links()
+
+pl 19
+       - Array::reverse()
+
+pl 18
+       - Path::find("/usr/..") fix
+       - Directed_graph_node
+       - some Link_array extensions
+       - Pointer_list::junk()
+
+pl 17
+       - naming: Pointer->Link, IPointer->Pointer
+
+pl 16
+       - Array::get()
+       - P< > doco.
+
+pl 15
+       - #ifndef fixes (MB)
+       - Dstream::clear ()
+
+pl 14
+       - interval methods
+
+pl 13
+       - better test-bed
+       - Heap PQueue implementation
+
+pl 12
+       - No path search for "" and "-"
+
+pl 11
+       - template<> class P
+       - assoc elem() methods
+
+pl 10
+       - Matrix_storage naming
+       - Matrix_storage::try_right_multiply to help speed up
+         matrix multiply routines.
+
+pl 9
+       - _C iso _c_l
+       - flower-debug.
+       
+pl 8
+       
+
+pl 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 6-2
+Bugfix
+       - silly String( int... ) -> String( (char)... ) fix
+         really should junk ambiguous constructor overload
+pl 6-1 
+
+Bugfix
+       - small but nasty include/fversion.hh fixed
+
+pl 6
+       - all of 4-1 and 5
+Bugfix 
+       - null_terminated -> is_binary test
+
+pl 5
+       - memmem interface, conditional compilation
+       - snprintf
+
+pl 4-1
+       - included in new make structure, as a library of lilypond; 
+         for compiling you-ll need ../make and ../bin dirs from 
+         lilypond...
+       
+pl 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 3
+       - String::mid
+       - memmove test code
+
+pl 2 
+       - StringConversio::bin2int_i
+       - dumb prioq
+
+pl 1
+       - separated StringHandle and StringData
+       - String::compare
+
+0:
+               
+
index cf5e1da91bb29ec3edd9010163366c4dbc3c3d53..90f2855e7f9391c14c0dfb2f54d9767ac4757825 100644 (file)
@@ -1,7 +1,9 @@
-MAJOR_VERSION=1
+PACKAGE_NAME=LilyPond
+MAJOR_VERSION=0
 MINOR_VERSION=1
-PATCH_LEVEL=42
+PATCH_LEVEL=83
+MY_PATCH_LEVEL=hwn5
 
-# use to send patches, always empty for released version:
-#
-MY_PATCH_LEVEL=
+# use the above to send patches, always empty for released version:
+# please don't move these comments up; the patch should fail if 
+# the previous version was wrong.
index b96b62df56a8ab2521f4d17d4425210b3b85fa04..da5e0a53ef9822c32e46cc8167937a3ff02e3e24 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
@@ -17,7 +17,6 @@ void add_score (Score* s);
 void set_default_output (String s);
 String find_file (String);
 String get_version_str();
-String get_version_number_str();
 void call_constructors ();
 extern Sources* source_global_l;
 extern bool no_paper_global_b;
@@ -28,9 +27,12 @@ extern bool experimental_features_global_b;
 extern bool dependency_global_b;
 extern bool version_ignore_global_b;
 
+
 extern Array<String> get_inclusion_names ();
 extern void set_inclusion_names (Array<String>);
 
+extern File_path global_path;
+
 extern String default_outname_base_global;
 extern String default_outname_suffix_global;
 extern int default_count_global;
index b6a37c812b785ac2b838e8ffbdfe4233e4b41b55..18696cbd3161d8dce5cdeb6c89a438826e6d56f7 100644 (file)
@@ -3,10 +3,8 @@
 #include "config.hh"
 #include "version.hh"
 
- #define VERSION_SZ  MAJOR_VERSION "." MINOR_VERSION "."  PATCH_LEVEL MY_PATCH_LEVEL
+#define VERSION_SZ  MAJOR_VERSION "." MINOR_VERSION "."  PATCH_LEVEL "." MY_PATCH_LEVEL
 
-//#define VERSION_SZ TOPLEVEL_VERSION
-//#define VERSION_SZ "version"
 static char *s = "GNU LilyPond " VERSION_SZ ;
 
 
@@ -19,5 +17,5 @@ lily_version_number_sz()
 char const * 
 lily_version_sz()
 {
-       return s;
+  return s;
 }
index 205e259b25598c7361d50c893f7e3f8939239599..787f001831c50b839e5a2a93ee389a6be989f833 100644 (file)
@@ -1,21 +1,11 @@
 #include "main.hh"
-
 #include "string.hh"
 
 char const * lily_version_sz();
-char const * lily_version_number_sz();
 
 String 
 get_version_str()
 {
   String s = lily_version_sz();
-  s+="/";
-  s+=flower_version_sz();
-   return s;
-}
-
-String
-get_version_number_str()
-{
-  return lily_version_number_sz();
+  return s;
 }
index 57299cd3581d1a74b7e78207013246b78c0496f1..e9f2ed4e69f1c6ff4115158d3984c99833a0ebd3 100644 (file)
@@ -7,8 +7,7 @@ const char * mi2mu_version_sz();
 String
 mi2mu_version_str()
 {
-  return  String (mi2mu_version_sz())
-       + "/" + flower_version_sz()
-       + " of " +  __DATE__ + " " + __TIME__;
+  return  String (mi2mu_version_sz ())
+       + " " + _("of") + " " +  __DATE__ + " " + __TIME__;
 }