Print

Print


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

  (Tim Jenness) Update history in prologue
  
  (Tim Jenness) star2html: Twiddle with copyright a bit
   100.0% applications/star2html/
  
  (Tim Jenness) star2html: Fix image generation breakage with $TEXINPUTS
   100.0% applications/star2html/
  
  (Tim Jenness) ast: Fix warning for unused argv, argc in astbad
   100.0% libraries/ast/
  
  (David Berry) ast: Remove rounding errors from double formatted by KeyMap
   100.0% libraries/ast/
  
  (David Berry) ast: Allow "T" to be used to separate date and time in a formatted TimeFrame axis value
   100.0% libraries/ast/
  
  (David Berry) ast: Suppress intel "operands evaluated in unspecified order" warnings
   100.0% libraries/ast/
 

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

  commit adecacd259f9565c84517376b40774e4e382d83f
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Mar 31 14:22:39 2009 -1000
  
      Update history in prologue
  
   applications/star2html/star2html.in |    6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)
  
  commit ab8b31bba5bcef3afb4b42d432a14ea1c59a5077
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Mar 31 14:15:59 2009 -1000
  
      star2html: Twiddle with copyright a bit
      
      Some documents have two copyright statements but they were not handled
      properly when displaying the final copyright to the user.
      
      Also use &copy; rather than &copy.
  
   applications/star2html/star2html.in |    7 ++++---
   1 files changed, 4 insertions(+), 3 deletions(-)
  
  commit 93943afba310f3ab45c927be9fcac8f8c289c9a2
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Mar 31 13:48:48 2009 -1000
  
      star2html: Fix image generation breakage with $TEXINPUTS
      
      Commit 2e70a48d6014c712bce12a76743895f84eeb95a6 broke everything.
      Here is a proper fix that sets $TEXINPUTS correctly and also
      fixes the warning when $TEXINPUTS is not set.
      
      $TEXINPUTS is weird.
  
   applications/star2html/star2html.in |    5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)
  
  commit a251395209867a0a1c66c6ee9ae66e75c49aab91
  Author: Tim Jenness <[log in to unmask]>
  Date:   Tue Mar 31 12:32:35 2009 -1000
  
      ast: Fix warning for unused argv, argc in astbad
  
   libraries/ast/astbad.c |    6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)
  
  commit 490600432c378443cecfadd385cfc10984e60c33
  Author: David Berry <[log in to unmask]>
  Date:   Tue Mar 31 16:00:31 2009 +0100
  
      ast: Remove rounding errors from double formatted by KeyMap
  
   libraries/ast/keymap.c |   14 ++++++++++++--
   1 files changed, 12 insertions(+), 2 deletions(-)
  
  commit e9c8940ae7987da2a771097f5a2faa1c28cb8195
  Author: David Berry <[log in to unmask]>
  Date:   Tue Mar 31 14:33:10 2009 +0100
  
      ast: Allow "T" to be used to separate date and time in a formatted TimeFrame axis value
  
   libraries/ast/frame.c     |    5 ++-
   libraries/ast/timeframe.c |   46 +++++++++++++++++++++++++++++-------------
   2 files changed, 35 insertions(+), 16 deletions(-)
  
  commit e0a62aef7c3e900eac6de2ccc3c438826f8c3fdb
  Author: David Berry <[log in to unmask]>
  Date:   Tue Mar 31 09:46:05 2009 +0100
  
      ast: Suppress intel "operands evaluated in unspecified order" warnings
  
   libraries/ast/error.h |   11 ++++++++++-
   1 files changed, 10 insertions(+), 1 deletions(-)