Commit Graph

9132 Commits

Author SHA1 Message Date
Joe Taylor 4b780d0e3c Re-compile to fix filename problem.
Default *nix PTT device /dev/ttyS0.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@316 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2007-01-03 18:46:04 +00:00
Joe Taylor 798bd38e0c Changes in r314 to get_fname.F90 broke Windows compile. Fixed.
Maximum "Tol" in FSK441 and JT6M modes should be 400 Hz.  Fixed.
UpdateHistory.txt reflects new features introduced in r309.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@315 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-12-22 14:43:54 +00:00
Joe Taylor aa9f6f76c5 Changes in r314 to get_fname.F90 broke Windows compile. Fixed.
Maximum "Tol" in FSK441 and JT6M modes should be 400 Hz.  Fixed.
UpdateHistory.txt reflects new features introduced in r309.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@315 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-12-22 14:43:54 +00:00
Diane Bruce 191a8093d0 - get_fname.F90 was trying to call gmtime() with two arguments,
from inspection it appears this function was really wanting to call
  gmtime_r() 
- Fortran appends a trailing _ to functions it calls, cutil.c has a bunch
  of shim functions that simply have the trailing _ and call the 'c'
  equivalent. Added gmtime_r_ -> gmtime_r shim to cutil.c

  This fixes the mysterious missing gmtime() seen in some compiles of Audio.so

  I don't see how this get_fname.F90 ever worked to produce the proper
  filename for the  .WAV; I'd like Joe's opinion.




git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-12-11 00:57:18 +00:00
Diane Bruce 06fc832883 - get_fname.F90 was trying to call gmtime() with two arguments,
from inspection it appears this function was really wanting to call
  gmtime_r() 
- Fortran appends a trailing _ to functions it calls, cutil.c has a bunch
  of shim functions that simply have the trailing _ and call the 'c'
  equivalent. Added gmtime_r_ -> gmtime_r shim to cutil.c

  This fixes the mysterious missing gmtime() seen in some compiles of Audio.so

  I don't see how this get_fname.F90 ever worked to produce the proper
  filename for the  .WAV; I'd like Joe's opinion.




