Print

Print


Commit summary from repository starlink
------------------------------------

  (Tim Jenness) cat: Workaround g95 compiler bug
   100.0% libraries/cat/
  
  (Tim Jenness) ast: Add missing palDrange
    98.8% libraries/ast/pal/
     1.1% libraries/ast/
  
  (Tim Jenness) starbench: Use temp file rather than /dev/null
   100.0% applications/obsolete/starbench/
  
  (Tim Jenness) init: PISA startup has changed
   100.0% etc/init/
  
  (Tim Jenness) pisa: Use IFD for IFL and script creation. Now works on bash
    99.4% applications/pisa/
  
  (Tim Jenness) kappa: Fix typo in INT64 vs _INT64
   100.0% applications/kappa/libkappa/
 

Commits from repository starlink
-----------------------------

  commit 127598401c1056d6162a50a3bd4db579befd926f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 14 13:32:26 2012 -1000
  
      cat: Workaround g95 compiler bug
      
      g95 does not like
      
        MOD(INK,2)
      
      as it does not promote the 2 to INTEGER*8. gfortran handles it
      fine. The workaround is to create an explicit INTEGER*8 variable
      and assign 2 to it.
  
   libraries/cat/cat1_tcnvt.f |    8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)
  
  commit ce733d68f4578cd15fc2d0d9650beac05ea5bd89
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 14 13:17:40 2012 -1000
  
      ast: Add missing palDrange
      
      Commit fd260815f6e283e6a68b1fd8120ad3d9d68fd2be did not include the
      new palDrange C file.
  
   libraries/ast/Makefile.am           |    1 +
   libraries/{ => ast}/pal/palDrange.c |    0
   2 files changed, 1 insertions(+), 0 deletions(-)
  
  commit 49c93473d4d14e7420800c24ae255d2e7449b7fe
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 14 12:56:28 2012 -0700
  
      starbench: Use temp file rather than /dev/null
      
      Since /dev/null exists FIO gets upset if you use it for the log file
      when "correl" is run.
  
   applications/obsolete/starbench/bch_specdre |    3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)
  
  commit ad1003144cee03a23cba0e1be83041a7b34853b6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 14 11:48:04 2012 -0700
  
      init: PISA startup has changed
  
   etc/init/cshrc.in |    4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)
  
  commit f5744c91b6c759caa8eedc76b0154d1bff098319
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 14 11:45:15 2012 -0700
  
      pisa: Use IFD for IFL and script creation. Now works on bash
  
   .gitignore                      |    3 +-
   applications/pisa/Makefile.am   |   16 +-
   applications/pisa/addnoise.ifl  |   84 --
   applications/pisa/component.xml |    2 +-
   applications/pisa/configure.ac  |    5 +-
   applications/pisa/pisa.icl.in   |   48 -
   applications/pisa/pisa.ifd.in   | 2170 +++++++++++++++++++++++++++++++++++++
   applications/pisa/pisa.news     |    4 +
   applications/pisa/pisa2ard.ifl  |   55 -
   applications/pisa/pisa2cat.ifl  |   56 -
   applications/pisa/pisa2scar.ifl |   56 -
   applications/pisa/pisacut.ifl   |   72 --
   applications/pisa/pisafind.ifl  |  253 -----
   applications/pisa/pisafind4.ifl |  250 -----
   applications/pisa/pisafit.ifl   |  224 ----
   applications/pisa/pisafit4.ifl  |  224 ----
   applications/pisa/pisagen.ifl   |  217 ----
   applications/pisa/pisagrey.ifl  |  141 ---
   applications/pisa/pisahelp.ifl  |   67 --
   applications/pisa/pisaknn.ifl   |  107 --
   applications/pisa/pisamatch.ifl |   52 -
   applications/pisa/pisapeak.ifl  |  107 --
   applications/pisa/pisaplot.ifl  |  230 ----
   applications/pisa/start.in      |   58 -
   etc/init/cshrc.in               |    2 +-
   etc/init/login.in               |    2 +-
   etc/init/profile.in             |   19 +
   27 files changed, 2215 insertions(+), 2309 deletions(-)
  
  commit bf924cd6f2605ab3fdccb5cf8ce4723b8e98bbc6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon May 14 10:14:33 2012 -0700
  
      kappa: Fix typo in INT64 vs _INT64
  
   applications/kappa/libkappa/add.f |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)