]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.8
authorfred <fred>
Wed, 27 Nov 1996 01:35:20 +0000 (01:35 +0000)
committerfred <fred>
Wed, 27 Nov 1996 01:35:20 +0000 (01:35 +0000)
flower/Sources.make
flower/TODO

index 8016e6732358669f9692b5624a265c724e50b9d6..7f2f6441a1d4ec0647dc3260ff1c4af3c32340e7 100644 (file)
@@ -1,7 +1,7 @@
 
 cc=lgetopt.cc   string.cc dataf.cc textdb.cc unionfind.cc  \
        smat.cc matrix.cc choleski.cc vector.cc dstream.cc\
-       matdebug.cc 
+       matdebug.cc interval.cc
 
 templatecc=cursor.cc list.cc tsmat.cc plist.cc
 inl=findcurs.inl link.inl list.inl  cursor.inl plist.inl
@@ -9,5 +9,6 @@ hh=cursor.hh pcursor.hh lgetopt.hh link.hh list.hh dstream.hh \
        string.hh stringutil.hh vray.hh textdb.hh textstr.hh  assoc.hh\
        findcurs.hh unionfind.hh compare.hh handle.hh matrix.hh\
        smat.hh vsmat.hh  vector.hh  real.hh choleski.hh\
-       tsmat.hh tvsmat.hh plist.hh associter.hh\
+       tsmat.hh tvsmat.hh plist.hh associter.hh fproto.hh\
+       interval.hh
 
index 4d0774ff7c56a71253124feb6937d41553d5d3a9..ef0ab6bac60f5bdcc55236921504bf6dd0ab8a3a 100644 (file)
@@ -4,6 +4,8 @@
 
        * efficient copy cons for List
 
+       * extend Interval
+
        * change String::pos
 
                s[s.pos('%')] == '%'
 
        * use template handle in handle.hh for strings.
 
-       * Restricted cursor/list: make sublist from a list, and use rcursor as if list is as big as the sublist.
+       * Restricted cursor/list: make sublist from a list, and use rcursor
+as if list is as big as the sublist.
 
-       * move towards gnu?
+       * move towards gnu or STL?
 
                parsestream.h
                vector.h