[libgetdata] 05/08: Merge branch 'upstream' into debian/master

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed May 3 10:35:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag debian/0.9.3-1
in repository libgetdata.

commit c23baea965c539bf1dd3676723d092cd0c0fe669
Merge: 7db61c2 a5eb002
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Aug 3 12:23:48 2016 +0100

    Merge branch 'upstream' into debian/master

 AUTHORS                                        |    2 +-
 ChangeLog                                      |  309 +++++++
 Makefile.am                                    |    9 +-
 Makefile.in                                    |   12 +-
 NEWS                                           |  120 ++-
 aclocal.m4                                     |    2 +-
 bindings/Makefile.am                           |    4 +-
 bindings/Makefile.in                           |    6 +-
 bindings/cxx/Makefile.am                       |    3 +-
 bindings/cxx/Makefile.in                       |    5 +-
 bindings/cxx/getdata/dirfile.h                 |   21 +-
 bindings/cxx/getdata/entry.h                   |   45 +-
 bindings/cxx/getdata/fragment.h                |   19 +-
 bindings/cxx/getdata/types.h                   |  102 +++
 bindings/cxx/internal.h                        |   27 +
 bindings/cxx/test/Makefile.in                  |    2 +
 bindings/f77/Makefile.in                       |    2 +
 bindings/f77/test/Makefile.in                  |    2 +
 bindings/idl/Makefile.am                       |    4 +-
 bindings/idl/Makefile.in                       |    6 +-
 bindings/idl/makedlm.sh.in                     |    6 +-
 bindings/idl/test/Makefile.in                  |    2 +
 bindings/make_parameters.c                     |   11 +-
 bindings/matlab/Makefile.am                    |    4 +-
 bindings/matlab/Makefile.in                    |    6 +-
 bindings/matlab/getdata_constants.m            |    2 +-
 bindings/matlab/make_contents.sh.in            |   10 +-
 bindings/matlab/test/Makefile.in               |    2 +
 bindings/matlab/test/test.sh                   |    2 +-
 bindings/perl/Makefile.am                      |    2 +-
 bindings/perl/Makefile.in                      |    4 +-
 bindings/php/Makefile.in                       |    2 +
 bindings/php/getdata.c                         | 1004 +++++++++++++----------
 bindings/php/php_getdata.h                     |   17 +-
 bindings/php/test/Makefile.in                  |    2 +
 bindings/php/test/callback.php                 |    5 +-
 bindings/python/Makefile.am                    |   17 +-
 bindings/python/Makefile.in                    |   64 +-
 bindings/python/{pygetdata.h => gdpy_intern.h} |  126 ++-
 bindings/python/pydirfile.c                    | 1019 ++++++++++++++++--------
 bindings/python/pyentry.c                      |  905 +++++++++++++--------
 bindings/python/pyfragment.c                   |   97 ++-
 bindings/python/pygetdata.c                    |  850 +++++++++++++++-----
 bindings/python/pygetdata.h                    |  141 +---
 bindings/python/test/Makefile.am               |    2 +-
 bindings/python/test/Makefile.in               |    4 +-
 bindings/python/test/big_test.py               |  245 +++---
 bindings/python/test/callback.py               |   28 +-
 bindings/python/test/char_enc1.py              |  245 ++++++
 bindings/python/test/char_enc2.py              |  242 ++++++
 bindings/python/test/char_enc3.py              |  366 +++++++++
 configure                                      |  844 +++++++++++++++-----
 configure.ac                                   |   67 +-
 doc/Makefile.in                                |    2 +
 m4/compiler.m4                                 |   10 +-
 m4/encoding.m4                                 |   20 +-
 m4/idl.m4                                      |   64 +-
 m4/matlab.m4                                   |   11 +-
 m4/perl.m4                                     |   36 +-
 m4/php.m4                                      |   27 +-
 m4/python.m4                                   |  178 ++++-
 m4/version.m4                                  |    8 +-
 m4/win32.m4                                    |    4 +-
 man/Makefile.in                                |    2 +
 man/dirfile-format.5                           |    8 +-
 man/gd_carrays.3                               |   11 +-
 man/gd_verbose_prefix.3                        |   14 +-
 src/Makefile.am                                |    4 +-
 src/Makefile.in                                |    9 +-
 src/common.c                                   |   12 +-
 src/gd_config.h.in                             |   12 +
 test/del_bad_code.c => src/gd_extra_config.h   |   40 +-
 src/getdata.h.in                               |    2 +-
 src/globals.c                                  |    6 -
 src/include.c                                  |    4 +
 src/internal.h                                 |    2 +-
 src/name.c                                     |   22 +-
 src/parse.c                                    |    8 +-
 src/sie.c                                      |   84 +-
 test/Makefile.am                               |   37 +-
 test/Makefile.in                               |  519 ++++++------
 test/del_bad_code.c                            |    2 +-
 test/{del_bad_code.c => get_linterp_nodir.c}   |   35 +-
 test/{del_bad_code.c => sie_get_header.c}      |   40 +-
 test/sie_put_header.c                          |   87 ++
 util/Makefile.in                               |    2 +
 86 files changed, 5956 insertions(+), 2411 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgetdata.git



More information about the debian-science-commits mailing list