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-31-g85b6699
Date: Thu, 03 Jul 2008 10:52:32 +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  85b66997ea8b66cd4b07c283a2ee7823faadc740 (commit)
       via  1c2bd92bddf2cccf75c789a4e4044542068643a4 (commit)
       via  45c76ad1482e074ed887766d7da3236d2fc4cfa0 (commit)
      from  55062497b3f16ada6e87a0f93db0b0a2fc6d33e8 (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 85b66997ea8b66cd4b07c283a2ee7823faadc740
Author: Brian Gough <address@hidden>
Date:   Thu Jul 3 11:50:08 2008 +0100

    add support for c99 inline (now default in gcc-4.3)

commit 1c2bd92bddf2cccf75c789a4e4044542068643a4
Author: Brian Gough <address@hidden>
Date:   Thu Jul 3 11:48:49 2008 +0100

    add support for c99 inline (now default in gcc-4.3)

commit 45c76ad1482e074ed887766d7da3236d2fc4cfa0
Author: Brian Gough <address@hidden>
Date:   Sun Jun 22 21:19:43 2008 +0100

    comment out unused code to prevent compilation problems

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

Summary of changes:
 ChangeLog                               |   16 +++++
 HACKING                                 |    2 +-
 Makefile.am                             |    4 +-
 blas/Makefile.am                        |    2 +-
 block/ChangeLog                         |    4 +
 block/Makefile.am                       |    2 +-
 bspline/ChangeLog                       |    4 +
 bspline/Makefile.am                     |    2 +-
 build.h                                 |   37 +++++++++++
 cblas/Makefile.am                       |    2 +-
 cdf/ChangeLog                           |    4 +
 cdf/Makefile.am                         |    2 +-
 cheb/ChangeLog                          |    4 +
 cheb/Makefile.am                        |    2 +-
 cheb/deriv.c                            |    5 +-
 combination/ChangeLog                   |   11 +++
 combination/Makefile.am                 |    4 +-
 combination/combination.c               |   17 -----
 combination/gsl_combination.h           |    9 ++-
 combination/inline.c                    |   24 +++++++
 complex/ChangeLog                       |   10 +++
 complex/Makefile.am                     |    3 +-
 complex/gsl_complex_math.h              |    6 +-
 complex/inline.c                        |   24 +++++++
 complex/math.c                          |   10 ---
 configure.ac                            |   15 ++++-
 const/ChangeLog                         |    4 +
 const/Makefile.am                       |    2 +-
 deriv/ChangeLog                         |    4 +
 deriv/Makefile.am                       |    2 +-
 dht/ChangeLog                           |    4 +
 dht/Makefile.am                         |    2 +-
 diff/ChangeLog                          |    4 +
 diff/Makefile.am                        |    2 +-
 doc/usage.texi                          |   33 +++++++---
 eigen/ChangeLog                         |    4 +
 eigen/Makefile.am                       |    3 +-
 fft/ChangeLog                           |    4 +
 fft/Makefile.am                         |    2 +-
 fit/ChangeLog                           |    4 +
 fit/Makefile.am                         |    2 +-
 gsl_inline.h                            |   67 ++++++++++++++++++++
 gsl_math.h                              |   66 +-------------------
 gsl_minmax.h                            |  102 +++++++++++++++++++++++++++++++
 gsl_mode.h                              |    5 +-
 gsl_pow_int.h                           |   44 ++++++--------
 histogram/ChangeLog                     |    4 +
 histogram/Makefile.am                   |    2 +-
 ieee-utils/ChangeLog                    |    4 +
 ieee-utils/Makefile.am                  |    2 +-
 integration/ChangeLog                   |    4 +
 integration/Makefile.am                 |    2 +-
 interpolation/ChangeLog                 |   10 +++
 interpolation/Makefile.am               |    6 +-
 interpolation/accel.c                   |   25 --------
 interpolation/bsearch.c                 |   47 --------------
 interpolation/bsearch.h                 |   80 ------------------------
 interpolation/gsl_interp.h              |   41 +++++++++---
 interpolation/inline.c                  |   30 +++++++++
 linalg/ChangeLog                        |    4 +
 linalg/Makefile.am                      |    2 +-
 matrix/ChangeLog                        |    9 +++
 matrix/Makefile.am                      |    4 +-
 matrix/gsl_matrix_char.h                |   81 ++++++++++++++----------
 matrix/gsl_matrix_complex_double.h      |   87 +++++++++++++++-----------
 matrix/gsl_matrix_complex_float.h       |   87 +++++++++++++++-----------
 matrix/gsl_matrix_complex_long_double.h |   87 +++++++++++++++-----------
 matrix/gsl_matrix_double.h              |   81 ++++++++++++++----------
 matrix/gsl_matrix_float.h               |   81 ++++++++++++++----------
 matrix/gsl_matrix_int.h                 |   81 ++++++++++++++----------
 matrix/gsl_matrix_long.h                |   81 ++++++++++++++----------
 matrix/gsl_matrix_long_double.h         |   81 ++++++++++++++----------
 matrix/gsl_matrix_short.h               |   81 ++++++++++++++----------
 matrix/gsl_matrix_uchar.h               |   81 ++++++++++++++----------
 matrix/gsl_matrix_uint.h                |   81 ++++++++++++++----------
 matrix/gsl_matrix_ulong.h               |   81 ++++++++++++++----------
 matrix/gsl_matrix_ushort.h              |   81 ++++++++++++++----------
 matrix/matrix.c                         |   87 ++-------------------------
 matrix/matrix_source.c                  |   97 -----------------------------
 min/ChangeLog                           |    4 +
 min/Makefile.am                         |    2 +-
 monte/ChangeLog                         |    4 +
 monte/Makefile.am                       |    2 +-
 multifit/ChangeLog                      |    4 +
 multifit/Makefile.am                    |    2 +-
 multimin/ChangeLog                      |    4 +
 multimin/Makefile.am                    |    2 +-
 multiroots/ChangeLog                    |    4 +
 multiroots/Makefile.am                  |    2 +-
 ntuple/ChangeLog                        |    4 +
 ntuple/Makefile.am                      |    2 +-
 ode-initval/ChangeLog                   |    4 +
 ode-initval/Makefile.am                 |    2 +-
 permutation/ChangeLog                   |   10 +++
 permutation/Makefile.am                 |    4 +-
 permutation/gsl_permutation.h           |    8 ++-
 permutation/inline.c                    |   27 ++++++++
 permutation/permutation.c               |   16 -----
 poly/ChangeLog                          |   10 +++
 poly/Makefile.am                        |    2 +-
 poly/dd.c                               |   16 -----
 poly/eval.c                             |   51 +--------------
 poly/gsl_poly.h                         |   18 +++---
 poly/inline.c                           |   28 +++++++++
 qrng/ChangeLog                          |   10 +++
 qrng/Makefile.am                        |    4 +-
 qrng/gsl_qrng.h                         |    7 +-
 qrng/inline.c                           |   13 ++++
 qrng/qrng.c                             |    8 ---
 randist/ChangeLog                       |    4 +
 randist/Makefile.am                     |    2 +-
 rng/ChangeLog                           |   10 +++
 rng/Makefile.am                         |    4 +-
 rng/gsl_rng.h                           |   29 ++++-----
 rng/inline.c                            |   30 +++++++++
 rng/rng.c                               |   58 -----------------
 roots/ChangeLog                         |    4 +
 roots/Makefile.am                       |    2 +-
 siman/ChangeLog                         |    4 +
 siman/Makefile.am                       |    2 +-
 sort/ChangeLog                          |    4 +
 sort/Makefile.am                        |    2 +-
 specfunc/ChangeLog                      |    9 +++
 specfunc/Makefile.am                    |    2 +-
 specfunc/gsl_sf_legendre.h              |   11 ---
 specfunc/legendre_poly.c                |    4 -
 statistics/ChangeLog                    |    4 +
 statistics/Makefile.am                  |    2 +-
 sum/ChangeLog                           |    4 +
 sum/Makefile.am                         |    2 +-
 sys/ChangeLog                           |    8 +++
 sys/Makefile.am                         |    2 +-
 sys/minmax.c                            |   53 +---------------
 sys/pow_int.c                           |   16 ++---
 sys/prec.c                              |   20 ++----
 vector/ChangeLog                        |   10 +++
 vector/Makefile.am                      |    4 +-
 vector/gsl_vector_char.h                |   30 ++++-----
 vector/gsl_vector_complex_double.h      |   33 ++++------
 vector/gsl_vector_complex_float.h       |   33 ++++------
 vector/gsl_vector_complex_long_double.h |   33 ++++------
 vector/gsl_vector_double.h              |   30 ++++-----
 vector/gsl_vector_float.h               |   30 ++++-----
 vector/gsl_vector_int.h                 |   30 ++++-----
 vector/gsl_vector_long.h                |   30 ++++-----
 vector/gsl_vector_long_double.h         |   30 ++++-----
 vector/gsl_vector_short.h               |   30 ++++-----
 vector/gsl_vector_uchar.h               |   30 ++++-----
 vector/gsl_vector_uint.h                |   30 ++++-----
 vector/gsl_vector_ulong.h               |   30 ++++-----
 vector/gsl_vector_ushort.h              |   30 ++++-----
 vector/vector.c                         |   90 ++-------------------------
 vector/vector_source.c                  |   83 -------------------------
 wavelet/ChangeLog                       |    4 +
 wavelet/Makefile.am                     |    2 +-
 155 files changed, 1701 insertions(+), 1684 deletions(-)
 create mode 100644 build.h
 create mode 100644 combination/inline.c
 create mode 100644 complex/inline.c
 create mode 100644 gsl_inline.h
 create mode 100644 gsl_minmax.h
 delete mode 100644 interpolation/bsearch.c
 delete mode 100644 interpolation/bsearch.h
 create mode 100644 interpolation/inline.c
 delete mode 100644 matrix/matrix_source.c
 create mode 100644 permutation/inline.c
 create mode 100644 poly/inline.c
 create mode 100644 qrng/inline.c
 create mode 100644 rng/inline.c
 delete mode 100644 vector/vector_source.c


hooks/post-receive
--
GNU Scientific Library




reply via email to

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