JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  March 2009

STARDEV March 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Sat, 7 Mar 2009 06:35:43 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (263 lines)

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

  (Brad Cavanagh) Fix typo.
   100.0% perlmods/Starlink/NDF/
  
  (Tim Jenness) hds: All datalter routines now use _callnam() macro
   100.0% libraries/hds/
  
  (Tim Jenness) hds: Fix compiler warning in datMould
   100.0% libraries/hds/
  
  (Tim Jenness) hds: datRenam has context sensitive error message
   100.0% libraries/hds/
  
  (Tim Jenness) hds: Move macro that includes component name into shared include file
   100.0% libraries/hds/
  
  (Tim Jenness) ast: Update AST version number in component.xml
   100.0% libraries/ast/
  
  (Peter W. Draper) tclsys: remove talk of SVN and CVS
    14.2% thirdparty/tclsys/blt/
    14.2% thirdparty/tclsys/itcl/
    14.3% thirdparty/tclsys/tcldict/
    14.0% thirdparty/tclsys/tcllibs/
    14.2% thirdparty/tclsys/tclx/
    14.3% thirdparty/tclsys/tdom/
    14.2% thirdparty/tclsys/tkimg/
  
  (David Berry) cupid: Add ClumpFind.AllowEdge=1 to the IDL emulation configuration in sun255
   100.0% applications/cupid/
  
  (Peter W. Draper) gaia: allow more than one instance of the text importer toolbox
    99.7% applications/gaia/gaia/library/
  
  (David Berry) kappa: Fix incorrect message token in qualtobad
   100.0% applications/kappa/libndfpack/
  
  (David Berry) kaplibs: IRQ failed to compile expressions that use more than two names
   100.0% libraries/kaplibs/irq/
  
  (Peter W. Draper) m4: track changes in submodule
   100.0% thirdparty/fsf/
  
  (Peter W. Draper) ccdpack: fix buffer overrun + tidy
   100.0% applications/ccdpack/
  
  (Peter W. Draper) ccdpack: initialisations
  
  (David Berry) ndg: Do not rename temporary HDS objects since their names must be unique.
   100.0% libraries/ndg/

Commit summary from repository m4
------------------------------------

  (Peter W. Draper) Correct problem with @PRODUCT@ subs
    32.9% doc/

