Print

Print


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

  (Brad Cavanagh) Starlink::AST: Reverse order of vertices to match recent changes in AST.
  
  (Tim Jenness) hds: Do not let HDS overwrite a write-protected file
   100.0% libraries/hds/
 

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

  commit cf4198011e8b2fb35b6786c140ec0977f3338243
  Author: Brad Cavanagh <[log in to unmask]>
  Date:   Mon Aug 31 11:13:13 2009 -1000
  
      Starlink::AST: Reverse order of vertices to match recent changes in AST.
  
   perlmods/Starlink/AST/t/region.t |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit e621133762536ba01c7104ae503481a933acee70
  Author: Tim Jenness <[log in to unmask]>
  Date:   Mon Aug 31 10:43:05 2009 -1000
  
      hds: Do not let HDS overwrite a write-protected file
      
      unlink() can delete a file even if it is write-protected. In order
      to prevent that we first open the file read/write to make sure
      we have permissions, then we call unlink() if that was successful.
  
   libraries/hds/rec1_create_file.c |   16 +++++++++++++++-
   1 files changed, 15 insertions(+), 1 deletions(-)