ECGPUWAVE 1.3.4

File: <base>/src/ChangeLog (1,229 bytes)
2018-10-29  Benjamin Moody  <benjamin@physionet.org>  (ecgpuwave 1.3.4)

	* ecgpuwave.f: increased maximum command-line argument length from
	  32 to 256.

2016-01-11  Benjamin Moody  <benjamin@physionet.org>  (ecgpuwave 1.3.3)

	* Makefile: use -fno-automatic with gfortran, and use wfdb-config
	  to determine compiler/linker flags.
	* wfdbf.c: use int as the default integer type (default for
	  gfortran, and probably most other compilers, on x86-64.)

2010-03-24  George B. Moody  <george@mit.edu> (ecgpuwave 1.3.2)

	* Makefile, dades.f, ecgpuwave.f: merged changes for 32-bit gfortran
	  compatibility from Roberto Sassi
	* wfdbf.c: updated to include (unused) new wrappers from WFDB 10.5.19

2010-03-24  George B. Moody  <george@mit.edu> (ecgpuwave 1.3.1)

	* Makefile: now forces 32-bit compilation even on 64-bit platforms

2008-07-09  George B. Moody  <george@mit.edu> (ecgpuwave 1.3)

	* ecgpuwave.f: -s now handles signal numbers up to 99 (thanks to Joe Ho)

2008-06-12  George B. Moody  <george@mit.edu> (ecgpuwave 1.2.1)

	* wfdbf.c: corrected setafreq_() (unused but caused compiler error)
	  (Thanks to Raja Selvaraj for pointing out this problem.)
	* INSTALL: Updated notes about compatible Fortran compilers