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
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
* 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