gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-


From: Brian Gough
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-11-50-g66db623
Date: Sat, 27 Sep 2008 14:17:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, master has been updated
       via  66db623267811a3574c82672d49bafd273af80e3 (commit)
       via  9979e96812089fc29977958640ddb715afa829c2 (commit)
      from  1062a590eb1f41b042ec30dc69b379f783e114b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 66db623267811a3574c82672d49bafd273af80e3
Author: Brian Gough <address@hidden>
Date:   Sat Sep 27 15:12:52 2008 +0100

    added missing functions for complex vectors and matrices (bug 22478), added 
tests to improve coverage

commit 9979e96812089fc29977958640ddb715afa829c2
Author: Brian Gough <address@hidden>
Date:   Sat Sep 27 14:52:59 2008 +0100

    updated version number to 1.11+

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                            |    4 +
 configure.ac                                    |    2 +-
 doc/vectors.texi                                |   12 ++-
 matrix/gsl_matrix_complex_double.h              |    1 +
 matrix/gsl_matrix_complex_float.h               |    1 +
 matrix/gsl_matrix_complex_long_double.h         |    1 +
 matrix/test_complex_source.c                    |  106 +++++++++++++
 matrix/test_source.c                            |   80 +++++++++-
 vector/ChangeLog                                |    5 +
 vector/Makefile.am                              |    2 +-
 vector/gsl_vector_complex_double.h              |    8 +
 vector/gsl_vector_complex_float.h               |    8 +
 vector/gsl_vector_complex_long_double.h         |    8 +
 vector/oper.c                                   |   20 +++
 vector/{oper_source.c => oper_complex_source.c} |   50 +++++-
 vector/test.c                                   |    5 +-
 vector/test_complex_source.c                    |  192 +++++++++++++++++++++++
 17 files changed, 489 insertions(+), 16 deletions(-)
 copy vector/{oper_source.c => oper_complex_source.c} (63%)


hooks/post-receive
--
GNU Scientific Library




reply via email to

[Prev in Thread] Current Thread [Next in Thread]