Print

Print


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

  (Tim Jenness) wizeblt: Local patch to fix segv on OSX in GAIA
   100.0% thirdparty/tclsys/blt/
  
  (David Berry) smurf: Change MAKECUBE to ignore output tiles with no usable data
   100.0% applications/smurf/libsmurf/

Commit summary from repository wizeblt
------------------------------------

  (Tim Jenness) Need to declare the function prototypes to avoid 64-bit issues
   100.0% generic/
 

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

  commit 9e8045b6386f8385b692108c78fbb5f81802158e
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri May 20 09:33:29 2011 -1000
  
      wizeblt: Local patch to fix segv on OSX in GAIA
      
      The slice functionality in GAIA was breaking on OSX because
      of a lack of prototype declarations causing a returned value
      to be treated as an int rather than a pointer.
  
   thirdparty/tclsys/blt/wizeblt |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit dd108d3c4343e2420291db5e1e2c99578901cf65
  Author: David Berry <[log in to unmask]>
  Date:   Fri May 20 08:48:53 2011 +0100
  
      smurf: Change MAKECUBE to ignore output tiles with no usable data
      
      Addresses scicom ticket #18
  
   applications/smurf/libsmurf/smurf_makecube.c |   29 +++++++++++++++++++++--
   1 files changed, 26 insertions(+), 3 deletions(-)

Commits from repository wizeblt
-----------------------------

  commit 201de384fb38dda64d0bcdfe4b072891be0bfd77
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri May 20 09:03:22 2011 -1000
  
      Need to declare the function prototypes to avoid 64-bit issues
      
      Tcl_FindNamespaceVar returns a pointer but, at least on OSX with
      clang, no prototype is found and the compiler assumes a 32-bit
      int is coming back. This breaks the call to Tcl_GetVariableFullName.
  
   generic/bltNsUtil.c |    8 ++++++++
   1 files changed, 8 insertions(+), 0 deletions(-)