head	1.1;
access;
symbols
	tcllib-1-13:1.1
	tcllib-1-12:1.1
	tklib-0-5:1.1
	tcllib-1-11-1:1.1
	tcllib-1-11:1.1
	tcllib-1-10:1.1
	tcllib-1-9:1.1
	tcllib-1-8:1.1
	tcllib-1-7:1.1
	tcllib-1-6-1:1.1
	tcllib-1-6-branch:1.1.0.6
	tcllib-1-6:1.1
	tcllib-1-4-0:1.1
	tcllib-1-3-0:1.1
	tcllib-1-2-0:1.1.0.4
	RELEASES:1.1.0.2
	tcllib-1-1-0:1.1
	tcllib-1-0-0:1.1;
locks; strict;
comment	@# @;


1.1
date	2001.05.01.19.01.23;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.1
log
@2001-05-01  Andreas Kupries <andreas_kupries@@users.sourceforge.net>

	* Makefile.in (MODULES):  Added module 'report'.

	* all.tcl: Added code to propagate "::tcltest::testDirectory" into
	  the slave actually doing the tests. This tripped some of the
	  tests for the new CSV module as they use some external files and
	  were thus unable to find them correctly without this setting.

	* Makefile.in (MODULES): Added module 'csv'.

	* Added directory 'examples' for future sample applications of
	  tcllib and some example applications too.

	* Added "matrix" data structure to module "struct".
@
text
@
./csvcut '1-' Benchmark.833.csv  > tmp.csv ; ./csvjoin -outer 1 Benchmark.84a3.csv 0 tmp.csv tmp1.csv
./csvcut '1-' Benchmark.823.csv  > tmp.csv ; ./csvjoin -outer 1 tmp1.csv           0 tmp.csv tmp2.csv
./csvcut '1-' Benchmark.811.csv  > tmp.csv ; ./csvjoin -outer 1 tmp2.csv           0 tmp.csv tmp1.csv
./csvcut '1-' Benchmark.805.csv  > tmp.csv ; ./csvjoin -outer 1 tmp1.csv           0 tmp.csv tmp2.csv
./csvcut '1-' Benchmark.76p2.csv > tmp.csv ; ./csvjoin -outer 1 tmp2.csv           0 tmp.csv tmp1.csv
./csvcut '1-' Benchmark.75p2.csv > tmp.csv ; ./csvjoin -outer 1 tmp1.csv           0 tmp.csv Bench.csv

rm -f tmp.csv tmp1.csv tmp2.csv

./csv2html -title 'Core Benchmark Results' Bench.csv > Bench.html
@