Commit summary from repository skycat
------------------------------------

  (Peter W. Draper) Use CFITSIO library installed at prefix
    37.3% astrotcl/
    16.1% cat/
    17.5% rtd/
    24.9% skycat/
 

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

  commit 24fd2c2563ddbc8bc5dcc343e3c0368e70e0439f
  Author: Brad Cavanagh <[log in to unmask]>
  Date:   Fri Mar 6 16:47:35 2009 -1000
  
      Fix typo.
  
   perlmods/Starlink/NDF/NDF.pm |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit bf939bc9df43e961dd3b65760f77925d95cc8855
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 6 14:49:40 2009 -1000
  
      hds: All datalter routines now use _callnam() macro
      
      This means that the component name will be included in the error message.
  
   libraries/hds/datalter.c |   52 ++++++++++++++++++++++----------------------
   1 files changed, 26 insertions(+), 26 deletions(-)
  
  commit 2961f3de498831f7c0651ce9dd2e24a8540fbf73
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 6 14:48:08 2009 -1000
  
      hds: Fix compiler warning in datMould
  
   libraries/hds/datalter.c |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit fd2af95e350f94aa74ede4b1e752940e0e818e67
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 6 14:47:18 2009 -1000
  
      hds: datRenam has context sensitive error message
      
      The source and destination are both included in the error message.
  
   libraries/hds/datalter.c |   36 ++++++++++++++++++++++++++++++------
   1 files changed, 30 insertions(+), 6 deletions(-)
  
  commit 41ff88742434833dca7eb50d52f09f5580f20773
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 6 14:42:19 2009 -1000
  
      hds: Move macro that includes component name into shared include file
  
   libraries/hds/dat1.h   |   24 ++++++++++++++++++++++
   libraries/hds/datget.c |   50 ++++++++++++----------------------------------
   2 files changed, 37 insertions(+), 37 deletions(-)
  
  commit bb0ffd4c051e04a9dbd7405aa2fbec3709267f6c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Mar 6 14:39:02 2009 -1000
  
      ast: Update AST version number in component.xml
  
   libraries/ast/component.xml |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit c192e2c4d9164f6b2ce7ed96419e46796a57afb5
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 18:17:40 2009 +0000
  
      tclsys: remove talk of SVN and CVS
  
   thirdparty/tclsys/blt/Makefile.am     |    4 +---
   thirdparty/tclsys/itcl/Makefile.am    |    4 +---
   thirdparty/tclsys/tcldict/Makefile.am |    4 +---
   thirdparty/tclsys/tcllibs/Makefile.am |    4 ----
   thirdparty/tclsys/tclx/Makefile.am    |    4 +---
   thirdparty/tclsys/tdom/Makefile.am    |    4 +---
   thirdparty/tclsys/tkimg/Makefile.am   |    4 +---
   7 files changed, 6 insertions(+), 22 deletions(-)
  
  commit 4a74433dc708d029b1ecea15d6d6d7ff20a003ea
  Author: David Berry <[log in to unmask]>
  Date:   Fri Mar 6 18:15:06 2009 +0000
  
      cupid: Add ClumpFind.AllowEdge=1 to the IDL emulation configuration in sun255
  
   applications/cupid/sun_master.tex |    3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)
  
  commit 96091c113f4ddcd430a413bccbfa2e8ec9c4be28
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 17:49:09 2009 +0000
  
      gaia: allow more than one instance of the text importer toolbox
      
      request from Dr. Moan
  
   applications/gaia/gaia.news             |    4 ++++
   applications/gaia/gaia/library/Gaia.tcl |   14 +++++---------
   2 files changed, 9 insertions(+), 9 deletions(-)
  
  commit 455f2297c61e34e356c0d5058cbdd482d762cb54
  Author: David Berry <[log in to unmask]>
  Date:   Fri Mar 6 16:12:39 2009 +0000
  
      kappa: Fix incorrect message token in qualtobad
  
   applications/kappa/libndfpack/qualtobad.f |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 61bb5daee6940efea01238193ef26601128e36e2
  Author: David Berry <[log in to unmask]>
  Date:   Fri Mar 6 15:59:27 2009 +0000
  
      kaplibs: IRQ failed to compile expressions that use more than two names
  
   libraries/kaplibs/irq/irq1_cmqm.f |   55 ++++++++++++++++++++++++++++------
   1 files changed, 45 insertions(+), 10 deletions(-)
  
  commit 21ae2049ef963e1e8275e12a2b3647edcce6aeac
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 15:07:11 2009 +0000
  
      m4: track changes in submodule
  
   thirdparty/fsf/m4 |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit 796d40aa0ac5b5b0dc96853a02d86209b5e11021
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 13:22:40 2009 +0000
  
      ccdpack: fix buffer overrun + tidy
  
   applications/ccdpack/ccdwish.c |   24 ++++++++++++------------
   1 files changed, 12 insertions(+), 12 deletions(-)
  
  commit 30ad19c413335cbd453aad738d60ddefeac15fb6
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 13:22:16 2009 +0000
  
      ccdpack: initialisations
  
   applications/ccdpack/main/ccd1_pndf.c |    1 +
   applications/ccdpack/tasks/pairndf.f  |    1 +
   2 files changed, 2 insertions(+), 0 deletions(-)
  
  commit 3ae88e1d9198e4d1150ea14c84d825c6ea6b437e
  Author: David Berry <[log in to unmask]>
  Date:   Fri Mar 6 12:29:49 2009 +0000
  
      ndg: Do not rename temporary HDS objects since their names must be unique.
  
   libraries/ndg/ndg_provenance.c |   39 +++++++++++++++++++++++++++++++------
   1 files changed, 32 insertions(+), 7 deletions(-)

Commits from repository m4
-----------------------------

  commit b0ddff5d7f3a57754bc69626af7463820e46c3a9
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 15:04:41 2009 +0000
  
      Correct problem with @PRODUCT@ subs
  
   component.xml    |    2 +-
   component.xml.in |    2 +-
   doc/stamp-vti    |    2 +-
   doc/version.texi |    2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Commits from repository skycat
-----------------------------

  commit 18206ea15d5ffdd1b89fbc5aaee7b5a24af951e4
  Author: Peter W. Draper <[log in to unmask]>
  Date:   Fri Mar 6 21:36:35 2009 +0000
  
      Use CFITSIO library installed at prefix
  
   astrotcl/Makefile.in          |    2 +-
   astrotcl/aclocal.m4           |   65 ++++++++++++++++++++++
   astrotcl/astrotclConfig.sh.in |    8 +++
   astrotcl/configure            |  115 +++++++++++++++++++++++++++++++++++----
   astrotcl/configure.in         |   14 ++++--
   cat/aclocal.m4                |    1 +
   cat/configure                 |   20 ++++---
   cat/configure.in              |    4 +-
   configure                     |   10 ++--
   rtd/aclocal.m4                |    2 +
   rtd/configure                 |   22 +++++---
   rtd/configure.in              |    4 +-
   skycat/aclocal.m4             |    2 +
   skycat/configure              |   32 ++++++-----
   skycat/configure.in           |    4 +-
   15 files changed, 246 insertions(+), 59 deletions(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager