File Annotation
Not logged in
e1dbf3186d 2008-02-04       aku: 
e1dbf3186d 2008-02-04       aku: Known problems and areas to work on
e1dbf3186d 2008-02-04       aku: ===================================
e1dbf3186d 2008-02-04       aku: 
e1dbf3186d 2008-02-04       aku: *	Not yet able to handle the specification of multiple projects
e1dbf3186d 2008-02-04       aku: 	for one CVS repository. I.e. I can, for example, import all of
e1dbf3186d 2008-02-04       aku: 	tcllib, or a single subproject of tcllib, like tklib, but not
e1dbf3186d 2008-02-04       aku: 	multiple sub-projects in one go.
e1dbf3186d 2008-02-04       aku: 
d2b1d3be25 2008-02-06       aku: *	We have to look into the pass 'InitCsets' and hunt for the
d2b1d3be25 2008-02-06       aku: 	cause of the large amount of memory it is gobbling up.
de03c8b1ea 2008-02-12       aku: 
de03c8b1ea 2008-02-12       aku: *	Look at the dependencies on external packages and consider
de03c8b1ea 2008-02-12       aku: 	which of them can be moved into the importer, either as a
de03c8b1ea 2008-02-12       aku: 	simple utility command, or wholesale.
de03c8b1ea 2008-02-12       aku: 
de03c8b1ea 2008-02-12       aku: 	struct::list
de03c8b1ea 2008-02-12       aku: 		assign, map, reverse, filter
de03c8b1ea 2008-02-12       aku: 
de03c8b1ea 2008-02-12       aku: 		Very few and self-contained commands.
de03c8b1ea 2008-02-12       aku: 
de03c8b1ea 2008-02-12       aku: 	struct::set
de03c8b1ea 2008-02-12       aku: 		size, empty, contains, add, include, exclude,
de03c8b1ea 2008-02-12       aku: 		intersect, subsetof
de03c8b1ea 2008-02-12       aku: 
de03c8b1ea 2008-02-12       aku: 		Most of the core commands.
812c91bb8d 2008-02-04       aku: 
de03c8b1ea 2008-02-12       aku: 	fileutil
de03c8b1ea 2008-02-12       aku: 		cat, appendToFile, writeFile,
de03c8b1ea 2008-02-12       aku: 		tempfile, stripPath, test
e1dbf3186d 2008-02-04       aku: 
de03c8b1ea 2008-02-12       aku: 	fileutil::traverse
de03c8b1ea 2008-02-12       aku: 		In toto
e1dbf3186d 2008-02-04       aku: 
de03c8b1ea 2008-02-12       aku: 	struct::graph
de03c8b1ea 2008-02-12       aku: 		In toto
e1dbf3186d 2008-02-04       aku: 
de03c8b1ea 2008-02-12       aku: 	snit
de03c8b1ea 2008-02-12       aku: 		In toto
e1dbf3186d 2008-02-04       aku: 
de03c8b1ea 2008-02-12       aku: 	sqlite3
de03c8b1ea 2008-02-12       aku: 		In tota