Print

Print


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

  (Coskun Oba) smurf: Replaced smf_open_file calls in FTS2 DR with smf_open_and_flatfield
   100.0% applications/smurf/libsmurf/
  
  (David Berry) ast: Improve tools for debugging macros
   100.0% libraries/ast/
 

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

  commit 56678226af6eb38f5897b464aac2b4d9cbfe1b57
  Author: Coskun Oba <[log in to unmask]>
  Date:   Wed Oct 20 12:04:34 2010 -0600
  
      smurf: Replaced smf_open_file calls in FTS2 DR with smf_open_and_flatfield
  
   applications/smurf/libsmurf/smurf_fts2_deglitch.c  |   22 +++++-------
   applications/smurf/libsmurf/smurf_fts2_eqsliced.c  |   19 ++++------
   applications/smurf/libsmurf/smurf_fts2_phasecorr.c |   34 +++++++++---------
   applications/smurf/libsmurf/smurf_fts2_removebse.c |   27 ++++++--------
   4 files changed, 44 insertions(+), 58 deletions(-)
  
  commit 9150b30bdd11706328215c05621a01d653fe6e2d
  Author: David Berry <[log in to unmask]>
  Date:   Wed Oct 20 16:10:05 2010 +0100
  
      ast: Improve tools for debugging macros
      
      The cexpand script expands macros within a C source file, creating a
      readable and compilable output file with comments that is easier to
      use with a debugger thatn the input file with macros.
  
   libraries/ast/cexpand    |   13 ++++++++-----
   libraries/ast/cexpand.pl |   22 ++++++++++++++++++++++
   2 files changed, 30 insertions(+), 5 deletions(-)