Tue Jan 23 08:51:34 1996    (maillet@geronimo)

	* lib/tape/calcul_coef_lin.c

	we now compute a 95% confidence interval for the coefficients
	of the linear global time model, assuming residuals to be
	normal (uses the Student distribution) 

Fri Dec 15 17:48:01 1995    (maillet@geronimo)

	* lib/tapereader/tape_reader.c (tape_read_event): 

	the first event field now is elementary intrusion delay
	new field in event header: alpha (intr. in usecs)

	* lib/tapereader/tr_demo.c (argv): 

	now prints statistics about elementary event intrusion

Tue Nov 21 09:10:41 1995  Eric &   <maillet@ponant>

	* lib/tapereader/tape_reader.c: 

	Per-file group management. Avoids conflict between
	group information in case several trace files are
	are read simultaneously.

Tue Oct 10 12:34:32 1995  Eric &   <maillet@aquilon>

	* lib/tape/sauvegarde.c (tape_end): 

	Added "caller" argument. In case caller is SIGHANDLER,
	the tape_end routine is called by the signal handler.

Mon Oct  9 18:44:59 1995  Eric &   <maillet@aquilon>

	* tapetasks/tapecontrol/tape_control.c: 

	SIGTERM is ignored. Control task has to stay alive
	(in case of reset) to receive and save traces from 
	the application's tasks.

	* lib/tape/tape_start.c: 

	Added signal handler. When interrupted, application tasks 
	(not the tape controller) send their traces to the
	control task before dying. 

Tue Oct  3 14:31:54 1995  Eric &   <maillet@aquilon>

	* tapetasks/Imakefile (SUBDIRS): 

	Removed clocksynchro directory.

	* lib/tape/horloge_reference.c

	The pingpong code to sample clocks is replaced by use of
	the pvm_hostsync function.

	* tapetasks/tapecontrol/tape_control.c (main): 

	Suppressed spawns of "clocksynchro" tasks. These are no longer
	needed because Tape now uses pvm_hostsync.

	Dynamic adding of hosts is supporrted but host failures
	are not handeled properly yet.

Mon Oct  2 19:04:01 1995    (maillet@geronimo)

	* lib/tape/calcul_coef_lin.c

	Bug fix in sigma2 computation

Tue Sep 19 18:06:17 1995  Eric Maillet   <maillet@aquilon>

	* lib/tape/tape_start.c:

	Added 'H' option in config file. This allows to specify on
	which host the Tape control task is to be spawned. Updated
	doc.

	Added 'C' option which allows to enable or disable on-line
	compacting of events. Updated doc.
	
Fri Jul  7 09:27:45 1995  Yves Arrouye  <arrouye@marin.sevy.org>

	* config.csh: 
	Same modification as in config.sh (see below).

	* config.sh: 
	Bracketed the definition of PVM_SRC_ROOT so that it is only
	defined if it is empty (for people like me who do not have PVM
	directly under /usr/local).

Thu Jul  6 16:18:29 1995  Yves Arrouye  (arrouye@geronimo)

	* config.sh:
	Created the config.sh file for those like me that do not like *csh!

Thu Jul  6 16:15:46 1995  Yves Arrouye  (arrouye@geronimo)

	* tapetasks/tapecontrol/tape_control.c: main
	Changed the trace file name from tr%x.tape to
	traces.tape/tr-%x.tape,  creating the traces directory if it does
	not exist. Updated doc. 


