From: fred Date: Wed, 27 Nov 1996 01:35:20 +0000 (+0000) Subject: flower-1.0.8 X-Git-Tag: release/1.5.59~6749 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6639344d32d682948d09503c4de416e04d881bc2;p=lilypond.git flower-1.0.8 --- diff --git a/flower/Sources.make b/flower/Sources.make index 8016e67323..7f2f6441a1 100644 --- a/flower/Sources.make +++ b/flower/Sources.make @@ -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 diff --git a/flower/TODO b/flower/TODO index 4d0774ff7c..ef0ab6bac6 100644 --- a/flower/TODO +++ b/flower/TODO @@ -4,6 +4,8 @@ * efficient copy cons for List + * extend Interval + * change String::pos s[s.pos('%')] == '%' @@ -12,9 +14,10 @@ * 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