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-13-1-g18e41e0
Date: Wed, 23 Sep 2009 16:20:24 +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  18e41e013af5bd185be0a76ca16b9819bd9a2016 (commit)
      from  530c614a52f0f7ac99a32e4cd8bd8549c499feab (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 18e41e013af5bd185be0a76ca16b9819bd9a2016
Author: Brian Gough <address@hidden>
Date:   Wed Sep 23 17:19:57 2009 +0100

    multiset patch from Rhys Ulerich

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

Summary of changes:
 Makefile.am                                        |    4 +-
 configure.ac                                       |    2 +-
 doc/Makefile.am                                    |    6 +-
 doc/examples/multiset.c                            |   25 ++
 doc/examples/multiset.out                          |   71 +++++
 doc/gsl-ref.texi                                   |    9 +-
 doc/multiset.texi                                  |  201 ++++++++++++++
 {cblas => multiset}/.cvsignore                     |    1 +
 multiset/ChangeLog                                 |    3 +
 multiset/Makefile.am                               |   21 ++
 multiset/demo.c                                    |   72 +++++
 {combination => multiset}/file.c                   |   43 ++--
 .../gsl_combination.h => multiset/gsl_multiset.h   |   59 ++--
 {combination => multiset}/init.c                   |   54 ++--
 {complex => multiset}/inline.c                     |   12 +-
 combination/combination.c => multiset/multiset.c   |   91 ++++---
 multiset/test.c                                    |  278 ++++++++++++++++++++
 17 files changed, 821 insertions(+), 131 deletions(-)
 create mode 100644 doc/examples/multiset.c
 create mode 100644 doc/examples/multiset.out
 create mode 100644 doc/multiset.texi
 copy {cblas => multiset}/.cvsignore (90%)
 create mode 100644 multiset/ChangeLog
 create mode 100644 multiset/Makefile.am
 create mode 100644 multiset/demo.c
 copy {combination => multiset}/file.c (78%)
 copy combination/gsl_combination.h => multiset/gsl_multiset.h (50%)
 copy {combination => multiset}/init.c (63%)
 copy {complex => multiset}/inline.c (92%)
 copy combination/combination.c => multiset/multiset.c (62%)
 create mode 100644 multiset/test.c


hooks/post-receive
-- 
GNU Scientific Library




reply via email to

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