[libgetdata] branch debian/master updated (8a6664a -> 6cd88c2)

Michael Milligan mmilligan-guest at moszumanska.debian.org
Sun Aug 30 00:35:08 UTC 2015


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

mmilligan-guest pushed a change to branch debian/master
in repository libgetdata.

      from  8a6664a   unreleased 0.8.5-1 from before freeze
       new  6cd88c2   Upstream 0.8.9

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |  310 +-
 Makefile.am                                        |   48 +-
 Makefile.in                                        |  391 +-
 NEWS                                               |  179 +
 aclocal.m4                                         |  723 +-
 bindings/Makefile.in                               |  324 +-
 bindings/cxx/Makefile.am                           |    2 +-
 bindings/cxx/Makefile.in                           |  353 +-
 bindings/cxx/entry.cpp                             |   10 +-
 bindings/cxx/fragment.cpp                          |    6 +-
 bindings/cxx/getdata/entry.h                       |    3 +-
 bindings/cxx/rawentry.cpp                          |    1 +
 bindings/cxx/test/Makefile.am                      |    4 +-
 bindings/cxx/test/Makefile.in                      |  257 +-
 bindings/cxx/test/big_test.cpp                     |   29 +-
 bindings/f77/Makefile.am                           |    3 +-
 bindings/f77/Makefile.in                           |  378 +-
 bindings/f77/fgetdata.c                            |   38 +-
 bindings/f77/getdata.f90.in                        |    4 +
 bindings/f77/test/Makefile.am                      |    2 +-
 bindings/f77/test/Makefile.in                      |  278 +-
 bindings/f77/test/big_test.f                       |   18 +-
 bindings/f77/test/big_test95.f90                   |   18 +-
 bindings/idl/Makefile.am                           |    1 +
 bindings/idl/Makefile.in                           |  333 +-
 bindings/idl/getdata.c                             |    2 +-
 bindings/idl/test/Makefile.am                      |    6 +-
 bindings/idl/test/Makefile.in                      |  140 +-
 bindings/make_parameters.c                         |    2 +-
 bindings/matlab/Makefile.am                        |   13 +-
 bindings/matlab/Makefile.in                        |  365 +-
 bindings/matlab/getdata_constants.m                |    2 +-
 bindings/matlab/test/Makefile.am                   |    6 +-
 bindings/matlab/test/Makefile.in                   |  140 +-
 bindings/matlab/test/big_test.m                    |   14 +
 bindings/perl/GetData.pm.in                        |    4 +-
 bindings/perl/Makefile.am                          |    6 +-
 bindings/perl/Makefile.in                          |  120 +-
 bindings/perl/t/big_test.t                         |   13 +-
 bindings/python/Makefile.am                        |    6 +-
 bindings/python/Makefile.in                        |  362 +-
 bindings/python/pydirfile.c                        |   81 +-
 bindings/python/pyentry.c                          |    4 +-
 bindings/python/pyfragment.c                       |    6 +-
 bindings/python/pygetdata.c                        |   59 +-
 bindings/python/pygetdata.h                        |   20 +-
 bindings/python/test/Makefile.am                   |    6 +-
 bindings/python/test/Makefile.in                   |  140 +-
 bindings/python/test/big_test.py                   |   11 +
 compile                                            |  347 +
 config.guess                                       |  194 +-
 config.sub                                         |  110 +-
 configure                                          | 8349 ++++++++++++--------
 configure.ac                                       |   61 +-
 depcomp                                            |  455 +-
 doc/Makefile.in                                    |  112 +-
 install-sh                                         |   14 +-
 ltmain.sh                                          | 5530 ++++++++-----
 m4/compiler.m4                                     |   35 -
 m4/idl.m4                                          |    2 +-
 m4/libtool.m4                                      | 2561 +++---
 m4/ltoptions.m4                                    |  127 +-
 m4/ltsugar.m4                                      |    7 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |    7 +-
 m4/perl.m4                                         |    4 +-
 m4/python.m4                                       |   62 +-
 m4/version.m4                                      |   14 +-
 man/Makefile.in                                    |  130 +-
 man/dirfile.5                                      |   13 +-
 man/gd_add_bit.3                                   |   27 +-
 man/gd_alter_bit.3                                 |   39 +-
 man/gd_alter_encoding.3.in                         |   19 +-
 man/gd_alter_entry.3                               |   52 +-
 man/gd_linterp_tablename.3                         |   20 +-
 man/gd_madd_bit.3                                  |   22 +-
 man/gd_naliases.3                                  |   10 +-
 man/gd_raw_filename.3                              |   20 +-
 missing                                            |  414 +-
 src/Makefile.in                                    |  373 +-
 src/add.c                                          |  180 +-
 src/bzip.c                                         |    2 +-
 src/common.c                                       |   11 +-
 src/encoding.c                                     |    4 +
 src/entry.c                                        |    5 +-
 src/field_list.c                                   |    6 +-
 src/flimits.c                                      |    2 +-
 src/flush.c                                        |    8 +-
 src/fpos.c                                         |    6 +-
 src/fragment.c                                     |    2 +-
 src/gd_config.h.in                                 |   57 +-
 src/getdata.c                                      |  200 +-
 src/getdata.h.in                                   |   75 +-
 src/gzip.c                                         |    9 +-
 src/include.c                                      |   14 +-
 src/index.c                                        |    6 +-
 src/internal.h                                     |    2 +-
 src/legacy.c                                       |   11 +-
 src/lzma.c                                         |    4 +-
 src/mod.c                                          |   33 +-
 src/name.c                                         |    3 +-
 src/native.c                                       |    2 +-
 src/open.c                                         |   20 +-
 src/parse.c                                        |   39 +-
 src/putdata.c                                      |   18 +-
 src/raw.c                                          |   14 +-
 src/sie.c                                          |  270 +-
 src/types.c                                        |    3 +-
 test/Makefile.am                                   |   56 +-
 test/Makefile.in                                   | 4045 +++++++---
 test/{add_meta_alias.c => add_bit_scalars.c}       |   42 +-
 test/{add_mplex_val.c => add_dangle_dup.c}         |   22 +-
 test/{add_divide.c => add_mplex_scalars.c}         |   37 +-
 ...dd_scalar_carray_bad.c => add_polynom_scalar.c} |   34 +-
 test/{add.c => add_raw_spf_scalar.c}               |   12 +-
 test/{desync_flush.c => flush_hex.c}               |   38 +-
 test/flush_ref.c                                   |    1 -
 test/{get_carray.c => get_carray_c2r.c}            |   11 +-
 test/{get_window_clr.c => get_cpolynom1.c}         |   22 +-
 test/{convert_uint8_int32.c => get_cpolynom_int.c} |   14 +-
 test/{repr_real_i.c => get_divide_ccin.c}          |   37 +-
 test/{repr_real_i.c => get_divide_crin.c}          |   37 +-
 test/{repr_real_r.c => get_divide_crinr.c}         |   31 +-
 test/{repr_real_a.c => get_divide_rcin.c}          |   37 +-
 test/{get_null.c => get_divide_s.c}                |   14 +-
 test/{seek64.c => get_foffs2.c}                    |   35 +-
 test/{repr_real_i.c => get_multiply_ccin.c}        |   37 +-
 test/{repr_real_i.c => get_multiply_crin.c}        |   37 +-
 test/{repr_real_r.c => get_multiply_crinr.c}       |   29 +-
 test/get_multiply_noin.c                           |    4 +-
 test/{repr_real_i.c => get_multiply_rcin.c}        |   37 +-
 test/{get_null.c => get_multiply_s.c}              |   14 +-
 test/{repr_int16.c => get_polynom_cmpin.c}         |   45 +-
 test/get_uint32.c                                  |    5 +-
 test/get_uint64.c                                  |    5 +-
 test/{trunc_rofs.c => open_rofs.c}                 |   21 +-
 test/open_sym_a.c                                  |    1 +
 test/open_sym_al.c                                 |    1 +
 test/open_sym_at.c                                 |    1 +
 test/{parse_lincom_scalar.c => parse_hex.c}        |   36 +-
 test/{parse_lincom.c => parse_utf8.c}              |   26 +-
 test/{parse_ncols.c => parse_utf8_invalid.c}       |   10 +-
 test/{parse_ncols.c => parse_utf8_zero.c}          |   10 +-
 test/{get_foffs.c => seek_foffs2.c}                |   30 +-
 test/sie_nframes_big.c                             |    6 +-
 test/sie_nframes_little.c                          |    6 +-
 test/{sie_put_little.c => sie_put_append.c}        |   29 +-
 test/{sie_put_little.c => sie_put_append2.c}       |   29 +-
 test/{sie_put_little.c => sie_put_back.c}          |   31 +-
 test/{desync.c => sie_put_many.c}                  |   51 +-
 test/{desync.c => sie_put_newo.c}                  |   54 +-
 test/{desync.c => sie_put_newo0.c}                 |   69 +-
 test/{sie_put_little.c => sie_put_pad.c}           |   24 +-
 test/{sie_put_little.c => sie_put_pad0.c}          |   35 +-
 test/{sie_get_little.c => sie_put_trunc.c}         |   30 +-
 test/{sie_put_little.c => sie_put_trunc2.c}        |   35 +-
 test/{version_0_write.c => sie_put_trunc_nf.c}     |   37 +-
 test/{sie_get_little.c => sie_sync.c}              |   25 +-
 test/slim_get.c                                    |    5 +-
 test/tok_escape.c                                  |    3 +
 test/tok_quote.c                                   |    3 +
 test/zzip_data.c                                   |    5 +-
 test/zzip_get.c                                    |    5 +-
 test/zzslim_get.c                                  |    5 +-
 util/Makefile.am                                   |    4 +-
 util/Makefile.in                                   |  249 +-
 util/dirfile2ascii.c                               |    8 +-
 167 files changed, 19380 insertions(+), 11631 deletions(-)
 create mode 100755 compile
 copy test/{add_meta_alias.c => add_bit_scalars.c} (75%)
 copy test/{add_mplex_val.c => add_dangle_dup.c} (76%)
 copy test/{add_divide.c => add_mplex_scalars.c} (77%)
 copy test/{add_scalar_carray_bad.c => add_polynom_scalar.c} (70%)
 copy test/{add.c => add_raw_spf_scalar.c} (89%)
 copy test/{desync_flush.c => flush_hex.c} (73%)
 copy test/{get_carray.c => get_carray_c2r.c} (86%)
 copy test/{get_window_clr.c => get_cpolynom1.c} (82%)
 copy test/{convert_uint8_int32.c => get_cpolynom_int.c} (87%)
 copy test/{repr_real_i.c => get_divide_ccin.c} (72%)
 copy test/{repr_real_i.c => get_divide_crin.c} (71%)
 copy test/{repr_real_r.c => get_divide_crinr.c} (76%)
 copy test/{repr_real_a.c => get_divide_rcin.c} (71%)
 copy test/{get_null.c => get_divide_s.c} (87%)
 copy test/{seek64.c => get_foffs2.c} (76%)
 copy test/{repr_real_i.c => get_multiply_ccin.c} (70%)
 copy test/{repr_real_i.c => get_multiply_crin.c} (71%)
 copy test/{repr_real_r.c => get_multiply_crinr.c} (76%)
 copy test/{repr_real_i.c => get_multiply_rcin.c} (71%)
 copy test/{get_null.c => get_multiply_s.c} (87%)
 copy test/{repr_int16.c => get_polynom_cmpin.c} (71%)
 copy test/{trunc_rofs.c => open_rofs.c} (77%)
 copy test/{parse_lincom_scalar.c => parse_hex.c} (65%)
 copy test/{parse_lincom.c => parse_utf8.c} (74%)
 copy test/{parse_ncols.c => parse_utf8_invalid.c} (92%)
 copy test/{parse_ncols.c => parse_utf8_zero.c} (92%)
 copy test/{get_foffs.c => seek_foffs2.c} (79%)
 copy test/{sie_put_little.c => sie_put_append.c} (81%)
 copy test/{sie_put_little.c => sie_put_append2.c} (80%)
 copy test/{sie_put_little.c => sie_put_back.c} (80%)
 copy test/{desync.c => sie_put_many.c} (69%)
 copy test/{desync.c => sie_put_newo.c} (67%)
 copy test/{desync.c => sie_put_newo0.c} (58%)
 copy test/{sie_put_little.c => sie_put_pad.c} (78%)
 copy test/{sie_put_little.c => sie_put_pad0.c} (75%)
 copy test/{sie_get_little.c => sie_put_trunc.c} (77%)
 copy test/{sie_put_little.c => sie_put_trunc2.c} (74%)
 copy test/{version_0_write.c => sie_put_trunc_nf.c} (70%)
 copy test/{sie_get_little.c => sie_sync.c} (83%)

-- 
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