git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@314 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-12-11 00:57:18 +00:00
Diane Bruce a8e5bcded9 - shut up a warning
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@313 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-23 21:01:09 +00:00
Diane Bruce acf1c1cd98 - shut up a warning
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@313 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-23 21:01:09 +00:00
Diane Bruce 5b3d18a3d3 - updated configure so its idea of revision matches wsjt.py
- dummy touch of wsjt.py



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@312 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-23 08:37:07 +00:00
Diane Bruce b406127ca9 - updated configure so its idea of revision matches wsjt.py
- dummy touch of wsjt.py



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@312 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-23 08:37:07 +00:00
Diane Bruce 7dd23b7c2d - Back this change out as it breaks compile
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@311 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-23 08:25:00 +00:00
Diane Bruce 6e2d442e5f - Back this change out as it breaks compile
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@311 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-23 08:25:00 +00:00
Diane Bruce 2339ca4b6f - replicated --f77exec --f90exec, this simple change allows compilation
with numpy rather than separate f2py and scipy packages.
  http://numpy.scipy.org/



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-22 17:17:45 +00:00
Diane Bruce ecf7f05964 - replicated --f77exec --f90exec, this simple change allows compilation
with numpy rather than separate f2py and scipy packages.
  http://numpy.scipy.org/



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-22 17:17:45 +00:00
Joe Taylor 4c0a64200d Change version number to 5.9.6.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@309 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-22 16:39:03 +00:00
Joe Taylor 8047145554 Change version number to 5.9.6.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@309 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-22 16:39:03 +00:00
Joe Taylor 99eb2fe8da Fix one more array bound.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@308 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-21 13:39:59 +00:00
Joe Taylor 011f585ffb Fix one more array bound.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@308 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-21 13:39:59 +00:00
Joe Taylor b2c0c3b92c Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@307 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-20 12:32:35 +00:00
Joe Taylor c5d5df9fc5 Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@307 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-20 12:32:35 +00:00
Joe Taylor f561282a08 Fixed another bounds limit in sync65.f.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@306 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-20 12:32:08 +00:00
Joe Taylor 3a754c89a3 Fixed another bounds limit in sync65.f.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@306 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-20 12:32:08 +00:00
Joe Taylor f266b12232 Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@305 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 20:26:41 +00:00
Joe Taylor da80f392b0 Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@305 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 20:26:41 +00:00
Joe Taylor 8cc1be7c5a Fix another bounds problem.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@304 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 20:26:04 +00:00
Joe Taylor b097da4812 Fix another bounds problem.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@304 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 20:26:04 +00:00
Joe Taylor d4978a2520 One more tweak concerning 5 kHz BW.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@303 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 20:15:27 +00:00
Joe Taylor 7ac2e3af9f One more tweak concerning 5 kHz BW.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@303 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 20:15:27 +00:00
Joe Taylor a7f6118adc Removed diagnostic print.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@302 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 19:26:47 +00:00
Joe Taylor 7611f76c28 Removed diagnostic print.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@302 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 19:26:47 +00:00
Joe Taylor 5a1d391dba Fixed "activebackground" color for Decode button.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@301 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 19:21:38 +00:00
Joe Taylor f8c83dfc61 Fixed "activebackground" color for Decode button.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@301 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 19:21:38 +00:00
Joe Taylor b41fcdcfaa Corrected statement order in short65.f.
Added a line for Canvas font in wsjtrc.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 19:15:39 +00:00
Joe Taylor 308e0e4fdc Corrected statement order in short65.f.
Added a line for Canvas font in wsjtrc.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 19:15:39 +00:00
Joe Taylor c9500abcf8 Cleaned up a number of details related to the new 5 kHz spectral range.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@299 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 18:55:21 +00:00
Joe Taylor 6adbf82f6f Cleaned up a number of details related to the new 5 kHz spectral range.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@299 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-19 18:55:21 +00:00
J C Dutton 532a93e7e3 Fix problem with gfortan not understanding:
complex c2(*)
Replace it with
      complex c2(n2)
and pass n2 as a parameter instead.

Fix a missing -fPIC



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@298 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-14 20:50:56 +00:00
J C Dutton 016ea0fc32 Fix problem with gfortan not understanding:
complex c2(*)
Replace it with
      complex c2(n2)
and pass n2 as a parameter instead.

Fix a missing -fPIC



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@298 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-14 20:50:56 +00:00
Joe Taylor 218bcee0ab Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@297 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-13 15:25:33 +00:00
Joe Taylor c348498b2e Dummy
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@297 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-13 15:25:33 +00:00
Joe Taylor e0078ac2aa Allow fonts for astronomical data to be set from the wsjtrc resource database.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@296 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-11 15:27:47 +00:00
Joe Taylor d1c27676fd Allow fonts for astronomical data to be set from the wsjtrc resource database.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@296 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-11 15:27:47 +00:00
Joe Taylor ffc7e247ec A version of KVASD compiled with gfortran. Please test!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@295 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-11 13:33:21 +00:00
Joe Taylor 4f2358b154 A version of KVASD compiled with gfortran. Please test!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@295 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-11 13:33:21 +00:00
J C Dutton 55e50a3fa4 Prevent warning:
warning: creating a DT_TEXTREL in object.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@294 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-10 12:42:47 +00:00
J C Dutton 9699d7dc6b Prevent warning:
warning: creating a DT_TEXTREL in object.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@294 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-10 12:42:47 +00:00
Diane Bruce 385494a48d - Apparently, linux does not need <sys/io.h> now
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@293 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-10 00:12:39 +00:00
Diane Bruce ef80afa7ca - Apparently, linux does not need <sys/io.h> now
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@293 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-10 00:12:39 +00:00
Joe Taylor 3bda9f4160 Must compile deep65.o without optimization.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@292 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-09 22:05:10 +00:00
Joe Taylor 97d22ce81a Must compile deep65.o without optimization.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@292 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-09 22:05:10 +00:00
J C Dutton d22c86a419 Do not try to compile deep65.F twice.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@291 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2006-09-09 19:15:06 +00:00