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: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2230-gd495d4d
Date: Thu, 16 Apr 2015 22:39:14 +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  d495d4d819f7a029252bb6c4a188c6af231275d8 (commit)
       via  41e7dc02022d90ec9933b57f23e1b62218fd30a7 (commit)
       via  990c6d5946d922c75ee5939bf90cf19f20a66b9d (commit)
       via  e2bbcd1971240155ecdc2b1aa715a71fcfccefb0 (commit)
      from  a89f1fa88e9d7dd2557d70a889f95000752562dd (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 d495d4d819f7a029252bb6c4a188c6af231275d8
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 16 16:38:17 2015 -0600

    documentation for rstat module

commit 41e7dc02022d90ec9933b57f23e1b62218fd30a7
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 16 15:38:34 2015 -0600

    rstat error handling update

commit 990c6d5946d922c75ee5939bf90cf19f20a66b9d
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 16 15:26:27 2015 -0600

    initial rstat import

commit e2bbcd1971240155ecdc2b1aa715a71fcfccefb0
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 16 15:21:48 2015 -0600

    preparing rstat import

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

Summary of changes:
 Makefile.am       |    4 +-
 configure.ac      |    1 +
 doc/Makefile.am   |    2 +-
 doc/gsl-ref.texi  |    7 ++-
 doc/rstat.texi    |  205 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 rstat/Makefile.am |   15 ++++
 rstat/gsl_rstat.h |   79 ++++++++++++++++++++
 rstat/rquantile.c |  190 +++++++++++++++++++++++++++++++++++++++++++++++++
 rstat/rstat.c     |  195 ++++++++++++++++++++++++++++++++++++++++++++++++++
 rstat/test.c      |  190 +++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 884 insertions(+), 4 deletions(-)
 create mode 100644 doc/rstat.texi
 create mode 100644 rstat/Makefile.am
 create mode 100644 rstat/gsl_rstat.h
 create mode 100644 rstat/rquantile.c
 create mode 100644 rstat/rstat.c
 create mode 100644 rstat/test.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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