[libgetdata] 02/05: Merge tag 'upstream/0.9.0'

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


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

mckinstry pushed a commit to tag debian/0.9.0-2.2
in repository libgetdata.

commit dde909faeedfc8b7682a0c38006a0fa2f149d84b
Merge: 91b1bea a96d847
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Oct 29 04:57:25 2015 +0000

    Merge tag 'upstream/0.9.0'

 ChangeLog                                       | 1365 +++-
 Makefile.am                                     |   50 +-
 Makefile.in                                     |   90 +-
 NEWS                                            | 1522 ++--
 TODO                                            |    1 +
 aclocal.m4                                      | 9035 ++++++++++++++++++++++-
 bindings/Makefile.am                            |   10 +-
 bindings/Makefile.in                            |   43 +-
 bindings/cxx/Makefile.am                        |   19 +-
 bindings/cxx/Makefile.in                        |   55 +-
 bindings/cxx/bitentry.cpp                       |   18 +-
 bindings/cxx/constentry.cpp                     |    2 +-
 bindings/cxx/dirfile.cpp                        |   28 +-
 bindings/cxx/entry.cpp                          |   28 +-
 bindings/cxx/fragment.cpp                       |    2 +-
 bindings/cxx/getdata/bitentry.h                 |   14 +-
 bindings/cxx/getdata/carrayentry.h              |    2 +-
 bindings/cxx/getdata/constentry.h               |    2 +-
 bindings/cxx/getdata/dirfile.h                  |   14 +-
 bindings/cxx/getdata/divideentry.h              |    6 +-
 bindings/cxx/getdata/entry.h                    |   34 +-
 bindings/cxx/getdata/fragment.h                 |   18 +-
 bindings/cxx/getdata/indexentry.h               |    2 +-
 bindings/cxx/getdata/lincomentry.h              |   34 +-
 bindings/cxx/getdata/linterpentry.h             |    6 +-
 bindings/cxx/getdata/mplexentry.h               |   14 +-
 bindings/cxx/getdata/multiplyentry.h            |    6 +-
 bindings/cxx/getdata/phaseentry.h               |   14 +-
 bindings/cxx/getdata/polynomentry.h             |   31 +-
 bindings/cxx/getdata/rawentry.h                 |   10 +-
 bindings/cxx/getdata/recipentry.h               |   18 +-
 bindings/cxx/getdata/sbitentry.h                |   14 +-
 bindings/cxx/getdata/stringentry.h              |    2 +-
 bindings/cxx/getdata/windowentry.h              |   14 +-
 bindings/cxx/indexentry.cpp                     |   21 -
 bindings/cxx/internal.h                         |   10 +-
 bindings/cxx/lincomentry.cpp                    |   10 +-
 bindings/cxx/linterpentry.cpp                   |    2 +-
 bindings/cxx/mplexentry.cpp                     |    2 +-
 bindings/cxx/multiplyentry.cpp                  |    2 +-
 bindings/cxx/polynomentry.cpp                   |    8 +-
 bindings/cxx/rawentry.cpp                       |    2 +-
 bindings/cxx/recipentry.cpp                     |    8 +-
 bindings/cxx/sbitentry.cpp                      |   18 +-
 bindings/cxx/stringentry.cpp                    |    2 +-
 bindings/cxx/test/Makefile.am                   |   12 +-
 bindings/cxx/test/Makefile.in                   |   40 +-
 bindings/cxx/test/big_test.cpp                  | 1072 ++-
 bindings/cxx/windowentry.cpp                    |    2 +-
 bindings/f77/Makefile.am                        |   22 +-
 bindings/f77/Makefile.in                        |   44 +-
 bindings/f77/fgetdata.c                         | 1449 +++-
 bindings/f77/fgetdata.h                         |  230 +-
 bindings/f77/getdata.f.in                       |   72 +-
 bindings/f77/getdata.f90.in                     |  393 +-
 bindings/f77/test/Makefile.am                   |   26 +-
 bindings/f77/test/Makefile.in                   |   46 +-
 bindings/f77/test/big_test.f                    | 2446 ++++--
 bindings/f77/test/big_test95.f90                | 2208 +++---
 bindings/f77/test/gdcopn.f                      |   53 +-
 bindings/idl/Makefile.am                        |    8 +-
 bindings/idl/Makefile.in                        |   39 +-
 bindings/idl/getdata.c                          | 1216 +--
 bindings/idl/makedlm.sh.in                      |    2 +-
 bindings/idl/test/Makefile.am                   |    2 +-
 bindings/idl/test/Makefile.in                   |   36 +-
 bindings/idl/test/big_test.pro                  | 1440 ++--
 bindings/idl/test/getdata_idl_test_routines.pro |   22 +
 bindings/make_parameters.c                      |  510 +-
 bindings/matlab/Contents.m.head                 |    3 +-
 bindings/matlab/Makefile.am                     |   44 +-
 bindings/matlab/Makefile.in                     |   76 +-
 bindings/matlab/gd_add_carray.c                 |    4 +-
 bindings/matlab/gd_add_const.c                  |    4 +-
 bindings/matlab/gd_array_len.c                  |   56 +
 bindings/matlab/gd_carray_len.c                 |   56 -
 bindings/matlab/gd_delete_alias.c               |   57 -
 bindings/matlab/gd_encoding_support.c           |   53 +
 bindings/matlab/gd_get_carray.c                 |    4 +-
 bindings/matlab/gd_getdata.c                    |    6 +-
 bindings/matlab/gd_madd_carray.c                |    4 +-
 bindings/matlab/gd_madd_const.c                 |    4 +-
 bindings/matlab/gd_matlab.h                     |   18 +-
 bindings/matlab/gd_move.c                       |    7 +-
 bindings/matlab/gd_move_alias.c                 |   55 -
 bindings/matlab/gd_put_carray.m                 |    4 +-
 bindings/matlab/gd_put_carray_slice.c           |    4 +-
 bindings/matlab/gd_putdata.c                    |    4 +-
 bindings/matlab/getdata_constants.m             |   26 +-
 bindings/matlab/matlab.c                        |   90 +-
 bindings/matlab/test/Makefile.am                |    2 +-
 bindings/matlab/test/Makefile.in                |   36 +-
 bindings/matlab/test/big_test.m                 | 1080 ++-
 bindings/perl/GetData.pm.in                     |   41 +-
 bindings/perl/GetData.xs                        |  699 +-
 bindings/perl/Makefile.am                       |    2 +-
 bindings/perl/Makefile.in                       |   36 +-
 bindings/perl/funclist.pl                       |   21 +
 bindings/perl/simple_funcs.pl                   |   24 +-
 bindings/perl/simple_funcs.xsin                 |   64 +-
 bindings/perl/t/big_test.t                      | 1821 +++--
 bindings/perl/t/callback.t                      |   20 +
 bindings/perl/typemap                           |   50 +-
 bindings/php/Makefile.am                        |   40 +
 bindings/php/Makefile.in                        |  903 +++
 bindings/php/getdata.c                          | 4895 ++++++++++++
 bindings/php/php_getdata.h                      |   64 +
 bindings/php/test/Makefile.am                   |   50 +
 bindings/php/test/Makefile.in                   |  700 ++
 bindings/php/test/big_test.php                  | 1694 +++++
 bindings/python/Makefile.am                     |   35 +-
 bindings/python/Makefile.in                     |  261 +-
 bindings/python/pydirfile.c                     |  272 +-
 bindings/python/pyentry.c                       |   85 +-
 bindings/python/pyfragment.c                    |   11 +-
 bindings/python/pygetdata.c                     |  128 +-
 bindings/python/pygetdata.h                     |    7 +-
 bindings/python/setup.py.in                     |  101 +
 bindings/python/test/Makefile.am                |    4 +-
 bindings/python/test/Makefile.in                |   38 +-
 bindings/python/test/big_test.py                | 1042 ++-
 bindings/python/test/callback.py                |   20 +
 configure                                       | 2674 ++++---
 configure.ac                                    |  328 +-
 doc/Makefile.am                                 |    2 +-
 doc/Makefile.in                                 |   36 +-
 doc/README.cxx                                  |  149 +-
 doc/README.f77                                  |  623 +-
 doc/README.f95                                  |   27 +-
 doc/README.idl                                  |   45 +-
 doc/README.python                               |    8 +-
 m4/compiler.m4                                  |  102 +-
 m4/encoding.m4                                  |    2 +-
 m4/idl.m4                                       |    4 +-
 m4/libtool.m4                                   | 8369 ---------------------
 m4/ltoptions.m4                                 |  437 --
 m4/ltsugar.m4                                   |  124 -
 m4/ltversion.m4                                 |   23 -
 m4/lt~obsolete.m4                               |   99 -
 m4/matlab.m4                                    |   41 +-
 m4/perl.m4                                      |    6 +-
 m4/php.m4                                       |  112 +
 m4/python.m4                                    |   60 +-
 m4/version.m4                                   |   22 +-
 m4/win32.m4                                     |    2 +-
 man/Makefile.am                                 |   34 +-
 man/Makefile.in                                 |   68 +-
 man/dirfile-encoding.5                          |   86 +-
 man/dirfile-format.5                            |    2 +-
 man/gd_add.3                                    |   45 +-
 man/gd_add_bit.3                                |   50 +-
 man/gd_add_spec.3                               |   16 +-
 man/gd_alter_bit.3                              |   31 +-
 man/gd_alter_encoding.3.in                      |    8 +-
 man/gd_alter_endianness.3.in                    |   16 +-
 man/gd_alter_entry.3                            |   37 +-
 man/gd_alter_frameoffset.3.in                   |   17 +-
 man/gd_alter_spec.3                             |   29 +-
 man/gd_array_len.3                              |   86 +
 man/gd_bof.3                                    |    5 -
 man/gd_bof64.3                                  |    2 +-
 man/gd_carray_len.3                             |   88 -
 man/gd_cbopen.3                                 |   42 +-
 man/gd_close.3                                  |   18 +-
 man/gd_delete.3                                 |   41 +-
 man/gd_desync.3                                 |    6 +-
 man/gd_dirfile_standards.3                      |    2 +-
 man/gd_encoding_support.3                       |   81 +
 man/gd_entry.3                                  |   94 +-
 man/gd_entry_type.3                             |    5 -
 man/gd_eof.3                                    |   11 +-
 man/gd_eof64.3                                  |    2 +-
 man/gd_error_count.3                            |   15 +-
 man/gd_error_string.3                           |   12 +-
 man/gd_flush.3                                  |   30 +-
 man/gd_framenum_subset.3                        |   21 +-
 man/gd_framenum_subset64.3                      |    2 +-
 man/gd_frameoffset64.3                          |    2 +-
 man/gd_free_entry_strings.3                     |   10 +-
 man/gd_get_carray_slice.3                       |   16 +-
 man/gd_getdata.3                                |  163 +-
 man/gd_getdata64.3                              |    2 +-
 man/gd_hidden.3                                 |    8 +-
 man/gd_hide.3                                   |   10 +-
 man/gd_include_affix.3                          |    8 +-
 man/gd_linterp_tablename.3                      |    7 +-
 man/gd_madd_bit.3                               |    3 +-
 man/gd_metaflush.3                              |   15 +-
 man/gd_move.3                                   |   81 +-
 man/gd_naliases.3                               |    2 +-
 man/gd_native_type.3                            |   28 +-
 man/gd_nframes.3                                |    6 +-
 man/gd_nframes64.3                              |    2 +-
 man/gd_put_carray_slice.3                       |    9 +-
 man/gd_put_string.3                             |    5 -
 man/gd_putdata.3                                |   32 +-
 man/gd_putdata64.3                              |    2 +-
 man/gd_raw_filename.3                           |    9 +-
 man/gd_rename.3                                 |   55 +-
 man/gd_rewrite_fragment.3                       |   15 +-
 man/gd_seek.3                                   |   40 +-
 man/gd_seek64.3                                 |    2 +-
 man/gd_spf.3                                    |    5 -
 man/gd_tell.3                                   |   18 +-
 man/gd_tell64.3                                 |    2 +-
 man/gd_uninclude.3                              |   15 +-
 man/gd_validate.3                               |    5 -
 src/Makefile.am                                 |   56 +-
 src/Makefile.in                                 |  155 +-
 src/add.c                                       |  650 +-
 src/ascii.c                                     |   30 +-
 src/bzip.c                                      |  309 +-
 src/close.c                                     |    9 +-
 src/common.c                                    |  168 +-
 src/compat.c                                    |   38 +-
 src/constant.c                                  |  166 +-
 src/debug.c                                     |    4 +-
 src/del.c                                       |  144 +-
 src/encoding.c                                  |  420 +-
 src/endian.c                                    |  172 +-
 src/entry.c                                     |  233 +-
 src/errors.c                                    |  132 +-
 src/field_list.c                                |   25 +-
 src/flac.c                                      |  574 ++
 src/flimits.c                                   |   74 +-
 src/flush.c                                     |  856 ++-
 src/fpos.c                                      |  176 +-
 src/fragment.c                                  |   43 +-
 src/gd_config.h.in                              |   71 +-
 src/getdata.c                                   |  284 +-
 src/getdata.h.in                                |  130 +-
 src/globals.c                                   |    4 +-
 src/gzip.c                                      |   72 +-
 src/include.c                                   |  201 +-
 src/index.c                                     |   50 +-
 src/internal.h                                  |  559 +-
 src/legacy.c                                    |   47 +-
 src/lzma.c                                      |  571 +-
 src/mod.c                                       |  370 +-
 src/move.c                                      |  247 +-
 src/name.c                                      | 1041 ++-
 src/nan.h                                       |   34 -
 src/native.c                                    |   30 +-
 src/nfields.c                                   |    2 +-
 src/nframes.c                                   |   26 +-
 src/open.c                                      |  152 +-
 src/parse.c                                     | 1470 ++--
 src/protect.c                                   |    2 +-
 src/putdata.c                                   |  193 +-
 src/raw.c                                       |   33 +-
 src/sie.c                                       |   22 +-
 src/slim.c                                      |  181 +-
 src/spf.c                                       |   18 +-
 src/string.c                                    |  174 +-
 src/types.c                                     |    2 +-
 src/zzip.c                                      |  248 +-
 src/zzslim.c                                    |  127 +-
 test/Makefile.am                                |  362 +-
 test/Makefile.in                                | 3966 +++++++---
 test/add.c                                      |   75 -
 test/add_add.c                                  |   75 +
 test/add_alias.c                                |    7 +-
 test/add_alias_affix.c                          |    7 +-
 test/add_alias_meta.c                           |    7 +-
 test/add_amb_code7.c                            |   54 +
 test/add_bit.c                                  |    4 +-
 test/add_bit_bitnum.c                           |    4 +-
 test/add_bit_bitsize.c                          |    4 +-
 test/add_bit_invalid.c                          |    4 +-
 test/add_bit_numbits.c                          |    4 +-
 test/add_carray.c                               |    6 +-
 test/add_clincom.c                              |    6 +-
 test/add_code.c                                 |    4 +-
 test/add_const.c                                |    4 +-
 test/add_cpolynom.c                             |    6 +-
 test/add_crecip.c                               |    6 +-
 test/add_crecip89.c                             |    6 +-
 test/add_divide.c                               |    4 +-
 test/add_divide_invalid.c                       |    4 +-
 test/add_dot5.c                                 |   76 +
 test/add_dot6.c                                 |   60 +
 test/add_duplicate.c                            |    4 +-
 test/add_format.c                               |    4 +-
 test/add_invalid.c                              |    4 +-
 test/add_lincom.c                               |    6 +-
 test/add_lincom_affix.c                         |    6 +-
 test/add_lincom_invalid.c                       |    4 +-
 test/add_lincom_nfields.c                       |    4 +-
 test/add_linterp.c                              |    4 +-
 test/add_linterp_invalid.c                      |    4 +-
 test/add_meta.c                                 |    4 +-
 test/add_meta_alias.c                           |    4 +-
 test/add_mplex.c                                |    6 +-
 test/add_multiply.c                             |    4 +-
 test/add_multiply_invalid.c                     |    4 +-
 test/add_phase.c                                |    4 +-
 test/add_phase_invalid.c                        |    4 +-
 test/add_polynom.c                              |    6 +-
 test/add_polynom_scalar.c                       |    3 +-
 test/add_protect.c                              |    4 +-
 test/add_raw.c                                  |    4 +-
 test/add_raw_include.c                          |    4 +-
 test/add_raw_invalid.c                          |    4 +-
 test/add_raw_spf.c                              |    4 +-
 test/add_raw_spf_scalar.c                       |    2 +-
 test/add_raw_sub.c                              |   85 +
 test/add_raw_type.c                             |    4 +-
 test/add_rdonly.c                               |    4 +-
 test/add_recip.c                                |    6 +-
 test/add_resolv.c                               |    7 +-
 test/add_sbit.c                                 |    4 +-
 test/add_scalar.c                               |    5 +-
 test/add_scalar_carray.c                        |    5 +-
 test/add_scalar_carray_bad.c                    |    3 +-
 test/add_sort.c                                 |    4 +-
 test/add_spec.c                                 |    4 +-
 test/add_spec_directive.c                       |    4 +-
 test/add_spec_invalid.c                         |    4 +-
 test/add_spec_meta.c                            |    4 +-
 test/add_spec_resolv.c                          |    7 +-
 test/add_string.c                               |    4 +-
 test/add_string_affix.c                         |    4 +-
 test/add_type.c                                 |    4 +-
 test/add_window.c                               |    4 +-
 test/add_window_op.c                            |    4 +-
 test/alias_list.c                               |    4 +-
 test/alias_list_alias.c                         |    4 +-
 test/alias_list_missing.c                       |    4 +-
 test/alias_num.c                                |    9 +-
 test/alias_num_alias.c                          |    9 +-
 test/alias_num_missing.c                        |    9 +-
 test/alias_target.c                             |    4 +-
 test/alias_target_alias.c                       |    4 +-
 test/alias_target_missing.c                     |    4 +-
 test/alter_bit_bitnum.c                         |    4 +-
 test/alter_bit_numbits.c                        |    4 +-
 test/alter_carray_len.c                         |    6 +-
 test/alter_carray_type.c                        |    6 +-
 test/alter_clincom.c                            |   95 +
 test/alter_const.c                              |    4 +-
 test/alter_const_c2r.c                          |    4 +-
 test/alter_const_r2c.c                          |   64 +
 test/alter_const_r2r.c                          |   64 +
 test/alter_cpolynom.c                           |    4 +-
 test/alter_cpolynom_null.c                      |   87 +
 test/alter_crecip.c                             |    4 +-
 test/alter_crecip89.c                           |    4 +-
 test/alter_crecip89_null.c                      |   79 +
 test/alter_crecip_zero.c                        |    4 +-
 test/alter_divide.c                             |    4 +-
 test/alter_entry.c                              |    4 +-
 test/alter_entry_affix.c                        |    4 +-
 test/alter_entry_hidden.c                       |    9 +-
 test/alter_entry_lincom.c                       |   82 +
 test/alter_entry_recode.c                       |    4 +-
 test/alter_entry_recode_recalc.c                |   98 +
 test/alter_entry_scalar1.c                      |   74 +
 test/alter_entry_scalar2a.c                     |    4 +-
 test/alter_entry_scalar2n.c                     |    4 +-
 test/alter_entry_scalar3.c                      |    4 +-
 test/alter_entry_scalar3c.c                     |   73 +
 test/alter_entry_scalar4.c                      |    4 +-
 test/alter_entry_scalar_amb.c                   |   65 +
 test/alter_index.c                              |   59 +
 test/alter_lincom_23.c                          |    4 +-
 test/alter_lincom_32.c                          |    4 +-
 test/alter_lincom_input.c                       |    4 +-
 test/alter_lincom_offset.c                      |    4 +-
 test/alter_lincom_slope.c                       |    4 +-
 test/alter_linterp.c                            |   34 +-
 test/alter_linterp_move.c                       |   17 +-
 test/alter_mplex.c                              |    4 +-
 test/alter_mspec.c                              |    4 +-
 test/alter_mspec_affix.c                        |    4 +-
 test/alter_multiply.c                           |    4 +-
 test/alter_phase.c                              |    4 +-
 test/alter_polynom_coeff.c                      |    6 +-
 test/alter_polynom_input.c                      |    4 +-
 test/alter_polynom_ord.c                        |    4 +-
 test/alter_raw_spf.c                            |    4 +-
 test/alter_raw_type.c                           |    4 +-
 test/alter_recip.c                              |    4 +-
 test/alter_recip_zero.c                         |    4 +-
 test/alter_spec.c                               |    4 +-
 test/alter_spec_affix.c                         |    4 +-
 test/alter_spec_meta.c                          |    4 +-
 test/alter_spec_polynom.c                       |   70 +
 test/alter_window.c                             |    4 +-
 test/ascii_add.c                                |    4 +-
 test/ascii_get.c                                |    4 +-
 test/ascii_get_complex.c                        |   71 +
 test/ascii_get_get.c                            |    4 +-
 test/ascii_get_here.c                           |   70 +
 test/ascii_get_sub.c                            |   82 +
 test/ascii_nframes.c                            |    4 +-
 test/ascii_put.c                                |   15 +-
 test/ascii_put_here.c                           |   92 +
 test/ascii_seek.c                               |   59 +
 test/ascii_seek_far.c                           |   59 +
 test/ascii_sync.c                               |   88 +
 test/bof.c                                      |    4 +-
 test/bof_bit.c                                  |   67 +
 test/bof_index.c                                |   64 +
 test/bof_lincom.c                               |    4 +-
 test/bof_phase.c                                |    4 +-
 test/bof_phase_neg.c                            |   85 +
 test/bzip_add.c                                 |   77 +
 test/bzip_get.c                                 |    9 +-
 test/bzip_get_far.c                             |   82 +
 test/bzip_get_get.c                             |   30 +-
 test/bzip_get_get2.c                            |   82 +
 test/bzip_get_put.c                             |  173 +
 test/bzip_move_from.c                           |   21 +-
 test/bzip_move_to.c                             |  111 +
 test/bzip_nframes.c                             |    4 +-
 test/bzip_put.c                                 |  115 +
 test/bzip_put_back.c                            |  101 +
 test/bzip_put_endian.c                          |  117 +
 test/bzip_put_get.c                             |   83 +
 test/bzip_put_pad.c                             |  103 +
 test/bzip_put_sub.c                             |  111 +
 test/bzip_seek.c                                |   72 +
 test/bzip_seek_far.c                            |   72 +
 test/bzip_sync.c                                |   93 +
 test/{close.c => close_close.c}                 |    0
 test/close_discard.c                            |    4 +-
 test/convert_complex128_complex64.c             |    4 +-
 test/convert_complex128_float64.c               |    4 +-
 test/convert_complex128_int64.c                 |    4 +-
 test/convert_complex128_uint64.c                |    4 +-
 test/convert_complex64_complex128.c             |    4 +-
 test/convert_complex64_float64.c                |    4 +-
 test/convert_complex64_int64.c                  |    4 +-
 test/convert_complex64_uint64.c                 |    4 +-
 test/convert_float32_complex128.c               |    7 +-
 test/convert_float32_complex64.c                |    7 +-
 test/convert_float32_float64.c                  |    4 +-
 test/convert_float32_int16.c                    |    4 +-
 test/convert_float32_int32.c                    |    4 +-
 test/convert_float32_int64.c                    |    4 +-
 test/convert_float32_int8.c                     |    4 +-
 test/convert_float32_uint16.c                   |    4 +-
 test/convert_float32_uint32.c                   |    4 +-
 test/convert_float32_uint64.c                   |    4 +-
 test/convert_float32_uint8.c                    |    4 +-
 test/convert_float64_complex128.c               |    7 +-
 test/convert_float64_complex64.c                |    7 +-
 test/convert_float64_float32.c                  |    4 +-
 test/convert_float64_int16.c                    |    4 +-
 test/convert_float64_int32.c                    |    4 +-
 test/convert_float64_int64.c                    |    4 +-
 test/convert_float64_int8.c                     |    4 +-
 test/convert_float64_uint16.c                   |    4 +-
 test/convert_float64_uint32.c                   |    4 +-
 test/convert_float64_uint64.c                   |    4 +-
 test/convert_float64_uint8.c                    |    4 +-
 test/convert_int16_complex128.c                 |    7 +-
 test/convert_int16_complex64.c                  |    7 +-
 test/convert_int16_float32.c                    |    4 +-
 test/convert_int16_float64.c                    |    4 +-
 test/convert_int16_int32.c                      |    4 +-
 test/convert_int16_int64.c                      |    4 +-
 test/convert_int16_int8.c                       |    4 +-
 test/convert_int16_uint16.c                     |    4 +-
 test/convert_int16_uint32.c                     |    4 +-
 test/convert_int16_uint64.c                     |    4 +-
 test/convert_int16_uint8.c                      |    4 +-
 test/convert_int32_complex128.c                 |    7 +-
 test/convert_int32_complex64.c                  |    7 +-
 test/convert_int32_float32.c                    |    4 +-
 test/convert_int32_float64.c                    |    4 +-
 test/convert_int32_int16.c                      |    4 +-
 test/convert_int32_int64.c                      |    4 +-
 test/convert_int32_int8.c                       |    4 +-
 test/convert_int32_uint16.c                     |    4 +-
 test/convert_int32_uint32.c                     |    4 +-
 test/convert_int32_uint64.c                     |    4 +-
 test/convert_int32_uint8.c                      |    4 +-
 test/convert_int64_complex128.c                 |    7 +-
 test/convert_int64_complex64.c                  |    7 +-
 test/convert_int64_float32.c                    |    4 +-
 test/convert_int64_float64.c                    |    4 +-
 test/convert_int64_int16.c                      |    4 +-
 test/convert_int64_int32.c                      |    4 +-
 test/convert_int64_int8.c                       |    4 +-
 test/convert_int64_uint16.c                     |    4 +-
 test/convert_int64_uint32.c                     |    4 +-
 test/convert_int64_uint64.c                     |    4 +-
 test/convert_int64_uint8.c                      |    4 +-
 test/convert_int8_complex128.c                  |    7 +-
 test/convert_int8_complex64.c                   |    7 +-
 test/convert_int8_float32.c                     |    4 +-
 test/convert_int8_float64.c                     |    4 +-
 test/convert_int8_int16.c                       |    4 +-
 test/convert_int8_int32.c                       |    4 +-
 test/convert_int8_int64.c                       |    4 +-
 test/convert_int8_uint16.c                      |    4 +-
 test/convert_int8_uint32.c                      |    4 +-
 test/convert_int8_uint64.c                      |    4 +-
 test/convert_int8_uint8.c                       |    4 +-
 test/convert_uint16_complex128.c                |    7 +-
 test/convert_uint16_complex64.c                 |    7 +-
 test/convert_uint16_float32.c                   |    4 +-
 test/convert_uint16_float64.c                   |    4 +-
 test/convert_uint16_int16.c                     |    4 +-
 test/convert_uint16_int32.c                     |    4 +-
 test/convert_uint16_int64.c                     |    4 +-
 test/convert_uint16_int8.c                      |    4 +-
 test/convert_uint16_uint32.c                    |    4 +-
 test/convert_uint16_uint64.c                    |    4 +-
 test/convert_uint16_uint8.c                     |    4 +-
 test/convert_uint32_complex128.c                |    7 +-
 test/convert_uint32_complex64.c                 |    7 +-
 test/convert_uint32_float32.c                   |    4 +-
 test/convert_uint32_float64.c                   |    4 +-
 test/convert_uint32_int16.c                     |    4 +-
 test/convert_uint32_int32.c                     |    4 +-
 test/convert_uint32_int64.c                     |    4 +-
 test/convert_uint32_int8.c                      |    4 +-
 test/convert_uint32_uint16.c                    |    4 +-
 test/convert_uint32_uint64.c                    |    4 +-
 test/convert_uint32_uint8.c                     |    4 +-
 test/convert_uint64_complex128.c                |    7 +-
 test/convert_uint64_complex64.c                 |    7 +-
 test/convert_uint64_float32.c                   |    4 +-
 test/convert_uint64_float64.c                   |    4 +-
 test/convert_uint64_int16.c                     |    4 +-
 test/convert_uint64_int32.c                     |    4 +-
 test/convert_uint64_int64.c                     |    4 +-
 test/convert_uint64_int8.c                      |    4 +-
 test/convert_uint64_uint16.c                    |    4 +-
 test/convert_uint64_uint32.c                    |    4 +-
 test/convert_uint64_uint8.c                     |    4 +-
 test/convert_uint8_complex128.c                 |    7 +-
 test/convert_uint8_complex64.c                  |    7 +-
 test/convert_uint8_float32.c                    |    4 +-
 test/convert_uint8_float64.c                    |    4 +-
 test/convert_uint8_int16.c                      |    4 +-
 test/convert_uint8_int32.c                      |    4 +-
 test/convert_uint8_int64.c                      |    4 +-
 test/convert_uint8_int8.c                       |    4 +-
 test/convert_uint8_uint16.c                     |    4 +-
 test/convert_uint8_uint32.c                     |    4 +-
 test/convert_uint8_uint64.c                     |    4 +-
 test/creat.c                                    |   13 +-
 test/creat_excl.c                               |    4 +-
 test/creat_rdonly.c                             |   21 +-
 test/creat_rdonly_exists.c                      |   55 +
 test/cvlist.c                                   |    4 +-
 test/cvlist_array.c                             |    4 +-
 test/cvlist_array0.c                            |   61 +
 test/cvlist_array_free.c                        |   87 +
 test/cvlist_array_hidden.c                      |    4 +-
 test/cvlist_array_meta.c                        |    4 +-
 test/cvlist_array_meta0.c                       |   64 +
 test/cvlist_array_meta_free.c                   |   88 +
 test/cvlist_array_meta_hidden.c                 |    4 +-
 test/cvlist_hidden.c                            |    4 +-
 test/cvlist_invalid.c                           |    4 +-
 test/cvlist_meta.c                              |    4 +-
 test/cvlist_meta0.c                             |   62 +
 test/cvlist_meta_hidden.c                       |    4 +-
 test/cvlist_meta_invalid.c                      |    4 +-
 test/del.c                                      |   76 -
 test/del_alias.c                                |   71 +
 test/del_carray.c                               |    4 +-
 test/del_carray_deref.c                         |    4 +-
 test/del_const.c                                |    4 +-
 test/del_const_deref.c                          |   56 +-
 test/del_const_force.c                          |    4 +-
 test/del_data.c                                 |   22 +-
 test/del_data_enoent.c                          |   58 +
 test/del_data_open.c                            |   80 +
 test/del_del.c                                  |   77 +
 test/del_derived.c                              |    4 +-
 test/del_derived_after.c                        |    4 +-
 test/del_derived_force.c                        |    4 +-
 test/del_meta.c                                 |    4 +-
 test/del_meta_force.c                           |    4 +-
 test/del_ref.c                                  |   82 +
 test/desync.c                                   |    4 +-
 test/desync_flush.c                             |    4 +-
 test/desync_path.c                              |   85 +
 test/desync_reopen.c                            |    4 +-
 test/desync_reopen_inv.c                        |    4 +-
 test/dfes_bit.c                                 |    4 +-
 test/dfes_divide.c                              |    4 +-
 test/dfes_lincom.c                              |    4 +-
 test/dfes_linterp.c                             |    4 +-
 test/dfes_multiply.c                            |    4 +-
 test/dfes_phase.c                               |    4 +-
 test/dfes_raw.c                                 |    4 +-
 test/dfes_recip.c                               |    4 +-
 test/elist_alias.c                              |    4 +-
 test/elist_hidden.c                             |    4 +-
 test/elist_noalias.c                            |    4 +-
 test/elist_scalar.c                             |    4 +-
 test/encode_alter.c                             |    4 +-
 test/encode_alter_all.c                         |   78 +
 test/encode_alter_open.c                        |   86 +
 test/encode_get.c                               |    4 +-
 test/encode_move.c                              |   82 -
 test/encode_recode.c                            |   84 +
 test/encode_recode_open.c                       |   85 +
 test/encode_support.c                           |   89 +
 test/endian_alter.c                             |    4 +-
 test/endian_alter_all.c                         |   79 +
 test/endian_alter_sie.c                         |    4 +-
 test/endian_get.c                               |    4 +-
 test/endian_move.c                              |    4 +-
 test/entry_bad_code.c                           |    4 +-
 test/entry_bit.c                                |    4 +-
 test/entry_bit_scalar.c                         |    4 +-
 test/entry_divide.c                             |    4 +-
 test/entry_invalid.c                            |    4 +-
 test/entry_lincom.c                             |    6 +-
 test/entry_lincom_scalar.c                      |    4 +-
 test/entry_linterp.c                            |    4 +-
 test/entry_mplex.c                              |    4 +-
 test/entry_mplex_scalar.c                       |    4 +-
 test/entry_multiply.c                           |    4 +-
 test/entry_phase.c                              |    4 +-
 test/entry_phase_scalar.c                       |    4 +-
 test/entry_polynom.c                            |    6 +-
 test/entry_polynom_scalar.c                     |    6 +-
 test/entry_raw.c                                |    4 +-
 test/entry_raw_scalar.c                         |    4 +-
 test/entry_raw_scalar_code.c                    |   12 +-
 test/entry_raw_scalar_type.c                    |   14 +-
 test/entry_recip.c                              |    6 +-
 test/entry_scalar_repr.c                        |    4 +-
 test/entry_type.c                               |    4 +-
 test/entry_type_alias.c                         |    4 +-
 test/entry_window.c                             |    4 +-
 test/entry_window_scalar.c                      |    4 +-
 test/eof.c                                      |    4 +-
 test/eof_bit.c                                  |   65 +
 test/eof_index.c                                |    4 +-
 test/eof_lincom.c                               |    4 +-
 test/eof_phase.c                                |    4 +-
 test/eof_phase_neg.c                            |   65 +
 test/error.c                                    |    4 +-
 test/error_error.c                              |   17 +-
 test/error_num.c                                |    4 +-
 test/error_short.c                              |    4 +-
 test/error_verbose.c                            |   16 +-
 test/error_verbose_prefix.c                     |    4 +-
 test/file.c                                     |    4 +-
 test/file_code.c                                |    4 +-
 test/file_type.c                                |    4 +-
 test/flac_add.c                                 |   77 +
 test/flac_get_big.c                             |   91 +
 test/flac_get_far.c                             |   79 +
 test/flac_get_get.c                             |   88 +
 test/flac_get_get2.c                            |   84 +
 test/flac_get_little.c                          |   91 +
 test/flac_nframes.c                             |   90 +
 test/flac_put_big.c                             |  117 +
 test/flac_put_complex128.c                      |   81 +
 test/flac_put_float64.c                         |   80 +
 test/flac_put_int32.c                           |   81 +
 test/flac_put_little.c                          |  118 +
 test/flac_seek.c                                |   84 +
 test/flac_seek_far.c                            |   80 +
 test/flac_sync.c                                |   95 +
 test/flist.c                                    |    4 +-
 test/flist0.c                                   |   58 +
 test/flist2.c                                   |   84 +
 test/flist_hidden.c                             |    4 +-
 test/flist_invalid.c                            |    4 +-
 test/flist_meta.c                               |    4 +-
 test/flist_meta2.c                              |   80 +
 test/flist_meta_hidden.c                        |    4 +-
 test/flist_meta_invalid.c                       |    4 +-
 test/flist_type.c                               |    4 +-
 test/flist_type_hidden.c                        |    4 +-
 test/flist_type_invalid.c                       |    4 +-
 test/flist_type_meta.c                          |    4 +-
 test/flist_type_meta_hidden.c                   |    4 +-
 test/flist_type_meta_invalid.c                  |    4 +-
 test/flush.c                                    |   88 -
 test/flush_all.c                                |   34 +-
 test/flush_amb_code.c                           |   78 +
 test/flush_bad_code.c                           |    4 +-
 test/flush_flush.c                              |   82 +
 test/flush_invalid.c                            |    4 +-
 test/flush_lincom.c                             |  109 +
 test/flush_lincom1.c                            |   83 +
 test/flush_meta.c                               |   15 +-
 test/flush_mult.c                               |   90 +
 test/flush_raw_close.c                          |   82 +
 test/flush_ref.c                                |    7 +-
 test/flush_spec.c                               |    4 +-
 test/flush_string.c                             |   61 +
 test/flush_sync.c                               |   82 +
 test/foffs_alter.c                              |    4 +-
 test/foffs_alter_all.c                          |   77 +
 test/foffs_get.c                                |    4 +-
 test/foffs_move.c                               |    4 +-
 test/fragment_affix.c                           |    4 +-
 test/fragment_affix_alter.c                     |    4 +-
 test/fragment_affix_alter2.c                    |    4 +-
 test/fragment_affix_alter_code.c                |   57 +
 test/fragment_affix_alter_nop.c                 |   69 +
 test/fragment_affix_dup.c                       |    4 +-
 test/fragment_index.c                           |    4 +-
 test/fragment_index_alias.c                     |    4 +-
 test/fragment_name.c                            |   24 +-
 test/fragment_name_oor.c                        |    4 +-
 test/fragment_num.c                             |    4 +-
 test/fragment_parent.c                          |    4 +-
 test/get64.c                                    |    4 +-
 test/get_affix.c                                |    4 +-
 test/get_bad_code.c                             |    4 +-
 test/get_bit.c                                  |    4 +-
 test/get_carray.c                               |    4 +-
 test/get_carray_c2r.c                           |    2 +-
 test/get_carray_len.c                           |    6 +-
 test/get_carray_slice.c                         |    4 +-
 test/get_char.c                                 |    4 +-
 test/get_clincom.c                              |    4 +-
 test/get_complex128.c                           |    4 +-
 test/get_complex64.c                            |    4 +-
 test/get_const.c                                |    4 +-
 test/get_const_carray.c                         |   58 +
 test/get_const_complex.c                        |    4 +-
 test/get_const_repr.c                           |    4 +-
 test/get_cpolynom.c                             |    4 +-
 test/get_dim.c                                  |   58 +
 test/get_divide.c                               |    4 +-
 test/get_endian16.c                             |    4 +-
 test/get_endian32.c                             |    4 +-
 test/get_endian64.c                             |    4 +-
 test/get_endian8.c                              |    4 +-
 test/get_endian_complex128_arm.c                |    4 +-
 test/get_endian_complex128_big.c                |    4 +-
 test/get_endian_complex128_little.c             |    4 +-
 test/get_endian_complex64_arm.c                 |    4 +-
 test/get_endian_complex64_big.c                 |    4 +-
 test/get_endian_complex64_little.c              |    4 +-
 test/get_endian_float32_arm.c                   |    4 +-
 test/get_endian_float32_big.c                   |    4 +-
 test/get_endian_float32_little.c                |    4 +-
 test/get_endian_float64_arm.c                   |    4 +-
 test/get_endian_float64_big.c                   |    4 +-
 test/get_endian_float64_little.c                |    4 +-
 test/get_ff.c                                   |    4 +-
 test/get_float32.c                              |    4 +-
 test/get_float64.c                              |    4 +-
 test/get_foffs.c                                |    4 +-
 test/get_fs.c                                   |    4 +-
 test/get_here.c                                 |    4 +-
 test/get_here_foffs.c                           |    4 +-
 test/get_heres.c                                |    4 +-
 test/get_index_complex.c                        |   61 +
 test/get_int16.c                                |    4 +-
 test/get_int32.c                                |    4 +-
 test/get_int64.c                                |    4 +-
 test/get_int8.c                                 |    4 +-
 test/get_invalid.c                              |    4 +-
 test/get_lincom1.c                              |    4 +-
 test/get_lincom2.c                              |    4 +-
 test/get_lincom2s.c                             |   71 +
 test/get_lincom3.c                              |    4 +-
 test/get_lincom3s.c                             |   71 +
 test/get_lincom_mdt.c                           |   70 +
 test/get_lincom_noin.c                          |    4 +-
 test/get_lincom_non.c                           |    4 +-
 test/get_lincom_null.c                          |    4 +-
 test/get_lincom_spf.c                           |    4 +-
 test/get_linterp.c                              |    6 +-
 test/get_linterp1.c                             |   77 +
 test/get_linterp_abs.c                          |   98 +
 test/get_linterp_complex.c                      |   80 +
 test/get_linterp_empty.c                        |   79 +
 test/get_linterp_noin.c                         |    4 +-
 test/get_linterp_notab.c                        |    8 +-
 test/get_linterp_sort.c                         |    4 +-
 test/get_mplex.c                                |    4 +-
 test/get_mplex_bof.c                            |    4 +-
 test/get_mplex_complex.c                        |   79 +
 test/get_mplex_lb.c                             |    4 +-
 test/get_mplex_lball.c                          |    4 +-
 test/get_mplex_nolb.c                           |    4 +-
 test/get_mplex_s.c                              |   69 +
 test/get_mplex_saved.c                          |   82 +
 test/get_multiply.c                             |    4 +-
 test/get_neg.c                                  |   59 +
 test/get_none.c                                 |   68 +
 test/get_nonexistent.c                          |    4 +-
 test/get_null.c                                 |    4 +-
 test/get_off64.c                                |    4 +-
 test/get_phase.c                                |    4 +-
 test/get_phase_affix.c                          |    4 +-
 test/get_polynom.c                              |    4 +-
 test/get_polynom_noin.c                         |    4 +-
 test/get_recip.c                                |    4 +-
 test/get_recip_const.c                          |    4 +-
 test/get_recurse.c                              |    4 +-
 test/get_rofs.c                                 |    4 +-
 test/get_sbit.c                                 |    4 +-
 test/get_sf.c                                   |    4 +-
 test/get_ss.c                                   |    4 +-
 test/get_string.c                               |   61 +
 test/get_type.c                                 |    4 +-
 test/get_uint16.c                               |    4 +-
 test/get_uint32.c                               |    6 +-
 test/get_uint64.c                               |    6 +-
 test/get_window.c                               |    4 +-
 test/get_window_clr.c                           |    4 +-
 test/get_window_complex.c                       |   78 +
 test/get_window_ge.c                            |    4 +-
 test/get_window_gt.c                            |    4 +-
 test/get_window_le.c                            |    4 +-
 test/get_window_lt.c                            |    4 +-
 test/get_window_ne.c                            |    4 +-
 test/get_window_s.c                             |   71 +
 test/get_window_set.c                           |    4 +-
 test/get_zero.c                                 |    4 +-
 test/get_zero_complex.c                         |   73 +
 test/get_zero_float.c                           |   73 +
 test/global_flags.c                             |    4 +-
 test/global_name.c                              |   16 +-
 test/global_ref.c                               |   16 +-
 test/global_ref_empty.c                         |    4 +-
 test/global_ref_set.c                           |   17 +-
 test/gzip_add.c                                 |    9 +-
 test/gzip_del.c                                 |   86 +
 test/gzip_get.c                                 |    9 +-
 test/gzip_get_far.c                             |   82 +
 test/gzip_get_get.c                             |   31 +-
 test/gzip_get_get2.c                            |    4 +-
 test/gzip_get_put.c                             |   12 +-
 test/gzip_move_from.c                           |   22 +-
 test/gzip_move_to.c                             |   14 +-
 test/gzip_nframes.c                             |    4 +-
 test/gzip_put.c                                 |   14 +-
 test/gzip_put_back.c                            |  110 +
 test/gzip_put_endian.c                          |  126 +
 test/gzip_put_get.c                             |   14 +-
 test/gzip_put_nframes.c                         |   78 +
 test/gzip_put_off.c                             |   79 +
 test/gzip_put_pad.c                             |  103 +
 test/gzip_put_sub.c                             |  120 +
 test/gzip_seek.c                                |   82 +
 test/gzip_seek_far.c                            |   85 +
 test/gzip_seek_put.c                            |   85 +
 test/gzip_sync.c                                |  102 +
 test/header_complex.c                           |    8 +-
 test/header_off64t.c                            |   55 +
 test/hide.c                                     |    4 +-
 test/hide_hidden.c                              |    4 +-
 test/hide_unhide.c                              |    4 +-
 test/include.c                                  |   67 -
 test/include_accmode.c                          |    4 +-
 test/include_affix.c                            |    4 +-
 test/include_auto.c                             |   25 +-
 test/include_cb.c                               |    4 +-
 test/include_creat.c                            |   13 +-
 test/include_ignore.c                           |   21 +-
 test/include_include.c                          |   67 +
 test/include_index.c                            |    4 +-
 test/include_invalid.c                          |    4 +-
 test/include_nonexistent.c                      |    7 +-
 test/include_pc.c                               |    4 +-
 test/include_ref.c                              |   21 +-
 test/include_sub.c                              |    4 +-
 test/include_syntax.c                           |    4 +-
 test/index.c                                    |   75 -
 test/index_domain.c                             |    4 +-
 test/index_index.c                              |   80 +
 test/index_range.c                              |    4 +-
 test/index_s.c                                  |   77 +
 test/index_subset.c                             |   77 +
 test/legacy_error.c                             |   44 +
 test/legacy_estring.c                           |   71 +
 test/legacy_format.c                            |  156 +
 test/legacy_nonexistent.c                       |    4 +-
 test/lzma_get.c                                 |    4 +-
 test/lzma_nframes.c                             |    4 +-
 test/lzma_put.c                                 |   73 +
 test/lzma_xz_add.c                              |   77 +
 test/lzma_xz_get.c                              |   88 +
 test/lzma_xz_get_far.c                          |   82 +
 test/lzma_xz_get_get.c                          |   87 +
 test/lzma_xz_get_get2.c                         |   82 +
 test/lzma_xz_get_put.c                          |  157 +
 test/lzma_xz_move_to.c                          |  111 +
 test/lzma_xz_nframes.c                          |   90 +
 test/lzma_xz_put.c                              |  115 +
 test/lzma_xz_put_back.c                         |  101 +
 test/lzma_xz_put_endian.c                       |  117 +
 test/lzma_xz_put_get.c                          |   83 +
 test/lzma_xz_put_pad.c                          |  103 +
 test/lzma_xz_seek.c                             |   71 +
 test/lzma_xz_seek_far.c                         |   71 +
 test/lzma_xz_sync.c                             |   93 +
 test/madd.c                                     |    4 +-
 test/madd_affix.c                               |    4 +-
 test/madd_alias.c                               |    7 +-
 test/madd_alias_affix.c                         |    7 +-
 test/madd_bit.c                                 |    4 +-
 test/madd_bit_invalid.c                         |    4 +-
 test/madd_carray.c                              |    6 +-
 test/madd_clincom.c                             |    4 +-
 test/madd_const.c                               |    4 +-
 test/madd_cpolynom.c                            |    6 +-
 test/madd_crecip.c                              |    6 +-
 test/madd_crecip89.c                            |    6 +-
 test/madd_divide.c                              |    4 +-
 test/madd_index.c                               |    4 +-
 test/madd_lincom.c                              |    6 +-
 test/madd_lincom_invalid.c                      |    4 +-
 test/madd_linterp.c                             |    4 +-
 test/madd_linterp_invalid.c                     |    4 +-
 test/madd_mplex.c                               |    6 +-
 test/madd_multiply.c                            |    4 +-
 test/madd_multiply_invalid.c                    |    4 +-
 test/madd_phase.c                               |    4 +-
 test/madd_phase_invalid.c                       |    4 +-
 test/madd_polynom.c                             |    6 +-
 test/madd_recip.c                               |    6 +-
 test/madd_sbit.c                                |    4 +-
 test/madd_spec.c                                |    4 +-
 test/madd_spec_directive.c                      |    4 +-
 test/madd_spec_invalid.c                        |    4 +-
 test/madd_spec_resolv.c                         |    7 +-
 test/madd_string.c                              |   12 +-
 test/madd_window.c                              |    4 +-
 test/move.c                                     |   71 -
 test/move_affix.c                               |    4 +-
 test/move_affix_dup.c                           |    4 +-
 test/move_affix_meta.c                          |   98 +
 test/move_affix_updb.c                          |   91 +
 test/move_alias.c                               |    6 +-
 test/move_data_enc_ar.c                         |   23 +-
 test/move_data_enc_ra.c                         |   24 +-
 test/move_data_endian.c                         |    7 +-
 test/move_data_foffs.c                          |    6 +-
 test/move_data_foffs_neg.c                      |   92 +
 test/move_data_nop.c                            |    7 +-
 test/move_index.c                               |    4 +-
 test/move_meta.c                                |    4 +-
 test/move_move.c                                |   71 +
 test/move_protect.c                             |    4 +-
 test/move_subdir.c                              |   26 +-
 test/name.c                                     |  133 -
 test/name_affix.c                               |   26 +-
 test/name_affix_bad.c                           |    4 +-
 test/name_alias.c                               |  104 +-
 test/name_dangle.c                              |  135 +
 test/name_dot5.c                                |   68 +
 test/name_dot5r.c                               |   73 +
 test/name_dot9.c                                |   61 +
 test/name_dup.c                                 |    4 +-
 test/name_meta.c                                |   88 +
 test/name_move.c                                |   40 +-
 test/name_move_alias.c                          |   40 +-
 test/name_name.c                                |  139 +
 test/name_updb.c                                |   56 +-
 test/name_updb_affix.c                          |   91 +
 test/name_updb_alias.c                          |   50 +-
 test/name_updb_carray.c                         |   70 +
 test/name_updb_const.c                          |   35 +-
 test/name_updb_const_alias.c                    |   29 +-
 test/native_bit.c                               |   54 +
 test/native_const.c                             |   52 +
 test/native_index.c                             |   46 +
 test/native_lincom.c                            |   54 +
 test/native_lincom_cmpin.c                      |   54 +
 test/native_lincom_cmpscal.c                    |   54 +
 test/native_linterp.c                           |   61 +
 test/native_linterp_cmp.c                       |   61 +
 test/native_mult.c                              |   54 +
 test/native_mult1.c                             |   55 +
 test/native_mult2.c                             |   55 +
 test/native_phase.c                             |   54 +
 test/native_polynom.c                           |   54 +
 test/native_polynom_cmpin.c                     |   54 +
 test/native_polynom_cmpscal.c                   |   54 +
 test/native_raw.c                               |   52 +
 test/native_recip.c                             |   54 +
 test/native_recip_cmpin.c                       |   54 +
 test/native_recip_cmpscal.c                     |   54 +
 test/native_sbit.c                              |   54 +
 test/native_string.c                            |   52 +
 test/nentries_alias.c                           |    4 +-
 test/nentries_hidden.c                          |    4 +-
 test/nentries_noalias.c                         |    4 +-
 test/nentries_scalar.c                          |    4 +-
 test/nfields.c                                  |   72 -
 test/nfields_hidden.c                           |    4 +-
 test/nfields_invalid.c                          |    4 +-
 test/nfields_nfields.c                          |   72 +
 test/nfields_type.c                             |    4 +-
 test/nfields_type_hidden.c                      |    4 +-
 test/nfields_type_invalid.c                     |    4 +-
 test/nfields_vector.c                           |    4 +-
 test/nfields_vector_hidden.c                    |    4 +-
 test/nfields_vector_invalid.c                   |    4 +-
 test/nframes.c                                  |   66 -
 test/nframes64.c                                |    4 +-
 test/nframes_empty.c                            |    4 +-
 test/nframes_invalid.c                          |    4 +-
 test/nframes_nframes.c                          |   66 +
 test/nframes_off64.c                            |    4 +-
 test/nframes_spf.c                              |    4 +-
 test/nmeta.c                                    |    4 +-
 test/nmeta_hidden.c                             |    4 +-
 test/nmeta_invalid.c                            |    4 +-
 test/nmeta_parent.c                             |    4 +-
 test/nmeta_type.c                               |    4 +-
 test/nmeta_type_hidden.c                        |    4 +-
 test/nmeta_type_invalid.c                       |    4 +-
 test/nmeta_type_parent.c                        |    4 +-
 test/nmeta_vectors.c                            |    4 +-
 test/nmeta_vectors_hidden.c                     |    4 +-
 test/nmeta_vectors_invalid.c                    |    4 +-
 test/nmeta_vectors_parent.c                     |    4 +-
 test/open.c                                     |   50 -
 test/open_abs.c                                 |    4 +-
 test/open_cb_abort.c                            |    4 +-
 test/open_cb_cont.c                             |    4 +-
 test/open_cb_ignore.c                           |    4 +-
 test/open_cb_invalid.c                          |    4 +-
 test/open_cb_rescan.c                           |    4 +-
 test/open_cb_rescan_alloc.c                     |   71 +
 test/open_eaccess.c                             |    7 +-
 test/open_invalid.c                             |   45 +
 test/open_nonexistent.c                         |    2 +-
 test/open_notdirfile.c                          |    2 +-
 test/open_open.c                                |   50 +
 test/open_sym_a.c                               |   66 -
 test/open_sym_al.c                              |    4 +-
 test/open_sym_at.c                              |    4 +-
 test/open_sym_c.c                               |    4 +-
 test/open_sym_cl.c                              |    4 +-
 test/open_sym_ct.c                              |    4 +-
 test/open_sym_d.c                               |   66 +
 test/open_sym_l.c                               |   62 +
 test/open_sym_p.c                               |    4 +-
 test/open_sym_pl.c                              |    4 +-
 test/open_sym_pt.c                              |    4 +-
 test/parse_badline.c                            |    4 +-
 test/parse_bit.c                                |    4 +-
 test/parse_bit4.c                               |    4 +-
 test/parse_bit_bitnum.c                         |    4 +-
 test/parse_bit_bitsize.c                        |    4 +-
 test/parse_bit_ncols.c                          |    4 +-
 test/parse_bit_numbits.c                        |    4 +-
 test/parse_bit_scalar.c                         |    4 +-
 test/parse_carray.c                             |    4 +-
 test/parse_carray_long.c                        |    4 +-
 test/parse_const.c                              |    4 +-
 test/parse_const_complex.c                      |    4 +-
 test/parse_const_ncols.c                        |    4 +-
 test/parse_divide.c                             |    4 +-
 test/parse_double.c                             |    4 +-
 test/parse_duplicate.c                          |    4 +-
 test/parse_duplicate_ignore.c                   |    4 +-
 test/parse_endian_bad.c                         |    4 +-
 test/parse_endian_big.c                         |    4 +-
 test/parse_endian_force.c                       |    4 +-
 test/parse_endian_little.c                      |    4 +-
 test/parse_endian_slash.c                       |    4 +-
 test/parse_eol.c                                |    4 +-
 test/parse_foffs.c                              |    4 +-
 test/parse_foffs_include.c                      |    4 +-
 test/parse_foffs_slash.c                        |    4 +-
 test/parse_hidden.c                             |    4 +-
 test/parse_hidden_field.c                       |    4 +-
 test/parse_hidden_meta.c                        |    4 +-
 test/parse_include.c                            |    4 +-
 test/parse_include_absolute.c                   |    4 +-
 test/parse_include_absrel.c                     |    4 +-
 test/parse_include_affix_bad.c                  |   64 +
 test/parse_include_affix_ref.c                  |    2 +-
 test/parse_include_dir.c                        |    6 +-
 test/parse_include_loop.c                       |    4 +-
 test/parse_include_nonexistent.c                |    6 +-
 test/parse_include_prefix.c                     |    4 +-
 test/parse_include_prefix_dup.c                 |    4 +-
 test/parse_include_preprefix.c                  |    4 +-
 test/parse_include_ref.c                        |    4 +-
 test/parse_include_relabs.c                     |    4 +-
 test/parse_include_relrel.c                     |    4 +-
 test/parse_include_slash.c                      |    4 +-
 test/parse_include_suffix.c                     |    4 +-
 test/parse_include_sufsuffix.c                  |    4 +-
 test/parse_index.c                              |    4 +-
 test/parse_lincom.c                             |    4 +-
 test/parse_lincom_ncols1.c                      |    4 +-
 test/parse_lincom_ncols2.c                      |    4 +-
 test/parse_lincom_nfields.c                     |    4 +-
 test/parse_lincom_nofields.c                    |    4 +-
 test/parse_lincom_non.c                         |    4 +-
 test/parse_lincom_non_ncols.c                   |    4 +-
 test/parse_lincom_scalar.c                      |    4 +-
 test/parse_linterp.c                            |    4 +-
 test/parse_linterp_ncols.c                      |    4 +-
 test/parse_literal_cmpbad.c                     |   56 +
 test/parse_literal_fltcmp.c                     |   56 +
 test/parse_literal_fltcmp0.c                    |   56 +
 test/parse_literal_intcmp.c                     |   55 +
 test/parse_literal_intcmp0.c                    |   55 +
 test/parse_literal_uintcmp.c                    |   54 +
 test/parse_literal_uintcmp0.c                   |   54 +
 test/parse_meta.c                               |    4 +-
 test/parse_meta_affix.c                         |    4 +-
 test/parse_meta_alias.c                         |    4 +-
 test/parse_meta_frag.c                          |   62 +
 test/parse_meta_implicit.c                      |    4 +-
 test/parse_meta_implicit2.c                     |    4 +-
 test/parse_meta_implicit_affix.c                |    4 +-
 test/parse_meta_index.c                         |    4 +-
 test/parse_meta_index2.c                        |    4 +-
 test/parse_meta_jump.c                          |    4 +-
 test/parse_meta_malias.c                        |    4 +-
 test/parse_meta_meta.c                          |    4 +-
 test/parse_meta_parent.c                        |    4 +-
 test/parse_meta_raw.c                           |    4 +-
 test/parse_mplex.c                              |    4 +-
 test/parse_mplex_ncols.c                        |    4 +-
 test/parse_mplex_nomax.c                        |    4 +-
 test/parse_mplex_scalar.c                       |    4 +-
 test/parse_multiply.c                           |    4 +-
 test/parse_multiply_ncols.c                     |    4 +-
 test/parse_name.c                               |    4 +-
 test/parse_name_dot.c                           |    4 +-
 test/parse_name_ext.c                           |    4 +-
 test/parse_name_pedantic.c                      |    4 +-
 test/parse_ncols.c                              |    4 +-
 test/parse_octal_zero.c                         |   55 +
 test/parse_phase.c                              |    4 +-
 test/parse_phase_ncols.c                        |    4 +-
 test/parse_phase_scalar.c                       |    4 +-
 test/parse_polynom.c                            |    4 +-
 test/parse_polynom_ncols1.c                     |    4 +-
 test/parse_polynom_ncols2.c                     |    4 +-
 test/parse_polynom_scalar.c                     |    4 +-
 test/parse_protect_all.c                        |    4 +-
 test/parse_protect_bad.c                        |    4 +-
 test/parse_protect_data.c                       |    4 +-
 test/parse_protect_format.c                     |    4 +-
 test/parse_protect_none.c                       |    4 +-
 test/parse_quote.c                              |    4 +-
 test/parse_quote_mismatch.c                     |    4 +-
 test/parse_raw.c                                |    4 +-
 test/parse_raw_char.c                           |    4 +-
 test/parse_raw_char_bad.c                       |   54 +
 test/parse_raw_ncols.c                          |    4 +-
 test/parse_raw_scalar.c                         |    4 +-
 test/parse_raw_spf.c                            |    4 +-
 test/parse_raw_type.c                           |    4 +-
 test/parse_recip.c                              |    4 +-
 test/parse_ref.c                                |    4 +-
 test/parse_ref_nonexistent.c                    |    4 +-
 test/parse_sbit.c                               |    4 +-
 test/parse_scalar1.c                            |   55 +
 test/parse_scalar2.c                            |   59 +
 test/parse_scalar_repr.c                        |   55 +
 test/parse_sort.c                               |    4 +-
 test/parse_string.c                             |    4 +-
 test/parse_string_ncols.c                       |    4 +-
 test/parse_string_null.c                        |    4 +-
 test/parse_version.c                            |    4 +-
 test/parse_version_89.c                         |    4 +-
 test/parse_version_98.c                         |    4 +-
 test/parse_version_include.c                    |    4 +-
 test/parse_version_p8.c                         |    4 +-
 test/parse_version_p9.c                         |    4 +-
 test/parse_version_permissive.c                 |    4 +-
 test/parse_version_slash.c                      |    4 +-
 test/parse_whitespace.c                         |    4 +-
 test/parse_window.c                             |    4 +-
 test/parse_window_ncols.c                       |    4 +-
 test/parse_window_op.c                          |    4 +-
 test/parse_window_scalar.c                      |    4 +-
 test/protect_alter.c                            |    4 +-
 test/protect_alter_all.c                        |   74 +
 test/protect_get.c                              |    4 +-
 test/put64.c                                    |   34 +-
 test/put_bad_code.c                             |    4 +-
 test/put_bit.c                                  |    4 +-
 test/put_bof.c                                  |    4 +-
 test/put_carray.c                               |   14 +-
 test/put_carray_client.c                        |   49 +
 test/put_carray_slice.c                         |   14 +-
 test/put_char.c                                 |    4 +-
 test/put_clincom1.c                             |   99 +
 test/put_complex128.c                           |   15 +-
 test/put_complex64.c                            |   15 +-
 test/put_const.c                                |   14 +-
 test/put_const_protect.c                        |    4 +-
 test/put_cpolynom.c                             |   89 +
 test/put_crecip.c                               |   88 +
 test/put_divide.c                               |   14 +-
 test/put_endian16.c                             |    4 +-
 test/put_endian32.c                             |    4 +-
 test/put_endian64.c                             |    4 +-
 test/put_endian8.c                              |    4 +-
 test/put_endian_complex128_arm.c                |    4 +-
 test/put_endian_complex128_big.c                |    4 +-
 test/put_endian_complex128_little.c             |    4 +-
 test/put_endian_complex64_arm.c                 |    4 +-
 test/put_endian_complex64_big.c                 |    4 +-
 test/put_endian_complex64_little.c              |    4 +-
 test/put_endian_float32_arm.c                   |    4 +-
 test/put_endian_float32_big.c                   |    4 +-
 test/put_endian_float32_little.c                |    4 +-
 test/put_endian_float64_arm.c                   |    4 +-
 test/put_endian_float64_big.c                   |    4 +-
 test/put_endian_float64_little.c                |    4 +-
 test/put_ff.c                                   |   15 +-
 test/put_float32.c                              |   15 +-
 test/put_float64.c                              |   15 +-
 test/put_foffs.c                                |   15 +-
 test/put_fs.c                                   |   15 +-
 test/put_here.c                                 |   18 +-
 test/put_heres.c                                |   18 +-
 test/put_int16.c                                |   15 +-
 test/put_int32.c                                |   15 +-
 test/put_int64.c                                |   15 +-
 test/put_int8.c                                 |   15 +-
 test/put_invalid.c                              |    4 +-
 test/put_lincom1.c                              |   15 +-
 test/put_lincom2.c                              |   14 +-
 test/put_lincom_noin.c                          |    4 +-
 test/put_linterp.c                              |   15 +-
 test/put_linterp_noin.c                         |    4 +-
 test/put_linterp_nomono.c                       |    4 +-
 test/put_linterp_notab.c                        |    6 +-
 test/put_linterp_reverse.c                      |   15 +-
 test/put_mplex.c                                |    4 +-
 test/put_mplex_complex.c                        |   88 +
 test/put_multiply.c                             |   14 +-
 test/put_nofile.c                               |   92 +
 test/put_null.c                                 |    4 +-
 test/put_off64.c                                |   15 +-
 test/put_phase.c                                |   14 +-
 test/put_phase_noin.c                           |    4 +-
 test/put_polynom1.c                             |   15 +-
 test/put_polynom2.c                             |   15 +-
 test/put_polynom_noin.c                         |    4 +-
 test/put_protect.c                              |    4 +-
 test/put_rdonly.c                               |   14 +-
 test/put_recip.c                                |   15 +-
 test/put_recurse.c                              |    4 +-
 test/put_repr.c                                 |    6 +-
 test/put_rofs.c                                 |    4 +-
 test/put_sbit.c                                 |    4 +-
 test/put_sf.c                                   |   15 +-
 test/put_ss.c                                   |   15 +-
 test/put_string.c                               |   14 +-
 test/put_string_protect.c                       |    4 +-
 test/put_sub.c                                  |   98 +
 test/put_type.c                                 |    4 +-
 test/put_uint16.c                               |   15 +-
 test/put_uint32.c                               |   15 +-
 test/put_uint64.c                               |   14 +-
 test/put_window.c                               |   14 +-
 test/put_zero.c                                 |    4 +-
 test/ref.c                                      |    4 +-
 test/ref_none.c                                 |    4 +-
 test/ref_two.c                                  |    4 +-
 test/repr_a.c                                   |    4 +-
 test/repr_bad.c                                 |   71 +
 test/repr_float32.c                             |    4 +-
 test/repr_float64.c                             |    4 +-
 test/repr_i.c                                   |    4 +-
 test/repr_int16.c                               |    4 +-
 test/repr_int32.c                               |    4 +-
 test/repr_int64.c                               |    4 +-
 test/repr_int8.c                                |    4 +-
 test/repr_m.c                                   |    4 +-
 test/repr_r.c                                   |    4 +-
 test/repr_real_a.c                              |    4 +-
 test/repr_real_i.c                              |    4 +-
 test/repr_real_m.c                              |    4 +-
 test/repr_real_r.c                              |    4 +-
 test/repr_uint16.c                              |    4 +-
 test/repr_uint32.c                              |    4 +-
 test/repr_uint64.c                              |    4 +-
 test/repr_uint8.c                               |    4 +-
 test/seek64.c                                   |    4 +-
 test/seek_cur.c                                 |    4 +-
 test/seek_end.c                                 |    4 +-
 test/seek_far.c                                 |   76 +
 test/seek_foffs.c                               |    4 +-
 test/seek_foffs2.c                              |    1 -
 test/seek_index.c                               |   57 +
 test/seek_lincom.c                              |   75 +
 test/seek_mult.c                                |   75 +
 test/seek_neg.c                                 |    4 +-
 test/seek_phase.c                               |   70 +
 test/seek_set.c                                 |    4 +-
 test/seek_sub.c                                 |   83 +
 test/sie_get_big.c                              |    6 +-
 test/sie_get_little.c                           |    4 +-
 test/sie_move_from.c                            |   26 +-
 test/sie_move_to.c                              |   17 +-
 test/sie_nframes_big.c                          |    4 +-
 test/sie_nframes_little.c                       |    4 +-
 test/sie_put_big.c                              |   22 +-
 test/sie_put_little.c                           |    4 +-
 test/sie_put_trunc_nf.c                         |    2 +-
 test/sie_seek.c                                 |   66 +
 test/sie_seek_far.c                             |   66 +
 test/slim_get.c                                 |    6 +-
 test/slim_nframes.c                             |    6 +-
 test/slim_seek.c                                |   73 +
 test/slim_seek_far.c                            |   73 +
 test/spf.c                                      |   58 -
 test/spf_alias.c                                |    4 +-
 test/spf_alias_meta.c                           |    4 +-
 test/spf_alias_missing.c                        |    4 +-
 test/spf_divide.c                               |    4 +-
 test/spf_lincom.c                               |    4 +-
 test/spf_multiply.c                             |    4 +-
 test/spf_polynom.c                              |    4 +-
 test/spf_raw.c                                  |   58 +
 test/spf_recip.c                                |    4 +-
 test/spf_recurse.c                              |    4 +-
 test/svlist.c                                   |    4 +-
 test/svlist0.c                                  |   60 +
 test/svlist2.c                                  |   82 +
 test/svlist_hidden.c                            |    4 +-
 test/svlist_invalid.c                           |    4 +-
 test/svlist_meta.c                              |    4 +-
 test/svlist_meta0.c                             |   65 +
 test/svlist_meta_hidden.c                       |    4 +-
 test/svlist_meta_invalid.c                      |    4 +-
 test/table.c                                    |    4 +-
 test/table_code.c                               |    4 +-
 test/table_type.c                               |    4 +-
 test/tell.c                                     |    4 +-
 test/tell64.c                                   |    4 +-
 test/tell_multidiv.c                            |    4 +-
 test/tell_sub.c                                 |   78 +
 test/test.h                                     |   22 +-
 test/tok_arg.c                                  |    2 +-
 test/tok_escape.c                               |   30 +-
 test/tok_quote.c                                |   30 +-
 test/trunc.c                                    |   13 +-
 test/trunc_dir.c                                |   13 +-
 test/trunc_rdonly.c                             |   13 +-
 test/trunc_truncsub.c                           |   13 +-
 test/unclude.c                                  |   21 +-
 test/unclude_del.c                              |   21 +-
 test/unclude_move.c                             |    4 +-
 test/unclude_open.c                             |   95 +
 test/version_0.c                                |    4 +-
 test/version_0_write.c                          |   18 +-
 test/version_1.c                                |    4 +-
 test/version_1_write.c                          |   17 +-
 test/version_2.c                                |    4 +-
 test/version_2_write.c                          |   18 +-
 test/version_3.c                                |    4 +-
 test/version_3_write.c                          |   18 +-
 test/version_4.c                                |    4 +-
 test/version_4_write.c                          |   18 +-
 test/version_5.c                                |    4 +-
 test/version_5_strict.c                         |    4 +-
 test/version_5_write.c                          |   18 +-
 test/version_6.c                                |    4 +-
 test/version_6_strict.c                         |    4 +-
 test/version_6_write.c                          |   20 +-
 test/version_7.c                                |    4 +-
 test/version_7_strict.c                         |    4 +-
 test/version_7_write.c                          |   19 +-
 test/version_8.c                                |    4 +-
 test/version_8_strict.c                         |    4 +-
 test/version_8_write.c                          |   16 +-
 test/version_9.c                                |    4 +-
 test/version_9_strict.c                         |    6 +-
 test/version_9_write.c                          |   30 +-
 test/vlist.c                                    |    4 +-
 test/vlist_alias.c                              |    4 +-
 test/vlist_hidden.c                             |    4 +-
 test/vlist_invalid.c                            |    4 +-
 test/vlist_meta.c                               |    4 +-
 test/vlist_meta_hidden.c                        |    4 +-
 test/vlist_meta_invalid.c                       |    4 +-
 test/xz_get.c                                   |   88 -
 test/xz_nframes.c                               |   90 -
 test/zzip_data.c                                |    4 +-
 test/zzip_get.c                                 |    4 +-
 test/zzip_get_get.c                             |   31 +-
 test/zzip_nframes.c                             |    4 +-
 test/zzip_seek.c                                |   75 +
 test/zzip_seek_far.c                            |   75 +
 test/zzslim_get.c                               |    6 +-
 test/zzslim_nframes.c                           |    6 +-
 test/zzslim_seek.c                              |   82 +
 test/zzslim_seek_far.c                          |   82 +
 util/Makefile.am                                |   12 +-
 util/Makefile.in                                |   40 +-
 util/checkdirfile.c                             |   17 +-
 util/dirfile2ascii.c                            |   21 +-
 1399 files changed, 64769 insertions(+), 28514 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