[libgetdata] branch debian/master updated (147a67e -> 10ea7b5)
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed May 3 12:26:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a change to branch debian/master
in repository libgetdata.
from 147a67e prep release
adds 8ba32bf upstream release 0.10.0
new c2ca7e8 Merge tag 'upstreamn/0.10.0' into debian/master
new 7d82696 New upstream release
new 10ea7b5 Soname bump: libgetdata7 -> libgetdata8 libfgetdata5 -> libfgetdata6 libf95getdata6 -> libf95getdata7 libgetdata++6 -> libgetdata++7
The 3 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 | 1131 ++-
Makefile.am | 9 +-
Makefile.in | 11 +-
NEWS | 419 +-
README | 171 +-
TODO | 2 -
bindings/Makefile.am | 4 +-
bindings/Makefile.in | 8 +-
bindings/cxx/Makefile.am | 9 +-
bindings/cxx/Makefile.in | 21 +-
bindings/cxx/dirfile.cpp | 56 +-
bindings/cxx/entry.cpp | 6 +
bindings/cxx/fragment.cpp | 17 +-
bindings/cxx/getdata/dirfile.h | 30 +-
bindings/cxx/getdata/entry.h | 6 +-
bindings/cxx/getdata/fragment.h | 5 +
bindings/cxx/getdata/indirentry.h | 52 +
bindings/cxx/getdata/mplexentry.h | 2 +-
bindings/cxx/getdata/phaseentry.h | 6 +-
bindings/cxx/getdata/sarrayentry.h | 50 +
bindings/cxx/getdata/sindirentry.h | 52 +
bindings/cxx/getdata/types.h | 8 +-
bindings/cxx/indirentry.cpp | 52 +
bindings/cxx/phaseentry.cpp | 4 +-
bindings/cxx/sarrayentry.cpp | 40 +
bindings/cxx/sindirentry.cpp | 52 +
bindings/cxx/test/Makefile.in | 2 +
bindings/cxx/test/big_test.cpp | 389 +-
bindings/f77/Makefile.in | 2 +
bindings/f77/fgetdata.c | 631 +-
bindings/f77/fgetdata.h | 152 +-
bindings/f77/getdata.f.in | 57 +
bindings/f77/getdata.f90.in | 325 +-
bindings/f77/test/Makefile.in | 2 +
bindings/f77/test/big_test.f | 417 +-
bindings/f77/test/big_test95.f90 | 327 +-
bindings/idl/Makefile.in | 2 +
bindings/idl/getdata.c | 450 +-
bindings/idl/test/Makefile.in | 2 +
bindings/idl/test/big_test.pro | 231 +-
bindings/make_parameters.c | 12 +
bindings/matlab/Makefile.am | 51 +-
bindings/matlab/Makefile.in | 53 +-
bindings/matlab/doc.tail | 2 +-
bindings/matlab/gd_add_indir.m | 39 +
bindings/matlab/gd_add_sarray.c | 60 +
bindings/matlab/gd_add_sindir.m | 39 +
bindings/matlab/gd_alter_indir.m | 39 +
bindings/matlab/gd_alter_sarray.m | 39 +
bindings/matlab/gd_alter_sindir.m | 39 +
bindings/matlab/gd_entry_list.c | 4 +-
bindings/matlab/gd_error_string.c | 4 +-
bindings/matlab/gd_field_list.m | 4 +-
bindings/matlab/gd_field_list_by_type.m | 4 +-
bindings/matlab/gd_fragment_affixes.c | 6 +-
bindings/matlab/gd_fragment_namespace.c | 60 +
bindings/matlab/gd_get_sarray.c | 62 +
bindings/matlab/gd_get_sarray_slice.c | 63 +
bindings/matlab/gd_getdata.c | 17 +-
bindings/matlab/gd_include.c | 36 +-
bindings/matlab/gd_include_affix.c | 71 +
bindings/matlab/gd_invalid_dirfile.c | 4 +-
bindings/matlab/gd_linterp_tablename.c | 6 +-
bindings/matlab/gd_madd_indir.m | 38 +
bindings/matlab/gd_madd_sarray.c | 60 +
bindings/matlab/gd_madd_sindir.m | 38 +
bindings/matlab/gd_match_entries.c | 73 +
bindings/matlab/gd_matlab.h | 5 +-
bindings/matlab/gd_mfield_list.m | 4 +-
bindings/matlab/gd_mfield_list_by_type.m | 4 +-
bindings/matlab/gd_msarrays.c | 59 +
bindings/matlab/gd_mvector_list.m | 4 +-
bindings/matlab/gd_nentries.c | 12 +-
bindings/matlab/gd_nfields.m | 4 +-
bindings/matlab/gd_nfields_by_type.m | 4 +-
bindings/matlab/gd_nmfields.m | 4 +-
bindings/matlab/gd_nmfields_by_type.m | 4 +-
bindings/matlab/gd_nmvectors.m | 4 +-
bindings/matlab/gd_nvectors.m | 4 +-
bindings/matlab/gd_open.c | 4 +-
bindings/matlab/gd_put_sarray.m | 31 +
bindings/matlab/gd_put_sarray_slice.c | 59 +
bindings/matlab/gd_raw_filename.c | 6 +-
bindings/matlab/gd_sarrays.c | 55 +
bindings/matlab/gd_strtok.c | 4 +-
bindings/matlab/gd_vector_list.m | 4 +-
bindings/matlab/getdata_constants.m | 96 +-
bindings/matlab/matlab.c | 75 +-
bindings/matlab/test/Makefile.in | 2 +
bindings/matlab/test/big_test.m | 350 +-
bindings/perl/GetData.pm.in | 39 +-
bindings/perl/Makefile.in | 2 +
bindings/perl/simple_funcs.pl | 4 +-
bindings/perl/simple_funcs.xsin | 29 +-
bindings/perl/src/GetData.xs | 622 +-
bindings/perl/src/Makefile.PL.in | 2 -
bindings/perl/src/typemap | 37 +-
bindings/perl/t/big_test.t | 301 +-
bindings/php/Makefile.in | 2 +
bindings/php/getdata.c | 556 +-
bindings/php/test/Makefile.in | 2 +
bindings/php/test/big_test.php | 284 +-
bindings/python/Makefile.in | 2 +
bindings/python/gdpy_intern.h | 2 +-
bindings/python/pydirfile.c | 505 +-
bindings/python/pyentry.c | 156 +-
bindings/python/pyfragment.c | 80 +-
bindings/python/pygetdata.c | 109 +-
bindings/python/test/Makefile.in | 2 +
bindings/python/test/big_test.py | 286 +-
configure | 345 +-
configure.ac | 133 +-
debian/changelog | 11 +
debian/control | 22 +-
...bf95getdata6.install => libf95getdata7.install} | 0
.../{libfgetdata5.install => libfgetdata6.install} | 0
...libgetdata++6.install => libgetdata++7.install} | 0
.../{libgetdata7.install => libgetdata8.install} | 0
doc/Makefile.in | 2 +
doc/README.cxx | 5 +-
doc/README.f77 | 61 +-
doc/README.f95 | 36 +-
doc/README.idl | 39 +-
doc/README.python | 5 +-
m4/perl.m4 | 22 +-
m4/version.m4 | 20 +-
man/GD_SIZE.3 | 126 +-
man/Makefile.am | 84 +-
man/Makefile.in | 101 +-
man/dirfile-encoding.5 | 7 +-
man/dirfile-format.5 | 586 +-
man/dirfile.5 | 52 +-
man/gd_add.3 | 310 +-
man/gd_add_alias.3 | 182 +-
man/gd_add_bit.3 | 363 +-
man/gd_add_spec.3 | 239 +-
man/gd_alias_target.3 | 140 +-
man/gd_aliases.3 | 139 +-
man/gd_alloc_funcs.3 | 164 +
man/gd_alter_affixes.3 | 205 +-
man/gd_alter_bit.3 | 355 +-
man/gd_alter_encoding.3.in | 153 -
man/gd_alter_encoding.3in.in | 162 +
man/gd_alter_endianness.3.in | 167 -
man/gd_alter_endianness.3in.in | 174 +
man/gd_alter_entry.3 | 320 +-
man/gd_alter_frameoffset.3.in | 146 -
man/gd_alter_frameoffset.3in.in | 151 +
man/gd_alter_protection.3 | 172 +-
man/gd_alter_spec.3 | 224 +-
man/gd_array_len.3 | 174 +-
man/gd_bof.3 | 197 +-
man/gd_bof64.3 | 115 +-
man/gd_carrays.3 | 253 +-
man/gd_cbopen.3 | 731 --
man/gd_close.3 | 219 +-
man/gd_constants.3 | 226 +-
man/gd_delete.3 | 204 +-
man/gd_desync.3 | 193 +-
man/gd_dirfile_standards.3 | 183 +-
man/gd_dirfilename.3 | 134 +-
man/gd_encoding.3 | 158 +-
man/gd_encoding_support.3 | 131 +-
man/gd_endianness.3 | 167 +-
man/gd_entry.3 | 749 +-
man/gd_entry_list.3 | 231 +-
man/gd_entry_type.3 | 159 +-
man/gd_eof.3 | 213 +-
man/gd_eof64.3 | 117 +-
man/gd_error.3 | 195 +-
man/gd_error_count.3 | 112 +-
man/gd_error_string.3 | 73 -
man/gd_flags.3 | 137 +-
man/gd_flush.3 | 195 +-
man/gd_fragment_affixes.3 | 171 +-
man/gd_fragment_index.3 | 158 +-
man/gd_fragment_namespace.3 | 187 +
man/gd_fragmentname.3 | 156 +-
man/gd_framenum_subset.3 | 199 +-
man/gd_framenum_subset64.3 | 115 +-
man/gd_frameoffset.3 | 148 +-
man/gd_frameoffset64.3 | 121 +-
man/gd_free_entry_strings.3 | 148 +-
man/gd_get_carray_slice.3 | 271 +-
man/gd_get_sarray_slice.3 | 222 +
man/gd_get_string.3 | 233 +-
man/gd_getdata.3 | 456 +-
man/gd_getdata64.3 | 117 +-
man/gd_hidden.3 | 175 +-
man/gd_hide.3 | 180 +-
man/gd_include.3 | 424 ++
man/gd_include_affix.3 | 354 -
man/gd_invalid_dirfile.3 | 127 +-
man/gd_linterp_tablename.3 | 165 +-
man/gd_madd_bit.3 | 351 +-
man/gd_match_entries.3 | 361 +
man/gd_mcarrays.3 | 147 -
man/gd_metaflush.3 | 160 +-
man/gd_move.3 | 204 +-
man/gd_mplex_lookback.3 | 110 +-
man/gd_mstrings.3 | 98 -
man/gd_naliases.3 | 138 +-
man/gd_native_type.3 | 233 +-
man/gd_nentries.3 | 228 +-
man/gd_nfragments.3 | 139 +-
man/gd_nframes.3 | 172 +-
man/gd_nframes64.3 | 115 +-
man/gd_open.3 | 817 +++
man/gd_parent_fragment.3 | 144 +-
man/gd_parser_callback.3 | 119 +-
man/gd_protection.3 | 158 +-
man/gd_put_carray_slice.3 | 273 +-
man/gd_put_sarray_slice.3 | 223 +
man/gd_put_string.3 | 216 +-
man/gd_putdata.3 | 323 +-
man/gd_putdata64.3 | 120 +-
man/gd_raw_filename.3 | 172 +-
man/gd_reference.3 | 150 +-
man/gd_rename.3 | 196 +-
man/gd_rewrite_fragment.3 | 153 +-
man/gd_sarrays.3 | 205 +
man/gd_seek.3 | 235 +-
man/gd_seek64.3 | 118 +-
man/gd_spf.3 | 167 +-
man/gd_strings.3 | 211 +-
man/gd_strtok.3 | 164 +-
man/gd_tell.3 | 170 +-
man/gd_tell64.3 | 120 +-
man/gd_uninclude.3 | 185 +-
man/gd_validate.3 | 157 +-
man/gd_verbose_prefix.3 | 141 +-
man/header.tmac | 75 +
src/Makefile.am | 12 +-
src/Makefile.in | 35 +-
src/add.c | 1517 ++---
src/ascii.c | 17 +-
src/bzip.c | 63 +-
src/close.c | 64 +-
src/common.c | 412 +-
src/compat.c | 33 +-
src/constant.c | 185 +-
src/del.c | 229 +-
src/encoding.c | 74 +-
src/endian.c | 41 +-
src/entry.c | 522 +-
src/errors.c | 26 +-
src/field_list.c | 465 +-
src/flac.c | 90 +-
src/flimits.c | 161 +-
src/flush.c | 564 +-
src/fragment.c | 782 ++-
src/gd_config.h.in | 33 +-
src/getdata.c | 397 +-
src/getdata.h.in | 346 +-
src/globals.c | 67 +-
src/gzip.c | 50 +-
src/include.c | 473 +-
src/index.c | 23 +-
src/internal.h | 196 +-
src/iopos.c | 221 +-
src/legacy.c | 30 +-
src/lzma.c | 145 +-
src/mod.c | 500 +-
src/move.c | 99 +-
src/name.c | 1423 ++--
src/native.c | 75 +-
src/nfields.c | 53 +-
src/nframes.c | 28 +-
src/open.c | 160 +-
src/parse.c | 514 +-
src/protect.c | 55 +-
src/putdata.c | 92 +-
src/sie.c | 8 +-
src/spf.c | 22 +-
src/string.c | 174 +-
src/types.c | 26 +-
src/zzip.c | 2 +-
test/Makefile.am | 578 +-
test/Makefile.in | 7189 ++++++++++++++++----
test/add_affix.c | 14 +-
test/add_alias_index.c | 44 +
test/add_alias_name.c | 44 +
test/add_alias_ns.c | 57 +
test/add_alias_prot.c | 45 +
test/add_alias_rdonly.c | 47 +
test/add_bit_inaff.c | 46 +
test/add_carray_entry.c | 67 +
test/add_carray_type.c | 44 +
test/add_clincom_nfields.c | 51 +
test/add_code.c | 8 +-
test/add_const_type.c | 52 +
test/add_cpolynom.c | 28 +-
test/add_cpolynom_order.c | 51 +
test/add_divide_inaff1.c | 46 +
test/add_divide_inaff2.c | 46 +
test/add_dot10.c | 75 +
test/add_dot5.c | 1 -
test/add_duplicate.c | 18 +-
test/add_indir.c | 61 +
test/add_lincom_nfields2.c | 49 +
test/add_linterp_inaff.c | 46 +
test/add_meta_parent.c | 51 +
test/add_mplex_inaff.c | 50 +
test/add_mplex_period.c | 42 +
test/add_name_len.c | 50 +
test/add_ns.c | 50 +
test/add_ns_frag.c | 54 +
test/add_ns_frag2.c | 54 +
test/add_phase_inaff.c | 46 +
test/add_polynom.c | 22 +-
test/add_polynom_inaff.c | 46 +
test/add_polynom_order.c | 44 +
test/add_polynom_order2.c | 50 +
test/add_protect.c | 18 +-
test/add_raw_prot.c | 46 +
test/add_raw_sub.c | 27 +-
test/add_rdonly.c | 18 +-
test/add_recip_inaff.c | 46 +
test/add_sarray.c | 72 +
test/add_sarray_dup.c | 43 +
test/add_sarray_nil.c | 71 +
test/add_sindir.c | 57 +
test/add_spec_affix.c | 52 +
test/add_spec_index.c | 47 +
test/add_spec_nil.c | 41 +
test/add_spec_prot.c | 48 +
test/add_spec_raw_autoenc.c | 51 +
test/add_spec_raw_prot.c | 48 +
test/add_spec_raw_unkenc.c | 51 +
test/add_string_affix.c | 14 +-
test/add_string_dup.c | 41 +
test/add_string_entry.c | 60 +
test/add_window_inaff.c | 52 +
test/alias_list.c | 24 +-
test/alias_list_alias.c | 24 +-
test/alias_list_missing.c | 22 +-
test/alias_num.c | 24 +-
test/alias_num_alias.c | 24 +-
test/alias_num_missing.c | 22 +-
test/alias_target.c | 11 +-
test/alias_target_alias.c | 11 +-
test/alias_target_missing.c | 11 +-
test/alloc_affix.c | 80 +
test/alloc_callback.c | 68 +
test/alloc_clear.c | 100 +
test/alloc_entry.c | 132 +
test/alloc_tok.c | 67 +
test/alter_bit_bitnum.c | 29 +-
test/alter_bit_in.c | 52 +
test/alter_bit_numbits.c | 29 +-
test/alter_bit_scalar.c | 60 +
test/alter_carray_len.c | 20 +-
test/alter_carray_type.c | 50 +-
test/alter_clincom.c | 33 +-
test/alter_clincom_32.c | 62 +
test/alter_clincom_nfields.c | 49 +
test/alter_clincom_nfields_code.c | 44 +
test/alter_clincom_null.c | 59 +
test/alter_code.c | 48 +
test/alter_const.c | 20 +-
test/alter_const_c2r.c | 20 +-
test/alter_const_r2c.c | 20 +-
test/alter_const_r2r.c | 20 +-
test/alter_const_type.c | 47 +
test/alter_cpolynom.c | 33 +-
test/alter_cpolynom_null.c | 25 +-
test/alter_cpolynom_ord.c | 48 +
test/alter_cpolynom_ord_code.c | 42 +
test/alter_crecip.c | 33 +-
test/alter_crecip89.c | 33 +-
test/alter_crecip89_null.c | 33 +-
test/alter_crecip_zero.c | 33 +-
test/alter_divide.c | 33 +-
test/alter_divide_in.c | 54 +
test/alter_entry.c | 28 +-
test/alter_entry_affix.c | 26 +-
test/alter_entry_entype.c | 53 +
test/alter_entry_hidden.c | 20 +-
test/alter_entry_lincom.c | 19 +-
test/alter_entry_lincom_nfields.c | 53 +
test/alter_entry_recode.c | 27 +-
test/alter_entry_recode_recalc.c | 34 +-
test/alter_entry_sarray.c | 62 +
test/alter_entry_scalar1.c | 19 +-
test/alter_entry_scalar2a.c | 23 +-
test/alter_entry_scalar2n.c | 28 +-
test/alter_entry_scalar3.c | 19 +-
test/alter_entry_scalar3c.c | 11 +-
test/alter_entry_scalar3i.c | 19 +-
test/alter_entry_scalar3r.c | 11 +-
test/alter_entry_scalar4.c | 19 +-
test/alter_entry_scalar_amb.c | 21 +-
test/alter_index.c | 17 +-
test/alter_indir.c | 55 +
test/alter_lincom_23.c | 33 +-
test/alter_lincom_32.c | 33 +-
test/alter_lincom_affix.c | 39 +-
test/alter_lincom_input.c | 33 +-
test/alter_lincom_nfields.c | 49 +
test/alter_lincom_nfields_code.c | 44 +
test/alter_lincom_offset.c | 33 +-
test/alter_lincom_scalar.c | 64 +
test/alter_lincom_slope.c | 33 +-
test/alter_linterp.c | 41 +-
test/alter_linterp_in.c | 56 +
test/alter_linterp_move.c | 41 +-
test/alter_mplex.c | 35 +-
test/alter_mplex_in.c | 53 +
test/alter_mplex_scalar.c | 70 +
test/alter_mspec.c | 29 +-
test/alter_mspec_affix.c | 26 +-
test/alter_multiply.c | 33 +-
test/alter_phase.c | 29 +-
test/alter_phase_in.c | 53 +
test/alter_phase_scalar.c | 65 +
test/alter_polynom_coeff.c | 34 +-
test/alter_polynom_input.c | 33 +-
test/alter_polynom_ord.c | 33 +-
test/alter_polynom_ord2.c | 48 +
test/alter_polynom_ord_code.c | 42 +
test/alter_polynom_scalar.c | 62 +
test/alter_prot.c | 48 +
test/alter_raw_prot.c | 50 +
test/alter_raw_spf.c | 27 +-
test/alter_raw_spf_type.c | 108 +
test/alter_raw_type.c | 48 +-
test/alter_rdonly.c | 48 +
test/alter_recip.c | 33 +-
test/alter_recip_scalar.c | 57 +
test/alter_recip_zero.c | 33 +-
test/alter_sarray.c | 58 +
test/alter_sarray_nop.c | 49 +
test/alter_sbit.c | 55 +
test/alter_scalar_affix.c | 34 +-
test/alter_sindir.c | 55 +
test/alter_spec.c | 27 +-
test/alter_spec_affix.c | 26 +-
test/alter_spec_code.c | 43 +
test/alter_spec_format.c | 46 +
test/alter_spec_meta.c | 29 +-
test/alter_spec_nil.c | 43 +
test/alter_spec_polynom.c | 20 +-
test/alter_spec_prot.c | 45 +
test/alter_spec_rdonly.c | 45 +
test/alter_window.c | 29 +-
test/alter_window_in.c | 54 +
test/alter_window_op.c | 69 +
test/alter_window_scalar.c | 65 +
test/ascii_complex128.c | 26 +
test/ascii_complex64.c | 26 +
test/ascii_float32.c | 26 +
test/ascii_float64.c | 26 +
test/ascii_get.c | 19 +-
test/ascii_get_complex.c | 19 +-
test/ascii_get_get.c | 19 +-
test/ascii_get_here.c | 11 +-
test/ascii_get_sub.c | 27 +-
test/ascii_int16.c | 26 +
test/ascii_int32.c | 26 +
test/ascii_int64.c | 26 +
test/ascii_int8.c | 26 +
test/ascii_nframes.c | 16 +-
test/ascii_put.c | 20 +-
test/ascii_put_here.c | 20 +-
test/ascii_seek.c | 11 +-
test/ascii_seek_far.c | 11 +-
test/ascii_sync.c | 20 +-
test/ascii_uint16.c | 26 +
test/ascii_uint32.c | 26 +
test/ascii_uint64.c | 26 +
test/ascii_uint8.c | 26 +
test/bof.c | 23 +-
test/bof_bit.c | 30 +-
test/bof_bit_code.c | 46 +
test/bof_code.c | 46 +
test/bof_const.c | 46 +
test/bof_index.c | 23 +-
test/bof_lincom.c | 35 +-
test/bof_lincom_code.c | 58 +
test/bof_phase.c | 41 +-
test/bof_phase_code.c | 46 +
test/bof_phase_neg.c | 41 +-
test/bof_recurse.c | 45 +
test/bzip_add.c | 55 +-
test/bzip_complex128.c | 30 +
test/bzip_complex64.c | 30 +
test/bzip_del.c | 34 +
test/bzip_enoent.c | 33 +
test/bzip_float32.c | 30 +
test/bzip_float64.c | 30 +
test/bzip_get.c | 29 +-
test/bzip_get_cont.c | 31 +
test/bzip_get_far.c | 20 +-
test/bzip_get_get.c | 20 +-
test/bzip_get_get2.c | 20 +-
test/bzip_get_put.c | 9 +-
test/bzip_int16.c | 30 +
test/bzip_int32.c | 30 +
test/bzip_int64.c | 30 +
test/bzip_int8.c | 30 +
test/bzip_move_from.c | 109 +-
test/bzip_move_to.c | 9 +-
test/bzip_nframes.c | 73 +-
test/bzip_put.c | 9 +-
test/bzip_put_back.c | 9 +-
test/bzip_put_endian.c | 20 +-
test/bzip_put_get.c | 11 +-
test/bzip_put_offs.c | 31 +
test/bzip_put_pad.c | 9 +-
test/bzip_put_sub.c | 17 +-
test/bzip_seek.c | 60 +-
test/bzip_seek_far.c | 20 +-
test/bzip_sync.c | 9 +-
test/bzip_uint16.c | 30 +
test/bzip_uint32.c | 30 +
test/bzip_uint64.c | 30 +
test/bzip_uint8.c | 30 +
test/calist.c | 66 +
test/calist0.c | 49 +
test/calist_free.c | 76 +
test/calist_hidden.c | 65 +
test/calist_long.c | 80 +
test/calist_meta.c | 66 +
test/calist_meta0.c | 52 +
test/calist_meta_free.c | 77 +
test/calist_meta_hidden.c | 65 +
test/calist_meta_meta.c | 56 +
test/calist_meta_parent.c | 46 +
test/calist_null.c | 64 +
test/close_close.c | 12 +-
test/close_discard.c | 13 +-
test/convert_complex128_complex64.c | 37 +-
test/convert_complex128_float64.c | 20 +-
test/convert_complex128_int64.c | 19 +-
test/convert_complex128_uint64.c | 19 +-
test/convert_complex64_complex128.c | 36 +-
test/convert_complex64_float64.c | 20 +-
test/convert_complex64_int64.c | 19 +-
test/convert_complex64_uint64.c | 19 +-
test/convert_float32_complex128.c | 29 +-
test/convert_float32_complex64.c | 29 +-
test/convert_float32_float64.c | 29 +-
test/convert_float32_int16.c | 28 +-
test/convert_float32_int32.c | 28 +-
test/convert_float32_int64.c | 28 +-
test/convert_float32_int8.c | 28 +-
test/convert_float32_uint16.c | 28 +-
test/convert_float32_uint32.c | 28 +-
test/convert_float32_uint64.c | 28 +-
test/convert_float32_uint8.c | 28 +-
test/convert_float64_complex128.c | 29 +-
test/convert_float64_complex64.c | 29 +-
test/convert_float64_float32.c | 29 +-
test/convert_float64_int16.c | 28 +-
test/convert_float64_int32.c | 28 +-
test/convert_float64_int64.c | 42 +-
test/convert_float64_int8.c | 28 +-
test/convert_float64_uint16.c | 28 +-
test/convert_float64_uint32.c | 28 +-
test/convert_float64_uint64.c | 28 +-
test/convert_float64_uint8.c | 28 +-
test/convert_int16_complex128.c | 29 +-
test/convert_int16_complex64.c | 29 +-
test/convert_int16_float32.c | 29 +-
test/convert_int16_float64.c | 29 +-
test/convert_int16_int32.c | 28 +-
test/convert_int16_int64.c | 28 +-
test/convert_int16_int8.c | 28 +-
test/convert_int16_uint16.c | 28 +-
test/convert_int16_uint32.c | 28 +-
test/convert_int16_uint64.c | 28 +-
test/convert_int16_uint8.c | 28 +-
test/convert_int32_complex128.c | 29 +-
test/convert_int32_complex64.c | 29 +-
test/convert_int32_float32.c | 29 +-
test/convert_int32_float64.c | 29 +-
test/convert_int32_int16.c | 28 +-
test/convert_int32_int64.c | 28 +-
test/convert_int32_int8.c | 28 +-
test/convert_int32_uint16.c | 28 +-
test/convert_int32_uint32.c | 28 +-
test/convert_int32_uint64.c | 28 +-
test/convert_int32_uint8.c | 28 +-
test/convert_int64_complex128.c | 29 +-
test/convert_int64_complex64.c | 29 +-
test/convert_int64_float32.c | 29 +-
test/convert_int64_float64.c | 29 +-
test/convert_int64_int16.c | 28 +-
test/convert_int64_int32.c | 28 +-
test/convert_int64_int8.c | 28 +-
test/convert_int64_uint16.c | 28 +-
test/convert_int64_uint32.c | 28 +-
test/convert_int64_uint64.c | 28 +-
test/convert_int64_uint8.c | 28 +-
test/convert_int8_complex128.c | 29 +-
test/convert_int8_complex64.c | 29 +-
test/convert_int8_float32.c | 29 +-
test/convert_int8_float64.c | 29 +-
test/convert_int8_int16.c | 28 +-
test/convert_int8_int32.c | 28 +-
test/convert_int8_int64.c | 28 +-
test/convert_int8_uint16.c | 28 +-
test/convert_int8_uint32.c | 28 +-
test/convert_int8_uint64.c | 28 +-
test/convert_int8_uint8.c | 28 +-
test/convert_uint16_complex128.c | 29 +-
test/convert_uint16_complex64.c | 29 +-
test/convert_uint16_float32.c | 29 +-
test/convert_uint16_float64.c | 29 +-
test/convert_uint16_int16.c | 28 +-
test/convert_uint16_int32.c | 28 +-
test/convert_uint16_int64.c | 28 +-
test/convert_uint16_int8.c | 28 +-
test/convert_uint16_uint32.c | 28 +-
test/convert_uint16_uint64.c | 28 +-
test/convert_uint16_uint8.c | 28 +-
test/convert_uint32_complex128.c | 29 +-
test/convert_uint32_complex64.c | 29 +-
test/convert_uint32_float32.c | 29 +-
test/convert_uint32_float64.c | 29 +-
test/convert_uint32_int16.c | 28 +-
test/convert_uint32_int32.c | 28 +-
test/convert_uint32_int64.c | 28 +-
test/convert_uint32_int8.c | 28 +-
test/convert_uint32_uint16.c | 28 +-
test/convert_uint32_uint64.c | 28 +-
test/convert_uint32_uint8.c | 28 +-
test/convert_uint64_complex128.c | 29 +-
test/convert_uint64_complex64.c | 29 +-
test/convert_uint64_float32.c | 29 +-
test/convert_uint64_float64.c | 29 +-
test/convert_uint64_int16.c | 28 +-
test/convert_uint64_int32.c | 28 +-
test/convert_uint64_int64.c | 28 +-
test/convert_uint64_int8.c | 28 +-
test/convert_uint64_uint16.c | 28 +-
test/convert_uint64_uint32.c | 28 +-
test/convert_uint64_uint8.c | 28 +-
test/convert_uint8_complex128.c | 29 +-
test/convert_uint8_complex64.c | 29 +-
test/convert_uint8_float32.c | 29 +-
test/convert_uint8_float64.c | 29 +-
test/convert_uint8_int16.c | 28 +-
test/convert_uint8_int32.c | 28 +-
test/convert_uint8_int64.c | 28 +-
test/convert_uint8_int8.c | 28 +-
test/convert_uint8_uint16.c | 29 +-
test/convert_uint8_uint32.c | 29 +-
test/convert_uint8_uint64.c | 29 +-
test/creat_excl.c | 12 +-
test/creat_rdonly_exists.c | 13 +-
test/cvlist.c | 27 +-
test/cvlist_array.c | 77 -
test/cvlist_array0.c | 61 -
test/cvlist_array_free.c | 87 -
test/cvlist_array_hidden.c | 67 -
test/cvlist_array_meta.c | 78 -
test/cvlist_array_meta0.c | 64 -
test/cvlist_array_meta_free.c | 88 -
test/cvlist_array_meta_hidden.c | 68 -
test/cvlist_array_null.c | 66 -
test/cvlist_hidden.c | 24 +-
test/cvlist_long.c | 76 +
test/cvlist_meta.c | 29 +-
test/cvlist_meta0.c | 25 +-
test/cvlist_meta_code.c | 49 +
test/cvlist_meta_hidden.c | 22 +-
test/cvlist_meta_parent.c | 46 +
test/cvlist_null.c | 20 +-
test/del_alias.c | 24 +-
test/del_alias_dangle.c | 54 +
test/del_alias_target.c | 49 +
test/del_bad_code.c | 4 +-
test/del_carray.c | 31 +-
test/del_carray_deref.c | 23 +-
test/del_const.c | 31 +-
test/del_const_deref.c | 12 +-
test/del_const_force.c | 23 +-
test/del_data.c | 27 +-
test/del_data_enoent.c | 19 +-
test/del_data_open.c | 27 +-
test/del_data_prot.c | 46 +
test/del_del.c | 26 +-
test/del_derived.c | 27 +-
test/del_derived_after.c | 11 +-
test/del_derived_force.c | 19 +-
test/del_divide.c | 60 +
test/del_meta.c | 39 +-
test/del_meta_force.c | 31 +-
test/del_prot.c | 44 +
test/del_rdonly.c | 44 +
test/del_ref.c | 33 +-
test/desync.c | 12 +-
test/desync_flush.c | 12 +-
test/desync_path.c | 18 +-
test/desync_reopen.c | 21 +-
test/desync_reopen_inv.c | 36 +-
test/dfes_bit.c | 18 +-
test/dfes_divide.c | 17 +-
test/dfes_lincom.c | 17 +-
test/dfes_linterp.c | 17 +-
test/dfes_multiply.c | 17 +-
test/dfes_phase.c | 17 +-
test/dfes_raw.c | 17 +-
test/dfes_recip.c | 17 +-
test/elist_alias.c | 25 +-
test/elist_hidden.c | 19 +-
test/elist_noalias.c | 19 +-
test/elist_parent.c | 44 +
test/elist_parent2.c | 47 +
test/elist_scalar.c | 17 +-
test/elist_type.c | 44 +
test/enc_add.c | 77 +
test/enc_complex128.c | 69 +
test/enc_complex64.c | 69 +
test/enc_del.c | 80 +
test/enc_enoent.c | 60 +
test/enc_float32.c | 75 +
test/enc_float64.c | 74 +
test/enc_get_cont.c | 84 +
test/enc_int16.c | 66 +
test/enc_int32.c | 66 +
test/enc_int64.c | 66 +
test/enc_int8.c | 66 +
test/enc_move_from.c | 116 +
test/enc_nframes.c | 74 +
test/enc_put_offs.c | 90 +
test/enc_seek.c | 72 +
test/enc_uint16.c | 66 +
test/enc_uint32.c | 66 +
test/enc_uint64.c | 66 +
test/enc_uint8.c | 66 +
test/encode_alter.c | 26 +-
test/encode_alter_all.c | 33 +-
test/encode_alter_open.c | 26 +-
test/encode_get.c | 28 +-
test/encode_recode.c | 29 +-
test/encode_recode_open.c | 29 +-
test/encode_support.c | 22 +-
test/endian_alter.c | 27 +-
test/endian_alter_all.c | 33 +-
test/endian_alter_arg.c | 50 +
test/endian_alter_dprot.c | 51 +
test/endian_alter_fprot.c | 51 +
test/endian_alter_index.c | 50 +
test/endian_alter_rdonly.c | 50 +
test/endian_alter_sie.c | 18 +-
test/endian_get.c | 17 +-
test/endian_index.c | 48 +
test/endian_move.c | 27 +-
test/entry_bad_code.c | 25 +-
test/entry_bit.c | 19 +-
test/entry_bit_scalar.c | 26 +-
test/entry_divide.c | 18 +-
test/entry_invalid.c | 12 +-
test/entry_lincom.c | 19 +-
test/entry_lincom_scalar.c | 33 +-
test/entry_linterp.c | 18 +-
test/entry_mplex.c | 11 +-
test/entry_mplex_scalar.c | 18 +-
test/entry_multiply.c | 18 +-
test/entry_phase.c | 18 +-
test/entry_phase_scalar.c | 19 +-
test/entry_polynom.c | 17 +-
test/entry_polynom_scalar.c | 31 +-
test/entry_raw.c | 18 +-
test/entry_raw_scalar.c | 19 +-
test/entry_raw_scalar_code.c | 18 +-
test/entry_raw_scalar_type.c | 18 +-
test/entry_recip.c | 19 +-
test/entry_scalar_repr.c | 27 +-
test/entry_type.c | 18 +-
test/entry_type_alias.c | 16 +-
test/entry_window.c | 18 +-
test/entry_window_scalar.c | 19 +-
test/eof.c | 16 +-
test/eof_bit.c | 16 +-
test/eof_bit_code.c | 46 +
test/eof_const.c | 46 +
test/eof_index.c | 40 +-
test/eof_lincom.c | 25 +-
test/eof_lincom_code.c | 58 +
test/eof_phase.c | 16 +-
test/eof_phase_code.c | 46 +
test/eof_phase_neg.c | 16 +-
test/eof_recurse.c | 45 +
test/error.c | 12 +-
test/error_num.c | 11 +-
test/error_short.c | 12 +-
test/error_verbose.c | 76 +-
test/error_verbose_prefix.c | 88 +-
test/file.c | 27 +-
test/file_code.c | 27 +-
test/file_type.c | 27 +-
test/flac_add.c | 55 +-
test/flac_complex128.c | 30 +
test/flac_complex64.c | 30 +
test/flac_del.c | 34 +
test/flac_enoent.c | 33 +
test/flac_float32.c | 30 +
test/flac_float64.c | 30 +
test/flac_get_big.c | 32 +-
test/flac_get_cont.c | 39 +
test/flac_get_far.c | 26 +-
test/flac_get_get.c | 26 +-
test/flac_get_get2.c | 26 +-
test/flac_get_int64.c | 34 +-
test/flac_get_int8.c | 26 +-
test/flac_get_little.c | 32 +-
test/flac_get_long.c | 31 +-
test/flac_int16.c | 30 +
test/flac_int32.c | 30 +
test/flac_int64.c | 30 +
test/flac_int8.c | 30 +
test/flac_move_from.c | 44 +
test/flac_nframes.c | 76 +-
test/flac_put_big.c | 26 +-
test/flac_put_complex128.c | 4 +-
test/flac_put_float64.c | 4 +-
test/flac_put_int32.c | 4 +-
test/flac_put_little.c | 27 +-
test/flac_put_offs.c | 31 +
test/flac_seek.c | 69 +-
test/flac_seek_far.c | 28 +-
test/flac_sync.c | 19 +-
test/flac_uint16.c | 30 +
test/flac_uint32.c | 30 +
test/flac_uint64.c | 30 +
test/flac_uint8.c | 30 +
test/flist.c | 26 +-
test/flist0.c | 14 +-
test/flist2.c | 26 +-
test/flist_hidden.c | 20 +-
test/flist_meta.c | 28 +-
test/flist_meta2.c | 28 +-
test/flist_meta_hidden.c | 22 +-
test/flist_type.c | 28 +-
test/flist_type_hidden.c | 22 +-
test/flist_type_meta.c | 30 +-
test/flist_type_meta_hidden.c | 24 +-
test/flush_all.c | 17 +-
test/flush_bad_code.c | 18 +-
test/flush_flush.c | 17 +-
test/flush_lincom.c | 26 +-
test/flush_lincom1.c | 22 +-
test/flush_mult.c | 24 +-
test/flush_raw_close.c | 17 +-
test/flush_recurse.c | 45 +
test/flush_ref.c | 76 -
test/flush_sync.c | 17 +-
test/foffs_alter.c | 28 +-
test/foffs_alter_all.c | 32 +-
test/foffs_alter_dprot.c | 51 +
test/foffs_alter_fprot.c | 51 +
test/foffs_alter_index.c | 50 +
test/foffs_alter_range.c | 50 +
test/foffs_alter_rdonly.c | 50 +
test/foffs_get.c | 27 +-
test/foffs_index.c | 48 +
test/foffs_move.c | 28 +-
test/fragment_affix.c | 17 +-
test/fragment_affix_alter.c | 17 +-
test/fragment_affix_alter2.c | 23 +-
test/fragment_affix_alter_code.c | 27 +-
test/fragment_affix_alter_dotpx.c | 67 +
test/fragment_affix_alter_index.c | 46 +
test/fragment_affix_alter_nons.c | 67 +
test/fragment_affix_alter_nop.c | 17 +-
test/fragment_affix_alter_ns.c | 67 +
test/fragment_affix_alter_pns.c | 70 +
test/fragment_affix_dup.c | 35 +-
test/fragment_affix_index.c | 50 +
test/fragment_affix_ns.c | 55 +
test/fragment_index.c | 24 +-
test/fragment_index_alias.c | 17 +-
test/fragment_name.c | 25 +-
test/fragment_name_oor.c | 25 +-
test/fragment_ndotdots.c | 55 +
test/fragment_ndots.c | 55 +
test/fragment_ns.c | 52 +
test/fragment_ns0.c | 49 +
test/fragment_ns_add.c | 55 +
test/fragment_ns_add0.c | 52 +
test/fragment_ns_alter.c | 55 +
test/fragment_ns_alter_nop.c | 55 +
test/fragment_ns_alter_pdel.c | 57 +
test/fragment_ns_del.c | 55 +
test/fragment_ns_dot.c | 55 +
test/fragment_ns_dotdot.c | 52 +
test/fragment_ns_dotns.c | 55 +
test/fragment_ns_nsdot.c | 55 +
test/fragment_num.c | 17 +-
test/fragment_parent.c | 23 +-
test/fragment_parent_index.c | 46 +
test/fragment_parent_root.c | 46 +
test/get64.c | 27 +-
test/get_affix.c | 34 +-
test/get_bad_code.c | 19 +-
test/get_bit.c | 27 +-
test/get_carray.c | 21 +-
test/get_carray_bad.c | 46 +
test/get_carray_c2r.c | 19 +-
test/get_carray_len.c | 61 -
test/get_carray_slice.c | 19 +-
test/get_carray_slice_bounds.c | 49 +
test/get_carray_slice_type.c | 46 +
test/get_carray_type.c | 46 +
test/get_char.c | 27 +-
test/get_clincom.c | 27 +-
test/get_complex128.c | 35 +-
test/get_complex64.c | 35 +-
test/get_const.c | 19 +-
test/get_const_bad.c | 47 +
test/get_const_carray.c | 16 +-
test/get_const_complex.c | 19 +-
test/get_const_repr.c | 19 +-
test/get_const_reprz.c | 80 +
test/get_cpolynom.c | 27 +-
test/get_cpolynom1.c | 27 +-
test/get_cpolynom_int.c | 27 +-
test/get_dim.c | 18 +-
test/get_dimin.c | 50 +
test/get_divide.c | 32 +-
test/get_divide_ccin.c | 23 +-
test/get_divide_code.c | 61 +
test/get_divide_crin.c | 23 +-
test/get_divide_crinr.c | 23 +-
test/get_divide_rcin.c | 23 +-
test/get_divide_s.c | 34 +-
test/get_dot.c | 55 +
test/get_endian16.c | 21 +-
test/get_endian32.c | 21 +-
test/get_endian64.c | 21 +-
test/get_endian8.c | 21 +-
test/get_endian_complex128_arm.c | 19 +-
test/get_endian_complex128_big.c | 19 +-
test/get_endian_complex128_little.c | 19 +-
test/get_endian_complex64_arm.c | 19 +-
test/get_endian_complex64_big.c | 19 +-
test/get_endian_complex64_little.c | 19 +-
test/get_endian_float32_arm.c | 19 +-
test/get_endian_float32_big.c | 19 +-
test/get_endian_float32_little.c | 19 +-
test/get_endian_float64_arm.c | 19 +-
test/get_endian_float64_big.c | 19 +-
test/get_endian_float64_little.c | 19 +-
test/get_ff.c | 27 +-
test/get_float32.c | 28 +-
test/get_float64.c | 28 +-
test/get_foffs.c | 27 +-
test/get_foffs2.c | 27 +-
test/get_fs.c | 27 +-
test/get_here.c | 27 +-
test/get_here_foffs.c | 27 +-
test/get_heres.c | 27 +-
test/get_index_complex.c | 13 +-
test/get_index_type.c | 87 +
test/get_indir.c | 59 +
test/get_indir_typein.c | 55 +
test/get_int16.c | 28 +-
test/get_int32.c | 28 +-
test/get_int64.c | 28 +-
test/get_int8.c | 27 +-
test/get_lincom1.c | 27 +-
test/get_lincom2.c | 27 +-
test/get_lincom2s.c | 34 +-
test/get_lincom3.c | 27 +-
test/get_lincom3s.c | 34 +-
test/get_lincom_code.c | 68 +
test/get_lincom_mdt.c | 27 +-
test/get_lincom_noin.c | 18 +-
test/get_lincom_non.c | 27 +-
test/get_lincom_null.c | 27 +-
test/get_lincom_spf.c | 39 +-
test/get_linterp.c | 28 +-
test/get_linterp1.c | 28 +-
test/get_linterp_abs.c | 22 +-
test/get_linterp_complex.c | 28 +-
test/get_linterp_empty.c | 25 +-
test/get_linterp_nodir.c | 25 +-
test/get_linterp_noin.c | 19 +-
test/get_linterp_notab.c | 28 +-
test/get_linterp_sort.c | 28 +-
test/get_mplex.c | 35 +-
test/get_mplex_bof.c | 35 +-
test/get_mplex_complex.c | 16 +-
test/get_mplex_lb.c | 35 +-
test/get_mplex_lball.c | 37 +-
test/get_mplex_nolb.c | 35 +-
test/get_mplex_s.c | 32 +-
test/get_mplex_saved.c | 35 +-
test/get_multiply.c | 27 +-
test/get_multiply_ccin.c | 16 +-
test/get_multiply_code.c | 61 +
test/get_multiply_crin.c | 16 +-
test/get_multiply_crinr.c | 16 +-
test/get_multiply_noin.c | 27 +-
test/get_multiply_rcin.c | 16 +-
test/get_multiply_s.c | 34 +-
test/get_neg.c | 18 +-
test/get_none.c | 27 +-
test/get_nonexistent.c | 18 +-
test/get_null.c | 27 +-
test/get_off64.c | 27 +-
test/get_phase.c | 28 +-
test/get_phase_affix.c | 33 +-
test/get_polynom.c | 28 +-
test/get_polynom_cmpin.c | 22 +-
test/get_polynom_noin.c | 18 +-
test/get_range.c | 20 +-
test/get_recip.c | 32 +-
test/get_recip_cmpin.c | 65 +
test/get_recip_const.c | 34 +-
test/get_recurse.c | 23 +-
test/get_reprz.c | 83 +
test/get_rofs.c | 27 +-
test/get_sarray.c | 56 +
test/get_sarray_bad.c | 46 +
test/get_sarray_slice.c | 56 +
test/get_sarray_slice_bounds.c | 49 +
test/get_sarray_slice_type.c | 46 +
test/get_sarray_type.c | 46 +
test/get_sbit.c | 27 +-
test/get_sf.c | 27 +-
test/get_sindir.c | 64 +
test/get_sindir_code.c | 61 +
test/get_sindir_neg.c | 55 +
test/get_sindir_none.c | 55 +
test/get_sindir_null.c | 55 +
test/get_sindir_reprz.c | 85 +
test/get_sindir_type.c | 56 +
test/get_sindir_typein.c | 55 +
test/get_ss.c | 27 +-
test/get_string.c | 19 +-
test/get_type.c | 27 +-
test/get_uint16.c | 28 +-
test/get_uint32.c | 29 +-
test/get_uint64.c | 29 +-
test/get_window.c | 28 +-
test/get_window_clr.c | 28 +-
test/get_window_complex.c | 22 +-
test/get_window_ge.c | 28 +-
test/get_window_gt.c | 28 +-
test/get_window_le.c | 28 +-
test/get_window_lt.c | 28 +-
test/get_window_ne.c | 28 +-
test/get_window_s.c | 34 +-
test/get_window_set.c | 28 +-
test/get_zero.c | 28 +-
test/get_zero_complex.c | 28 +-
test/get_zero_float.c | 28 +-
test/global_flags.c | 15 +-
test/global_name.c | 20 +-
test/global_ref.c | 60 -
test/global_ref_empty.c | 61 -
test/global_ref_set.c | 62 -
test/gzip_add.c | 63 +-
test/gzip_complex128.c | 30 +
test/gzip_complex64.c | 30 +
test/gzip_del.c | 68 +-
test/gzip_enoent.c | 33 +
test/gzip_float32.c | 30 +
test/gzip_float64.c | 30 +
test/gzip_get.c | 29 +-
test/gzip_get_cont.c | 31 +
test/gzip_get_far.c | 20 +-
test/gzip_get_get.c | 29 +-
test/gzip_get_get2.c | 29 +-
test/gzip_get_put.c | 18 +-
test/gzip_int16.c | 30 +
test/gzip_int32.c | 30 +
test/gzip_int64.c | 30 +
test/gzip_int8.c | 30 +
test/gzip_move_from.c | 110 +-
test/gzip_move_to.c | 14 +-
test/gzip_nframes.c | 70 +-
test/gzip_put.c | 18 +-
test/gzip_put_back.c | 18 +-
test/gzip_put_endian.c | 27 +-
test/gzip_put_get.c | 20 +-
test/gzip_put_offs.c | 31 +
test/gzip_put_pad.c | 9 +-
test/gzip_put_sub.c | 26 +-
test/gzip_seek.c | 64 +-
test/gzip_seek_far.c | 22 +-
test/gzip_sync.c | 18 +-
test/gzip_uint16.c | 30 +
test/gzip_uint32.c | 30 +
test/gzip_uint64.c | 30 +
test/gzip_uint8.c | 30 +
test/header_complex.c | 21 +-
test/header_off64t.c | 11 +-
test/hide.c | 11 +-
test/hide_bad.c | 4 +-
test/hide_hidden.c | 18 +-
test/hide_hidden_bad.c | 4 +-
test/hide_unhide.c | 11 +-
test/hide_unhide_bad.c | 4 +-
test/include_accmode.c | 11 +-
test/include_affix.c | 17 +-
test/include_affix_ns.c | 50 +
test/include_auto.c | 25 +-
test/include_cb.c | 25 +-
test/include_creat.c | 11 +-
test/include_format.c | 70 +
test/include_ignore.c | 25 +-
test/include_include.c | 24 +-
test/include_index.c | 18 +-
test/include_invalid.c | 18 +-
test/include_ndotdots.c | 47 +
test/include_ndots.c | 50 +
test/include_nonexistent.c | 18 +-
test/include_ns.c | 50 +
test/include_ns_dot.c | 50 +
test/include_ns_dotdot.c | 50 +
test/include_ns_dotns.c | 53 +
test/include_ns_nil.c | 50 +
test/include_ns_null.c | 50 +
test/include_ns_prefix.c | 64 +
test/include_pc.c | 25 +-
test/include_prot.c | 50 +
test/include_ref.c | 25 +-
test/include_ref_code.c | 70 +
test/include_ref_type.c | 70 +
test/include_sub.c | 30 +-
test/include_syntax.c | 25 +-
test/index_domain.c | 18 +-
test/index_empty.c | 49 +
test/index_index.c | 18 +-
test/index_one.c | 52 +
test/index_range.c | 18 +-
test/index_reprz.c | 75 +
test/index_s.c | 18 +-
test/index_scalar.c | 49 +
test/index_subset.c | 18 +-
test/legacy_error.c | 6 +-
test/legacy_estring.c | 27 +-
test/legacy_format.c | 67 +-
test/legacy_get.c | 27 +-
test/legacy_get_put.c | 28 +-
test/legacy_get_rofs.c | 31 +-
test/legacy_nframes.c | 16 +-
test/legacy_nonexistent.c | 11 +-
test/legacy_put.c | 17 +-
test/legacy_spf.c | 18 +-
test/len_bad.c | 48 +
test/len_carray.c | 50 +
test/len_const.c | 48 +
test/len_sarray.c | 49 +
test/len_string.c | 48 +
test/len_type.c | 48 +
test/lzma_enoent.c | 33 +
test/lzma_get.c | 20 +-
test/lzma_nframes.c | 71 +-
test/lzma_put.c | 20 +-
test/lzma_xz_add.c | 55 +-
test/lzma_xz_complex128.c | 30 +
test/lzma_xz_complex64.c | 30 +
test/lzma_xz_del.c | 34 +
test/lzma_xz_float32.c | 30 +
test/lzma_xz_float64.c | 30 +
test/lzma_xz_get.c | 20 +-
test/lzma_xz_get_cont.c | 31 +
test/lzma_xz_get_far.c | 20 +-
test/lzma_xz_get_get.c | 20 +-
test/lzma_xz_get_get2.c | 20 +-
test/lzma_xz_get_put.c | 9 +-
test/lzma_xz_int16.c | 30 +
test/lzma_xz_int32.c | 30 +
test/lzma_xz_int64.c | 30 +
test/lzma_xz_int8.c | 30 +
test/lzma_xz_move_from.c | 36 +
test/lzma_xz_move_to.c | 9 +-
test/lzma_xz_nframes.c | 71 +-
test/lzma_xz_offs_clear.c | 61 +
test/lzma_xz_put.c | 9 +-
test/lzma_xz_put_back.c | 9 +-
test/lzma_xz_put_endian.c | 20 +-
test/lzma_xz_put_get.c | 11 +-
test/lzma_xz_put_offs.c | 31 +
test/lzma_xz_put_pad.c | 9 +-
test/lzma_xz_seek.c | 59 +-
test/lzma_xz_seek_far.c | 20 +-
test/lzma_xz_sync.c | 9 +-
test/lzma_xz_uint16.c | 30 +
test/lzma_xz_uint32.c | 30 +
test/lzma_xz_uint64.c | 30 +
test/lzma_xz_uint8.c | 30 +
test/madd_affix.c | 14 +-
test/madd_alias_alias.c | 48 +
test/madd_alias_subsub.c | 48 +
test/madd_aliasmeta.c | 44 +
test/madd_clincom_nfields.c | 55 +
test/madd_cpolynom_order.c | 53 +
test/madd_indir.c | 56 +
test/madd_lincom_nfields.c | 46 +
test/madd_parent_bad.c | 53 +
test/madd_polynom_order.c | 45 +
test/madd_raw.c | 54 +
test/madd_sarray.c | 71 +
test/madd_sarray_dup.c | 46 +
test/madd_sindir.c | 56 +
test/madd_spec_parent.c | 42 +
test/madd_string_dup.c | 44 +
test/madd_subsub.c | 57 +
test/match_fragment.c | 60 +
test/match_pcre.c | 69 +
test/match_pcre_bad.c | 65 +
test/match_pcre_caseless.c | 69 +
test/match_pcre_ext.c | 69 +
test/match_pcre_js.c | 70 +
test/match_pcre_utf8.c | 67 +
test/match_regex.c | 69 +
test/match_regex_bad.c | 64 +
test/match_regex_ext.c | 66 +
test/match_regex_icase.c | 69 +
test/{flush_meta.c => mflush.c} | 0
test/mflush_affix.c | 95 +
test/{flush_amb_code.c => mflush_amb_code.c} | 0
test/mflush_carray.c | 54 +
test/{flush_hex.c => mflush_hex.c} | 0
test/mflush_indir.c | 60 +
test/mflush_mplex.c | 62 +
test/mflush_ns.c | 58 +
test/mflush_pretty.c | 56 +
test/mflush_prot.c | 78 +
test/mflush_ref.c | 61 +
test/mflush_repr.c | 68 +
test/mflush_repr9.c | 73 +
test/mflush_reprz.c | 70 +
test/mflush_sindir.c | 60 +
test/{flush_spec.c => mflush_spec.c} | 0
test/{flush_string.c => mflush_string.c} | 0
test/mflush_type.c | 74 +
test/mflush_type4.c | 67 +
test/mflush_windop.c | 73 +
test/move_affix.c | 28 +-
test/move_affix_dup.c | 29 +-
test/move_affix_meta.c | 36 +-
test/move_affix_updb.c | 37 +-
test/move_alias.c | 22 +-
test/move_code.c | 48 +
test/move_data_enc_ar.c | 25 +-
test/move_data_enc_ra.c | 35 +-
test/move_data_enc_un.c | 53 +
test/move_data_endian.c | 42 +-
test/move_data_foffs.c | 34 +-
test/move_data_foffs_neg.c | 40 +-
test/move_data_nop.c | 33 +-
test/move_data_prot.c | 57 +
test/move_entype.c | 48 +
test/move_index.c | 41 +-
test/move_meta.c | 29 +-
test/move_move.c | 25 +-
test/move_nop.c | 45 +
test/move_ns.c | 49 +
test/move_nsns.c | 51 +
test/move_protect.c | 28 +-
test/move_rdonly.c | 48 +
test/move_subdir.c | 32 +-
test/move_unkenc.c | 51 +
test/name_affix.c | 19 +-
test/name_affix_bad.c | 19 +-
test/name_alias.c | 50 +-
test/name_code.c | 43 +
test/name_dangle.c | 45 +-
test/name_dot10.c | 56 +
test/name_dot5.c | 24 +-
test/name_dot5r.c | 29 +-
test/name_dot9.c | 21 +-
test/name_dup.c | 13 +-
test/name_index.c | 43 +
test/name_meta.c | 30 +-
test/name_meta2.c | 120 +
test/name_move.c | 24 +-
test/name_move_alias.c | 24 +-
test/name_name.c | 45 +-
test/name_ns.c | 49 +
test/name_ns2.c | 49 +
test/name_nsdot.c | 49 +
test/name_prot.c | 46 +
test/name_rdonly.c | 46 +
test/name_updb.c | 24 +-
test/name_updb_affix.c | 28 +-
test/name_updb_alias.c | 26 +-
test/name_updb_carray.c | 23 +-
test/name_updb_const.c | 39 +-
test/name_updb_const_alias.c | 22 +-
test/name_updb_sarray.c | 58 +
test/native_bit.c | 16 +-
test/native_code.c | 46 +
test/native_const.c | 11 +-
test/native_lincom.c | 16 +-
test/native_lincom_cmpin.c | 16 +-
test/native_lincom_cmpscal.c | 16 +-
test/native_linterp.c | 14 +-
test/native_linterp_cmp.c | 14 +-
test/native_mult.c | 16 +-
test/native_mult1.c | 18 +-
test/native_mult2.c | 18 +-
test/native_phase.c | 16 +-
test/native_polynom.c | 16 +-
test/native_polynom_cmpin.c | 16 +-
test/native_polynom_cmpscal.c | 16 +-
test/native_raw.c | 11 +-
test/native_recip.c | 16 +-
test/native_recip_cmpin.c | 16 +-
test/native_recip_cmpscal.c | 16 +-
test/native_recurse.c | 49 +
test/native_reprz.c | 72 +
test/native_sbit.c | 16 +-
test/native_string.c | 13 +-
test/nentries_alias.c | 32 +-
test/nentries_entype.c | 47 +
test/nentries_hidden.c | 30 +-
test/nentries_noalias.c | 48 +-
test/nentries_scalar.c | 48 +-
test/nfields_hidden.c | 24 +-
test/nfields_nfields.c | 31 +-
test/nfields_type.c | 31 +-
test/nfields_type_hidden.c | 24 +-
test/nfields_vector.c | 24 +-
test/nfields_vector_hidden.c | 24 +-
test/nframes64.c | 16 +-
test/nframes_empty.c | 12 +-
test/nframes_invalid.c | 13 +-
test/nframes_nframes.c | 16 +-
test/nframes_off64.c | 16 +-
test/nframes_spf.c | 12 +-
test/nmeta.c | 31 +-
test/nmeta_hidden.c | 24 +-
test/nmeta_parent.c | 31 +-
test/nmeta_parent_meta.c | 50 +
test/nmeta_type.c | 31 +-
test/nmeta_type_hidden.c | 24 +-
test/nmeta_type_parent.c | 31 +-
test/nmeta_vectors.c | 31 +-
test/nmeta_vectors_del.c | 31 +-
test/nmeta_vectors_hidden.c | 24 +-
test/nmeta_vectors_parent.c | 31 +-
test/open_abs.c | 12 +-
test/open_cb_abort.c | 26 +-
test/open_cb_cont.c | 25 +-
test/open_cb_ignore.c | 18 +-
test/open_cb_invalid.c | 26 +-
test/open_cb_rescan.c | 19 +-
test/open_cb_rescan_alloc.c | 19 +-
test/open_eaccess.c | 13 +-
test/open_notdirfile.c | 10 +-
test/open_open.c | 12 +-
test/open_rofs.c | 25 +-
test/open_sym_al.c | 12 +-
test/open_sym_at.c | 12 +-
test/open_sym_c.c | 12 +-
test/open_sym_cl.c | 12 +-
test/open_sym_ct.c | 12 +-
test/open_sym_d.c | 10 +-
test/open_sym_l.c | 11 +-
test/open_sym_p.c | 12 +-
test/open_sym_pl.c | 12 +-
test/open_sym_pt.c | 12 +-
test/parse_alias.c | 11 +-
test/parse_alias_code.c | 16 +-
test/parse_alias_dup.c | 18 +-
test/parse_alias_loop.c | 75 +
test/parse_alias_meta.c | 18 +-
test/parse_alias_missing.c | 11 +-
test/parse_alias_ncols.c | 44 +
test/parse_badline.c | 18 +-
test/parse_bit.c | 18 +-
test/parse_bit4.c | 18 +-
test/parse_bit_bitnum.c | 18 +-
test/parse_bit_bitsize.c | 18 +-
test/parse_bit_ncols.c | 18 +-
test/parse_bit_numbits.c | 18 +-
test/parse_bit_scalar.c | 18 +-
test/parse_carray.c | 18 +-
test/parse_carray_long.c | 18 +-
test/parse_carray_ncols.c | 44 +
test/parse_carray_type.c | 44 +
test/parse_const.c | 18 +-
test/parse_const_complex.c | 18 +-
test/parse_const_ncols.c | 23 +-
test/parse_const_type.c | 44 +
test/parse_divide.c | 18 +-
test/parse_double.c | 29 +-
test/parse_duplicate.c | 18 +-
test/parse_duplicate_ignore.c | 18 +-
test/parse_endian_bad.c | 18 +-
test/parse_endian_bad2.c | 44 +
test/parse_endian_big.c | 18 +-
test/parse_endian_force.c | 18 +-
test/parse_endian_little.c | 18 +-
test/parse_endian_slash.c | 18 +-
test/parse_eol.c | 18 +-
test/parse_esc.c | 49 +
test/parse_foffs.c | 18 +-
test/parse_foffs_include.c | 30 +-
test/parse_foffs_slash.c | 18 +-
test/parse_hex.c | 25 +-
test/parse_hidden.c | 11 +-
test/parse_hidden_field.c | 11 +-
test/parse_hidden_frag.c | 46 +
test/parse_hidden_meta.c | 18 +-
test/parse_huge.c | 70 +
test/parse_include.c | 24 +-
test/parse_include_absolute.c | 17 +-
test/parse_include_absrel.c | 23 +-
test/parse_include_affix_bad.c | 29 +-
test/parse_include_affix_ref.c | 29 +-
test/parse_include_dir.c | 21 +-
test/parse_include_loop.c | 18 +-
test/parse_include_nodir.c | 44 +
test/parse_include_nonexistent.c | 18 +-
test/parse_include_ns.c | 50 +
test/parse_include_ns2.c | 55 +
test/parse_include_nsabs.c | 51 +
test/parse_include_nsinh.c | 54 +
test/parse_include_nspop.c | 52 +
test/parse_include_nsrabs.c | 54 +
test/parse_include_nsrainh.c | 57 +
test/parse_include_nsrinh.c | 57 +
test/parse_include_nsroot.c | 51 +
test/parse_include_prefix.c | 17 +-
test/parse_include_prefix_dup.c | 17 +-
test/parse_include_preprefix.c | 23 +-
test/parse_include_ref.c | 31 +-
test/parse_include_relabs.c | 24 +-
test/parse_include_relrel.c | 33 +-
test/parse_include_slash.c | 24 +-
test/parse_include_suffix.c | 17 +-
test/parse_include_sufsuffix.c | 23 +-
test/parse_index.c | 18 +-
test/parse_indir.c | 44 +
test/parse_lincom.c | 18 +-
test/parse_lincom_ncols1.c | 18 +-
test/parse_lincom_ncols2.c | 18 +-
test/parse_lincom_nfields.c | 18 +-
test/parse_lincom_nofields.c | 18 +-
test/parse_lincom_non.c | 18 +-
test/parse_lincom_non_ncols.c | 18 +-
test/parse_lincom_scalar.c | 23 +-
test/parse_linterp.c | 18 +-
test/parse_linterp_ncols.c | 18 +-
test/parse_literal_cmpbad.c | 18 +-
test/parse_literal_fltcmp.c | 18 +-
test/parse_literal_fltcmp0.c | 18 +-
test/parse_literal_intcmp.c | 18 +-
test/parse_literal_intcmp0.c | 18 +-
test/parse_literal_uintcmp.c | 18 +-
test/parse_literal_uintcmp0.c | 18 +-
test/parse_malias.c | 18 +-
test/parse_malias_dup.c | 20 +-
test/parse_malias_meta.c | 21 +-
test/parse_meta.c | 23 +-
test/parse_meta_affix.c | 22 +-
test/parse_meta_alias.c | 25 +-
test/parse_meta_frag.c | 24 +-
test/parse_meta_implicit.c | 23 +-
test/parse_meta_implicit2.c | 23 +-
test/parse_meta_implicit_affix.c | 22 +-
test/parse_meta_index.c | 19 +-
test/parse_meta_index2.c | 23 +-
test/parse_meta_jump.c | 20 +-
test/parse_meta_malias.c | 20 +-
test/parse_meta_meta.c | 18 +-
test/parse_meta_ncols.c | 44 +
test/parse_meta_parent.c | 18 +-
test/parse_meta_raw.c | 23 +-
test/parse_mplex.c | 11 +-
test/parse_mplex_ncols.c | 11 +-
test/parse_mplex_neg.c | 44 +
test/parse_mplex_nomax.c | 11 +-
test/parse_mplex_scalar.c | 11 +-
test/parse_multiply.c | 18 +-
test/parse_multiply_ncols.c | 18 +-
test/parse_name.c | 18 +-
test/parse_name_dot.c | 25 +-
test/parse_name_ext.c | 19 +-
test/parse_name_pedantic.c | 55 -
test/parse_ncols.c | 18 +-
test/parse_ns.c | 44 +
test/parse_ns_dot.c | 44 +
test/parse_ns_dotdot.c | 44 +
test/parse_ns_dotdotns.c | 44 +
test/parse_ns_dotns.c | 44 +
test/parse_ns_include.c | 55 +
test/parse_ns_include_ns.c | 55 +
test/parse_ns_ndotdots.c | 44 +
test/parse_ns_ndots.c | 44 +
test/parse_ns_nsdot.c | 44 +
test/parse_ns_nsdotdot.c | 44 +
test/parse_nsf.c | 48 +
test/parse_nsf_abs.c | 52 +
test/parse_nsf_alias.c | 51 +
test/parse_nsf_dot.c | 48 +
test/parse_nsf_hide.c | 53 +
test/parse_nsf_index.c | 51 +
test/parse_nsf_meta.c | 52 +
test/parse_nsf_meta2.c | 52 +
test/parse_nsf_ref.c | 54 +
test/parse_nsf_refabs.c | 55 +
test/parse_nsf_root.c | 52 +
test/parse_nsf_sub.c | 52 +
test/parse_octal_zero.c | 18 +-
test/parse_phase.c | 18 +-
test/parse_phase_ncols.c | 18 +-
test/parse_phase_scalar.c | 18 +-
test/parse_polynom.c | 18 +-
test/parse_polynom_ncols1.c | 18 +-
test/parse_polynom_ncols2.c | 18 +-
test/parse_polynom_scalar.c | 23 +-
test/parse_protect_all.c | 18 +-
test/parse_protect_bad.c | 18 +-
test/parse_protect_data.c | 18 +-
test/parse_protect_format.c | 18 +-
test/parse_protect_none.c | 18 +-
test/parse_quote.c | 18 +-
test/parse_quote_mismatch.c | 18 +-
test/parse_raw.c | 18 +-
test/parse_raw_char.c | 18 +-
test/parse_raw_char_bad.c | 18 +-
test/parse_raw_ncols.c | 18 +-
test/parse_raw_scalar.c | 18 +-
test/parse_raw_spf.c | 18 +-
test/parse_raw_type.c | 18 +-
test/parse_recip.c | 18 +-
test/parse_recip_ncols.c | 44 +
test/parse_ref.c | 18 +-
test/parse_ref_nonexistent.c | 18 +-
test/parse_ref_type.c | 48 +
test/parse_sarray.c | 45 +
test/parse_sarray_long.c | 45 +
test/parse_sarray_ncols.c | 44 +
test/parse_sbit.c | 18 +-
test/parse_scalar1.c | 18 +-
test/parse_scalar2.c | 18 +-
test/parse_scalar_repr.c | 18 +-
test/parse_sindir.c | 44 +
test/parse_sort.c | 84 +-
test/parse_string.c | 18 +-
test/parse_string_ncols.c | 18 +-
test/parse_string_null.c | 18 +-
test/parse_utf8.c | 18 +-
test/parse_utf8_invalid.c | 18 +-
test/parse_utf8_zero.c | 18 +-
test/parse_version.c | 19 +-
test/parse_version_89.c | 24 +-
test/parse_version_98.c | 24 +-
test/parse_version_include.c | 24 +-
test/parse_version_p8.c | 22 +-
test/parse_version_p9.c | 22 +-
test/parse_version_permissive.c | 19 +-
test/parse_version_slash.c | 19 +-
test/parse_whitespace.c | 18 +-
test/parse_window.c | 18 +-
test/parse_window_ncols.c | 18 +-
test/parse_window_op.c | 45 +-
test/parse_window_scalar.c | 18 +-
test/protect_alter.c | 28 +-
test/protect_alter_all.c | 32 +-
test/protect_alter_arg.c | 44 +
test/protect_alter_index.c | 47 +
test/protect_alter_rdonly.c | 47 +
test/protect_get.c | 27 +-
test/protect_index.c | 47 +
test/put64.c | 17 +-
test/put_bad_code.c | 18 +-
test/put_bit.c | 18 +-
test/put_bit_repr.c | 52 +
test/put_bof.c | 19 +-
test/put_carray_bad.c | 49 +
test/put_carray_bounds.c | 49 +
test/put_carray_rdonly.c | 46 +
test/put_carray_type.c | 49 +
test/put_char.c | 19 +-
test/put_clincom1.c | 17 +-
test/put_complex128.c | 19 +-
test/put_complex64.c | 19 +-
test/put_const_protect.c | 27 +-
test/put_cpolynom.c | 22 +-
test/put_crecip.c | 17 +-
test/put_divide.c | 19 +-
test/put_endian16.c | 13 +-
test/put_endian32.c | 13 +-
test/put_endian64.c | 13 +-
test/put_endian8.c | 13 +-
test/put_endian_complex128_arm.c | 18 +-
test/put_endian_complex128_big.c | 18 +-
test/put_endian_complex128_little.c | 18 +-
test/put_endian_complex64_arm.c | 18 +-
test/put_endian_complex64_big.c | 18 +-
test/put_endian_complex64_little.c | 18 +-
test/put_endian_float32_arm.c | 18 +-
test/put_endian_float32_big.c | 18 +-
test/put_endian_float32_little.c | 18 +-
test/put_endian_float64_arm.c | 18 +-
test/put_endian_float64_big.c | 18 +-
test/put_endian_float64_little.c | 18 +-
test/put_ff.c | 17 +-
test/put_float32.c | 18 +-
test/put_float64.c | 18 +-
test/put_foffs.c | 18 +-
test/put_fs.c | 17 +-
test/put_here.c | 17 +-
test/put_heres.c | 17 +-
test/put_indir.c | 64 +
test/put_int16.c | 17 +-
test/put_int32.c | 17 +-
test/put_int64.c | 17 +-
test/put_int8.c | 17 +-
test/put_lincom1.c | 17 +-
test/put_lincom2.c | 19 +-
test/put_lincom_noin.c | 33 +-
test/put_lincom_repr.c | 52 +
test/put_linterp.c | 18 +-
test/put_linterp_cmp.c | 63 +
test/put_linterp_noin.c | 20 +-
test/put_linterp_nomono.c | 20 +-
test/put_linterp_notab.c | 19 +-
test/put_linterp_repr.c | 63 +
test/put_linterp_reverse.c | 18 +-
test/put_mplex.c | 33 +-
test/put_mplex_complex.c | 16 +-
test/put_mplex_repr.c | 52 +
test/put_multiply.c | 19 +-
test/put_neg.c | 54 +
test/put_null.c | 19 +-
test/put_off64.c | 17 +-
test/put_phase.c | 17 +-
test/put_phase_noin.c | 19 +-
test/put_phase_repr.c | 52 +
test/put_polynom1.c | 17 +-
test/put_polynom2.c | 19 +-
test/put_polynom_noin.c | 19 +-
test/put_polynom_repr.c | 52 +
test/put_protect.c | 19 +-
test/put_range.c | 19 +-
test/put_rdonly.c | 18 +-
test/put_recip.c | 17 +-
test/put_recip_repr.c | 52 +
test/put_recurse.c | 28 +-
test/put_repr.c | 21 +-
test/put_rofs.c | 19 +-
test/put_sarray.c | 55 +
test/put_sarray_bad.c | 49 +
test/put_sarray_bounds.c | 49 +
test/put_sarray_rdonly.c | 46 +
test/put_sarray_slice.c | 56 +
test/put_sarray_type.c | 49 +
test/put_sbit.c | 18 +-
test/put_scalar.c | 48 +
test/put_sf.c | 17 +-
test/put_sindir.c | 64 +
test/put_ss.c | 17 +-
test/put_string.c | 20 +-
test/put_string_protect.c | 25 +-
test/put_string_type.c | 47 +
test/put_sub.c | 25 +-
test/put_type.c | 19 +-
test/put_uint16.c | 18 +-
test/put_uint32.c | 17 +-
test/put_uint64.c | 17 +-
test/put_window.c | 19 +-
test/put_zero.c | 18 +-
test/ref.c | 41 +-
test/ref_empty.c | 49 +
test/ref_get.c | 48 +
test/ref_none.c | 39 +-
test/ref_set.c | 52 +
test/ref_set_code.c | 49 +
test/ref_set_prot.c | 52 +
test/ref_set_rdonly.c | 49 +
test/ref_set_type.c | 49 +
test/ref_two.c | 42 +-
test/repr_a.c | 49 +-
test/repr_bad.c | 27 +-
test/repr_float32.c | 38 +-
test/repr_float64.c | 38 +-
test/repr_i.c | 43 +-
test/repr_int16.c | 38 +-
test/repr_int32.c | 37 +-
test/repr_int64.c | 37 +-
test/repr_int8.c | 37 +-
test/repr_m.c | 42 +-
test/repr_r.c | 43 +-
test/repr_real_a.c | 31 +-
test/repr_real_i.c | 27 +-
test/repr_real_m.c | 29 +-
test/repr_real_r.c | 29 +-
test/repr_uint16.c | 37 +-
test/repr_uint32.c | 37 +-
test/repr_uint64.c | 37 +-
test/repr_uint8.c | 37 +-
test/salist.c | 74 +
test/salist0.c | 49 +
test/salist_hidden.c | 70 +
test/salist_long.c | 88 +
test/salist_meta.c | 74 +
test/salist_meta0.c | 49 +
test/salist_meta_free.c | 86 +
test/salist_meta_hidden.c | 69 +
test/salist_meta_meta.c | 56 +
test/salist_meta_parent.c | 46 +
test/seek64.c | 27 +-
test/seek_arg.c | 43 +
test/seek_code.c | 49 +
test/seek_cur.c | 27 +-
test/seek_dim.c | 46 +
test/seek_end.c | 27 +-
test/seek_far.c | 27 +-
test/seek_foffs.c | 27 +-
test/seek_foffs2.c | 16 +-
test/seek_index_end.c | 43 +
test/seek_lincom.c | 27 +-
test/seek_mplex.c | 48 +
test/seek_mult.c | 27 +-
test/seek_neg.c | 34 +-
test/seek_phase.c | 25 +-
test/seek_range.c | 24 +-
test/seek_range2.c | 23 +-
test/seek_range_end.c | 49 +
test/seek_recurse.c | 49 +
test/seek_set.c | 27 +-
test/seek_sub.c | 35 +-
test/sie_err_open.c | 62 +
test/sie_get_big.c | 11 +-
test/sie_get_header.c | 11 +-
test/sie_get_little.c | 11 +-
test/sie_move_from.c | 11 +-
test/sie_move_to.c | 11 +-
test/sie_nframes_big.c | 11 +-
test/sie_nframes_little.c | 11 +-
test/sie_put_append.c | 11 +-
test/sie_put_append2.c | 11 +-
test/sie_put_back.c | 11 +-
test/sie_put_big.c | 11 +-
test/sie_put_header.c | 11 +-
test/sie_put_little.c | 11 +-
test/sie_put_pad.c | 11 +-
test/sie_put_pad0.c | 11 +-
test/sie_put_trunc.c | 11 +-
test/sie_put_trunc2.c | 11 +-
test/sie_put_trunc_nf.c | 13 +-
test/sie_seek.c | 11 +-
test/sie_seek_far.c | 11 +-
test/sie_sync.c | 11 +-
test/slim_get.c | 29 +-
test/slim_nframes.c | 26 +-
test/slim_seek.c | 20 +-
test/slim_seek_far.c | 20 +-
test/spf_alias.c | 11 +-
test/spf_alias_meta.c | 18 +-
test/spf_alias_missing.c | 11 +-
test/spf_const.c | 48 +
test/spf_divide.c | 25 +-
test/spf_lincom.c | 25 +-
test/spf_multiply.c | 25 +-
test/spf_polynom.c | 23 +-
test/spf_raw.c | 18 +-
test/spf_recip.c | 23 +-
test/spf_recurse.c | 23 +-
test/svlist.c | 28 +-
test/svlist0.c | 19 +-
test/svlist2.c | 28 +-
test/svlist_hidden.c | 24 +-
test/svlist_long.c | 85 +
test/svlist_meta.c | 30 +-
test/svlist_meta0.c | 24 +-
test/svlist_meta_hidden.c | 24 +-
test/svlist_meta_meta.c | 54 +
test/svlist_meta_parent.c | 46 +
test/table.c | 18 +-
test/table_code.c | 18 +-
test/table_type.c | 18 +-
test/tell.c | 27 +-
test/tell64.c | 27 +-
test/tell_code.c | 57 +
test/tell_dim.c | 48 +
test/tell_multi_div.c | 52 +
test/tell_multi_lincom.c | 58 +
test/tell_multidiv.c | 70 -
test/tell_recurse.c | 51 +
test/tell_sub.c | 35 +-
test/test.h | 68 +-
test/trunc.c | 13 +-
test/trunc_dir.c | 15 +-
test/trunc_rdonly.c | 13 +-
test/trunc_rofs.c | 19 +-
test/trunc_truncsub.c | 15 +-
test/unclude.c | 31 +-
test/unclude_del.c | 31 +-
test/unclude_index.c | 45 +
test/unclude_keep.c | 71 +
test/unclude_move.c | 31 +-
test/unclude_open.c | 40 +-
test/unclude_prot.c | 60 +
test/unclude_rdonly.c | 56 +
test/valid_reprz.c | 71 +
test/version_0.c | 28 +-
test/version_0_write.c | 19 +-
test/version_1.c | 28 +-
test/version_1_write.c | 19 +-
test/version_2.c | 35 +-
test/version_2_write.c | 26 +-
test/version_3.c | 25 +-
test/version_3_write.c | 17 +-
test/version_4.c | 25 +-
test/version_4_write.c | 17 +-
test/version_5.c | 43 +-
test/version_5_strict.c | 43 +-
test/version_5_write.c | 28 +-
test/version_6.c | 28 +-
test/version_6_strict.c | 47 +-
test/version_6_write.c | 20 +-
test/version_7.c | 28 +-
test/version_7_strict.c | 42 +-
test/version_7_write.c | 19 +-
test/version_8.c | 37 +-
test/version_8_strict.c | 38 +-
test/version_8_write.c | 28 +-
test/version_9.c | 37 +-
test/version_9_strict.c | 57 +-
test/version_9_write.c | 67 +-
test/vlist.c | 22 +-
test/vlist_alias.c | 32 +-
test/vlist_hidden.c | 22 +-
test/vlist_meta.c | 24 +-
test/vlist_meta_hidden.c | 24 +-
test/zzip_data.c | 25 +-
test/zzip_get.c | 20 +-
test/zzip_get_get.c | 20 +-
test/zzip_nframes.c | 33 +-
test/zzip_seek.c | 20 +-
test/zzip_seek_far.c | 20 +-
test/zzslim_get.c | 25 +-
test/zzslim_nframes.c | 28 +-
test/zzslim_seek.c | 25 +-
test/zzslim_seek_far.c | 25 +-
util/Makefile.in | 2 +
util/checkdirfile.c | 23 +-
1841 files changed, 68462 insertions(+), 33844 deletions(-)
create mode 100644 bindings/cxx/getdata/indirentry.h
create mode 100644 bindings/cxx/getdata/sarrayentry.h
create mode 100644 bindings/cxx/getdata/sindirentry.h
create mode 100644 bindings/cxx/indirentry.cpp
create mode 100644 bindings/cxx/sarrayentry.cpp
create mode 100644 bindings/cxx/sindirentry.cpp
create mode 100644 bindings/matlab/gd_add_indir.m
create mode 100644 bindings/matlab/gd_add_sarray.c
create mode 100644 bindings/matlab/gd_add_sindir.m
create mode 100644 bindings/matlab/gd_alter_indir.m
create mode 100644 bindings/matlab/gd_alter_sarray.m
create mode 100644 bindings/matlab/gd_alter_sindir.m
create mode 100644 bindings/matlab/gd_fragment_namespace.c
create mode 100644 bindings/matlab/gd_get_sarray.c
create mode 100644 bindings/matlab/gd_get_sarray_slice.c
create mode 100644 bindings/matlab/gd_include_affix.c
create mode 100644 bindings/matlab/gd_madd_indir.m
create mode 100644 bindings/matlab/gd_madd_sarray.c
create mode 100644 bindings/matlab/gd_madd_sindir.m
create mode 100644 bindings/matlab/gd_match_entries.c
create mode 100644 bindings/matlab/gd_msarrays.c
create mode 100644 bindings/matlab/gd_put_sarray.m
create mode 100644 bindings/matlab/gd_put_sarray_slice.c
create mode 100644 bindings/matlab/gd_sarrays.c
rename debian/{libf95getdata6.install => libf95getdata7.install} (100%)
rename debian/{libfgetdata5.install => libfgetdata6.install} (100%)
rename debian/{libgetdata++6.install => libgetdata++7.install} (100%)
rename debian/{libgetdata7.install => libgetdata8.install} (100%)
create mode 100644 man/gd_alloc_funcs.3
delete mode 100644 man/gd_alter_encoding.3.in
create mode 100644 man/gd_alter_encoding.3in.in
delete mode 100644 man/gd_alter_endianness.3.in
create mode 100644 man/gd_alter_endianness.3in.in
delete mode 100644 man/gd_alter_frameoffset.3.in
create mode 100644 man/gd_alter_frameoffset.3in.in
delete mode 100644 man/gd_cbopen.3
delete mode 100644 man/gd_error_string.3
create mode 100644 man/gd_fragment_namespace.3
create mode 100644 man/gd_get_sarray_slice.3
create mode 100644 man/gd_include.3
delete mode 100644 man/gd_include_affix.3
create mode 100644 man/gd_match_entries.3
delete mode 100644 man/gd_mcarrays.3
delete mode 100644 man/gd_mstrings.3
create mode 100644 man/gd_open.3
create mode 100644 man/gd_put_sarray_slice.3
create mode 100644 man/gd_sarrays.3
create mode 100644 man/header.tmac
create mode 100644 test/add_alias_index.c
create mode 100644 test/add_alias_name.c
create mode 100644 test/add_alias_ns.c
create mode 100644 test/add_alias_prot.c
create mode 100644 test/add_alias_rdonly.c
create mode 100644 test/add_bit_inaff.c
create mode 100644 test/add_carray_entry.c
create mode 100644 test/add_carray_type.c
create mode 100644 test/add_clincom_nfields.c
create mode 100644 test/add_const_type.c
create mode 100644 test/add_cpolynom_order.c
create mode 100644 test/add_divide_inaff1.c
create mode 100644 test/add_divide_inaff2.c
create mode 100644 test/add_dot10.c
create mode 100644 test/add_indir.c
create mode 100644 test/add_lincom_nfields2.c
create mode 100644 test/add_linterp_inaff.c
create mode 100644 test/add_meta_parent.c
create mode 100644 test/add_mplex_inaff.c
create mode 100644 test/add_mplex_period.c
create mode 100644 test/add_name_len.c
create mode 100644 test/add_ns.c
create mode 100644 test/add_ns_frag.c
create mode 100644 test/add_ns_frag2.c
create mode 100644 test/add_phase_inaff.c
create mode 100644 test/add_polynom_inaff.c
create mode 100644 test/add_polynom_order.c
create mode 100644 test/add_polynom_order2.c
create mode 100644 test/add_raw_prot.c
create mode 100644 test/add_recip_inaff.c
create mode 100644 test/add_sarray.c
create mode 100644 test/add_sarray_dup.c
create mode 100644 test/add_sarray_nil.c
create mode 100644 test/add_sindir.c
create mode 100644 test/add_spec_affix.c
create mode 100644 test/add_spec_index.c
create mode 100644 test/add_spec_nil.c
create mode 100644 test/add_spec_prot.c
create mode 100644 test/add_spec_raw_autoenc.c
create mode 100644 test/add_spec_raw_prot.c
create mode 100644 test/add_spec_raw_unkenc.c
create mode 100644 test/add_string_dup.c
create mode 100644 test/add_string_entry.c
create mode 100644 test/add_window_inaff.c
create mode 100644 test/alloc_affix.c
create mode 100644 test/alloc_callback.c
create mode 100644 test/alloc_clear.c
create mode 100644 test/alloc_entry.c
create mode 100644 test/alloc_tok.c
create mode 100644 test/alter_bit_in.c
create mode 100644 test/alter_bit_scalar.c
create mode 100644 test/alter_clincom_32.c
create mode 100644 test/alter_clincom_nfields.c
create mode 100644 test/alter_clincom_nfields_code.c
create mode 100644 test/alter_clincom_null.c
create mode 100644 test/alter_code.c
create mode 100644 test/alter_const_type.c
create mode 100644 test/alter_cpolynom_ord.c
create mode 100644 test/alter_cpolynom_ord_code.c
create mode 100644 test/alter_divide_in.c
create mode 100644 test/alter_entry_entype.c
create mode 100644 test/alter_entry_lincom_nfields.c
create mode 100644 test/alter_entry_sarray.c
create mode 100644 test/alter_indir.c
create mode 100644 test/alter_lincom_nfields.c
create mode 100644 test/alter_lincom_nfields_code.c
create mode 100644 test/alter_lincom_scalar.c
create mode 100644 test/alter_linterp_in.c
create mode 100644 test/alter_mplex_in.c
create mode 100644 test/alter_mplex_scalar.c
create mode 100644 test/alter_phase_in.c
create mode 100644 test/alter_phase_scalar.c
create mode 100644 test/alter_polynom_ord2.c
create mode 100644 test/alter_polynom_ord_code.c
create mode 100644 test/alter_polynom_scalar.c
create mode 100644 test/alter_prot.c
create mode 100644 test/alter_raw_prot.c
create mode 100644 test/alter_raw_spf_type.c
create mode 100644 test/alter_rdonly.c
create mode 100644 test/alter_recip_scalar.c
create mode 100644 test/alter_sarray.c
create mode 100644 test/alter_sarray_nop.c
create mode 100644 test/alter_sbit.c
create mode 100644 test/alter_sindir.c
create mode 100644 test/alter_spec_code.c
create mode 100644 test/alter_spec_format.c
create mode 100644 test/alter_spec_nil.c
create mode 100644 test/alter_spec_prot.c
create mode 100644 test/alter_spec_rdonly.c
create mode 100644 test/alter_window_in.c
create mode 100644 test/alter_window_op.c
create mode 100644 test/alter_window_scalar.c
create mode 100644 test/ascii_complex128.c
create mode 100644 test/ascii_complex64.c
create mode 100644 test/ascii_float32.c
create mode 100644 test/ascii_float64.c
create mode 100644 test/ascii_int16.c
create mode 100644 test/ascii_int32.c
create mode 100644 test/ascii_int64.c
create mode 100644 test/ascii_int8.c
create mode 100644 test/ascii_uint16.c
create mode 100644 test/ascii_uint32.c
create mode 100644 test/ascii_uint64.c
create mode 100644 test/ascii_uint8.c
create mode 100644 test/bof_bit_code.c
create mode 100644 test/bof_code.c
create mode 100644 test/bof_const.c
create mode 100644 test/bof_lincom_code.c
create mode 100644 test/bof_phase_code.c
create mode 100644 test/bof_recurse.c
create mode 100644 test/bzip_complex128.c
create mode 100644 test/bzip_complex64.c
create mode 100644 test/bzip_del.c
create mode 100644 test/bzip_enoent.c
create mode 100644 test/bzip_float32.c
create mode 100644 test/bzip_float64.c
create mode 100644 test/bzip_get_cont.c
create mode 100644 test/bzip_int16.c
create mode 100644 test/bzip_int32.c
create mode 100644 test/bzip_int64.c
create mode 100644 test/bzip_int8.c
create mode 100644 test/bzip_put_offs.c
create mode 100644 test/bzip_uint16.c
create mode 100644 test/bzip_uint32.c
create mode 100644 test/bzip_uint64.c
create mode 100644 test/bzip_uint8.c
create mode 100644 test/calist.c
create mode 100644 test/calist0.c
create mode 100644 test/calist_free.c
create mode 100644 test/calist_hidden.c
create mode 100644 test/calist_long.c
create mode 100644 test/calist_meta.c
create mode 100644 test/calist_meta0.c
create mode 100644 test/calist_meta_free.c
create mode 100644 test/calist_meta_hidden.c
create mode 100644 test/calist_meta_meta.c
create mode 100644 test/calist_meta_parent.c
create mode 100644 test/calist_null.c
delete mode 100644 test/cvlist_array.c
delete mode 100644 test/cvlist_array0.c
delete mode 100644 test/cvlist_array_free.c
delete mode 100644 test/cvlist_array_hidden.c
delete mode 100644 test/cvlist_array_meta.c
delete mode 100644 test/cvlist_array_meta0.c
delete mode 100644 test/cvlist_array_meta_free.c
delete mode 100644 test/cvlist_array_meta_hidden.c
delete mode 100644 test/cvlist_array_null.c
create mode 100644 test/cvlist_long.c
create mode 100644 test/cvlist_meta_code.c
create mode 100644 test/cvlist_meta_parent.c
create mode 100644 test/del_alias_dangle.c
create mode 100644 test/del_alias_target.c
create mode 100644 test/del_data_prot.c
create mode 100644 test/del_divide.c
create mode 100644 test/del_prot.c
create mode 100644 test/del_rdonly.c
create mode 100644 test/elist_parent.c
create mode 100644 test/elist_parent2.c
create mode 100644 test/elist_type.c
create mode 100644 test/enc_add.c
create mode 100644 test/enc_complex128.c
create mode 100644 test/enc_complex64.c
create mode 100644 test/enc_del.c
create mode 100644 test/enc_enoent.c
create mode 100644 test/enc_float32.c
create mode 100644 test/enc_float64.c
create mode 100644 test/enc_get_cont.c
create mode 100644 test/enc_int16.c
create mode 100644 test/enc_int32.c
create mode 100644 test/enc_int64.c
create mode 100644 test/enc_int8.c
create mode 100644 test/enc_move_from.c
create mode 100644 test/enc_nframes.c
create mode 100644 test/enc_put_offs.c
create mode 100644 test/enc_seek.c
create mode 100644 test/enc_uint16.c
create mode 100644 test/enc_uint32.c
create mode 100644 test/enc_uint64.c
create mode 100644 test/enc_uint8.c
create mode 100644 test/endian_alter_arg.c
create mode 100644 test/endian_alter_dprot.c
create mode 100644 test/endian_alter_fprot.c
create mode 100644 test/endian_alter_index.c
create mode 100644 test/endian_alter_rdonly.c
create mode 100644 test/endian_index.c
create mode 100644 test/eof_bit_code.c
create mode 100644 test/eof_const.c
create mode 100644 test/eof_lincom_code.c
create mode 100644 test/eof_phase_code.c
create mode 100644 test/eof_recurse.c
create mode 100644 test/flac_complex128.c
create mode 100644 test/flac_complex64.c
create mode 100644 test/flac_del.c
create mode 100644 test/flac_enoent.c
create mode 100644 test/flac_float32.c
create mode 100644 test/flac_float64.c
create mode 100644 test/flac_get_cont.c
create mode 100644 test/flac_int16.c
create mode 100644 test/flac_int32.c
create mode 100644 test/flac_int64.c
create mode 100644 test/flac_int8.c
create mode 100644 test/flac_move_from.c
create mode 100644 test/flac_put_offs.c
create mode 100644 test/flac_uint16.c
create mode 100644 test/flac_uint32.c
create mode 100644 test/flac_uint64.c
create mode 100644 test/flac_uint8.c
create mode 100644 test/flush_recurse.c
delete mode 100644 test/flush_ref.c
create mode 100644 test/foffs_alter_dprot.c
create mode 100644 test/foffs_alter_fprot.c
create mode 100644 test/foffs_alter_index.c
create mode 100644 test/foffs_alter_range.c
create mode 100644 test/foffs_alter_rdonly.c
create mode 100644 test/foffs_index.c
create mode 100644 test/fragment_affix_alter_dotpx.c
create mode 100644 test/fragment_affix_alter_index.c
create mode 100644 test/fragment_affix_alter_nons.c
create mode 100644 test/fragment_affix_alter_ns.c
create mode 100644 test/fragment_affix_alter_pns.c
create mode 100644 test/fragment_affix_index.c
create mode 100644 test/fragment_affix_ns.c
create mode 100644 test/fragment_ndotdots.c
create mode 100644 test/fragment_ndots.c
create mode 100644 test/fragment_ns.c
create mode 100644 test/fragment_ns0.c
create mode 100644 test/fragment_ns_add.c
create mode 100644 test/fragment_ns_add0.c
create mode 100644 test/fragment_ns_alter.c
create mode 100644 test/fragment_ns_alter_nop.c
create mode 100644 test/fragment_ns_alter_pdel.c
create mode 100644 test/fragment_ns_del.c
create mode 100644 test/fragment_ns_dot.c
create mode 100644 test/fragment_ns_dotdot.c
create mode 100644 test/fragment_ns_dotns.c
create mode 100644 test/fragment_ns_nsdot.c
create mode 100644 test/fragment_parent_index.c
create mode 100644 test/fragment_parent_root.c
create mode 100644 test/get_carray_bad.c
delete mode 100644 test/get_carray_len.c
create mode 100644 test/get_carray_slice_bounds.c
create mode 100644 test/get_carray_slice_type.c
create mode 100644 test/get_carray_type.c
create mode 100644 test/get_const_bad.c
create mode 100644 test/get_const_reprz.c
create mode 100644 test/get_dimin.c
create mode 100644 test/get_divide_code.c
create mode 100644 test/get_dot.c
create mode 100644 test/get_index_type.c
create mode 100644 test/get_indir.c
create mode 100644 test/get_indir_typein.c
create mode 100644 test/get_lincom_code.c
create mode 100644 test/get_multiply_code.c
create mode 100644 test/get_recip_cmpin.c
create mode 100644 test/get_reprz.c
create mode 100644 test/get_sarray.c
create mode 100644 test/get_sarray_bad.c
create mode 100644 test/get_sarray_slice.c
create mode 100644 test/get_sarray_slice_bounds.c
create mode 100644 test/get_sarray_slice_type.c
create mode 100644 test/get_sarray_type.c
create mode 100644 test/get_sindir.c
create mode 100644 test/get_sindir_code.c
create mode 100644 test/get_sindir_neg.c
create mode 100644 test/get_sindir_none.c
create mode 100644 test/get_sindir_null.c
create mode 100644 test/get_sindir_reprz.c
create mode 100644 test/get_sindir_type.c
create mode 100644 test/get_sindir_typein.c
delete mode 100644 test/global_ref.c
delete mode 100644 test/global_ref_empty.c
delete mode 100644 test/global_ref_set.c
create mode 100644 test/gzip_complex128.c
create mode 100644 test/gzip_complex64.c
create mode 100644 test/gzip_enoent.c
create mode 100644 test/gzip_float32.c
create mode 100644 test/gzip_float64.c
create mode 100644 test/gzip_get_cont.c
create mode 100644 test/gzip_int16.c
create mode 100644 test/gzip_int32.c
create mode 100644 test/gzip_int64.c
create mode 100644 test/gzip_int8.c
create mode 100644 test/gzip_put_offs.c
create mode 100644 test/gzip_uint16.c
create mode 100644 test/gzip_uint32.c
create mode 100644 test/gzip_uint64.c
create mode 100644 test/gzip_uint8.c
mode change 100755 => 100644 test/hide_bad.c
mode change 100755 => 100644 test/hide_hidden_bad.c
mode change 100755 => 100644 test/hide_unhide_bad.c
create mode 100644 test/include_affix_ns.c
create mode 100644 test/include_format.c
create mode 100644 test/include_ndotdots.c
create mode 100644 test/include_ndots.c
create mode 100644 test/include_ns.c
create mode 100644 test/include_ns_dot.c
create mode 100644 test/include_ns_dotdot.c
create mode 100644 test/include_ns_dotns.c
create mode 100644 test/include_ns_nil.c
create mode 100644 test/include_ns_null.c
create mode 100644 test/include_ns_prefix.c
create mode 100644 test/include_prot.c
create mode 100644 test/include_ref_code.c
create mode 100644 test/include_ref_type.c
create mode 100644 test/index_empty.c
create mode 100644 test/index_one.c
create mode 100644 test/index_reprz.c
create mode 100644 test/index_scalar.c
create mode 100644 test/len_bad.c
create mode 100644 test/len_carray.c
create mode 100644 test/len_const.c
create mode 100644 test/len_sarray.c
create mode 100644 test/len_string.c
create mode 100644 test/len_type.c
create mode 100644 test/lzma_enoent.c
create mode 100644 test/lzma_xz_complex128.c
create mode 100644 test/lzma_xz_complex64.c
create mode 100644 test/lzma_xz_del.c
create mode 100644 test/lzma_xz_float32.c
create mode 100644 test/lzma_xz_float64.c
create mode 100644 test/lzma_xz_get_cont.c
create mode 100644 test/lzma_xz_int16.c
create mode 100644 test/lzma_xz_int32.c
create mode 100644 test/lzma_xz_int64.c
create mode 100644 test/lzma_xz_int8.c
create mode 100644 test/lzma_xz_move_from.c
create mode 100644 test/lzma_xz_offs_clear.c
create mode 100644 test/lzma_xz_put_offs.c
create mode 100644 test/lzma_xz_uint16.c
create mode 100644 test/lzma_xz_uint32.c
create mode 100644 test/lzma_xz_uint64.c
create mode 100644 test/lzma_xz_uint8.c
create mode 100644 test/madd_alias_alias.c
create mode 100644 test/madd_alias_subsub.c
create mode 100644 test/madd_aliasmeta.c
create mode 100644 test/madd_clincom_nfields.c
create mode 100644 test/madd_cpolynom_order.c
create mode 100644 test/madd_indir.c
create mode 100644 test/madd_lincom_nfields.c
create mode 100644 test/madd_parent_bad.c
create mode 100644 test/madd_polynom_order.c
create mode 100644 test/madd_raw.c
create mode 100644 test/madd_sarray.c
create mode 100644 test/madd_sarray_dup.c
create mode 100644 test/madd_sindir.c
create mode 100644 test/madd_spec_parent.c
create mode 100644 test/madd_string_dup.c
create mode 100644 test/madd_subsub.c
create mode 100644 test/match_fragment.c
create mode 100644 test/match_pcre.c
create mode 100644 test/match_pcre_bad.c
create mode 100644 test/match_pcre_caseless.c
create mode 100644 test/match_pcre_ext.c
create mode 100644 test/match_pcre_js.c
create mode 100644 test/match_pcre_utf8.c
create mode 100644 test/match_regex.c
create mode 100644 test/match_regex_bad.c
create mode 100644 test/match_regex_ext.c
create mode 100644 test/match_regex_icase.c
rename test/{flush_meta.c => mflush.c} (100%)
create mode 100644 test/mflush_affix.c
rename test/{flush_amb_code.c => mflush_amb_code.c} (100%)
create mode 100644 test/mflush_carray.c
rename test/{flush_hex.c => mflush_hex.c} (100%)
create mode 100644 test/mflush_indir.c
create mode 100644 test/mflush_mplex.c
create mode 100644 test/mflush_ns.c
create mode 100644 test/mflush_pretty.c
create mode 100644 test/mflush_prot.c
create mode 100644 test/mflush_ref.c
create mode 100644 test/mflush_repr.c
create mode 100644 test/mflush_repr9.c
create mode 100644 test/mflush_reprz.c
create mode 100644 test/mflush_sindir.c
rename test/{flush_spec.c => mflush_spec.c} (100%)
rename test/{flush_string.c => mflush_string.c} (100%)
create mode 100644 test/mflush_type.c
create mode 100644 test/mflush_type4.c
create mode 100644 test/mflush_windop.c
create mode 100644 test/move_code.c
create mode 100644 test/move_data_enc_un.c
create mode 100644 test/move_data_prot.c
create mode 100644 test/move_entype.c
create mode 100644 test/move_nop.c
create mode 100644 test/move_ns.c
create mode 100644 test/move_nsns.c
create mode 100644 test/move_rdonly.c
create mode 100644 test/move_unkenc.c
create mode 100644 test/name_code.c
create mode 100644 test/name_dot10.c
create mode 100644 test/name_index.c
create mode 100644 test/name_meta2.c
create mode 100644 test/name_ns.c
create mode 100644 test/name_ns2.c
create mode 100644 test/name_nsdot.c
create mode 100644 test/name_prot.c
create mode 100644 test/name_rdonly.c
create mode 100644 test/name_updb_sarray.c
create mode 100644 test/native_code.c
create mode 100644 test/native_recurse.c
create mode 100644 test/native_reprz.c
create mode 100644 test/nentries_entype.c
create mode 100644 test/nmeta_parent_meta.c
create mode 100644 test/parse_alias_loop.c
create mode 100644 test/parse_alias_ncols.c
create mode 100644 test/parse_carray_ncols.c
create mode 100644 test/parse_carray_type.c
create mode 100644 test/parse_const_type.c
create mode 100644 test/parse_endian_bad2.c
create mode 100644 test/parse_esc.c
create mode 100644 test/parse_hidden_frag.c
create mode 100644 test/parse_huge.c
create mode 100644 test/parse_include_nodir.c
create mode 100644 test/parse_include_ns.c
create mode 100644 test/parse_include_ns2.c
create mode 100644 test/parse_include_nsabs.c
create mode 100644 test/parse_include_nsinh.c
create mode 100644 test/parse_include_nspop.c
create mode 100644 test/parse_include_nsrabs.c
create mode 100644 test/parse_include_nsrainh.c
create mode 100644 test/parse_include_nsrinh.c
create mode 100644 test/parse_include_nsroot.c
create mode 100644 test/parse_indir.c
create mode 100644 test/parse_meta_ncols.c
create mode 100644 test/parse_mplex_neg.c
delete mode 100644 test/parse_name_pedantic.c
create mode 100644 test/parse_ns.c
create mode 100644 test/parse_ns_dot.c
create mode 100644 test/parse_ns_dotdot.c
create mode 100644 test/parse_ns_dotdotns.c
create mode 100644 test/parse_ns_dotns.c
create mode 100644 test/parse_ns_include.c
create mode 100644 test/parse_ns_include_ns.c
create mode 100644 test/parse_ns_ndotdots.c
create mode 100644 test/parse_ns_ndots.c
create mode 100644 test/parse_ns_nsdot.c
create mode 100644 test/parse_ns_nsdotdot.c
create mode 100644 test/parse_nsf.c
create mode 100644 test/parse_nsf_abs.c
create mode 100644 test/parse_nsf_alias.c
create mode 100644 test/parse_nsf_dot.c
create mode 100644 test/parse_nsf_hide.c
create mode 100644 test/parse_nsf_index.c
create mode 100644 test/parse_nsf_meta.c
create mode 100644 test/parse_nsf_meta2.c
create mode 100644 test/parse_nsf_ref.c
create mode 100644 test/parse_nsf_refabs.c
create mode 100644 test/parse_nsf_root.c
create mode 100644 test/parse_nsf_sub.c
create mode 100644 test/parse_recip_ncols.c
create mode 100644 test/parse_ref_type.c
create mode 100644 test/parse_sarray.c
create mode 100644 test/parse_sarray_long.c
create mode 100644 test/parse_sarray_ncols.c
create mode 100644 test/parse_sindir.c
create mode 100644 test/protect_alter_arg.c
create mode 100644 test/protect_alter_index.c
create mode 100644 test/protect_alter_rdonly.c
create mode 100644 test/protect_index.c
create mode 100644 test/put_bit_repr.c
create mode 100644 test/put_carray_bad.c
create mode 100644 test/put_carray_bounds.c
create mode 100644 test/put_carray_rdonly.c
create mode 100644 test/put_carray_type.c
create mode 100644 test/put_indir.c
create mode 100644 test/put_lincom_repr.c
create mode 100644 test/put_linterp_cmp.c
create mode 100644 test/put_linterp_repr.c
create mode 100644 test/put_mplex_repr.c
create mode 100644 test/put_neg.c
create mode 100644 test/put_phase_repr.c
create mode 100644 test/put_polynom_repr.c
create mode 100644 test/put_recip_repr.c
create mode 100644 test/put_sarray.c
create mode 100644 test/put_sarray_bad.c
create mode 100644 test/put_sarray_bounds.c
create mode 100644 test/put_sarray_rdonly.c
create mode 100644 test/put_sarray_slice.c
create mode 100644 test/put_sarray_type.c
create mode 100644 test/put_scalar.c
create mode 100644 test/put_sindir.c
create mode 100644 test/put_string_type.c
create mode 100644 test/ref_empty.c
create mode 100644 test/ref_get.c
create mode 100644 test/ref_set.c
create mode 100644 test/ref_set_code.c
create mode 100644 test/ref_set_prot.c
create mode 100644 test/ref_set_rdonly.c
create mode 100644 test/ref_set_type.c
create mode 100644 test/salist.c
create mode 100644 test/salist0.c
create mode 100644 test/salist_hidden.c
create mode 100644 test/salist_long.c
create mode 100644 test/salist_meta.c
create mode 100644 test/salist_meta0.c
create mode 100644 test/salist_meta_free.c
create mode 100644 test/salist_meta_hidden.c
create mode 100644 test/salist_meta_meta.c
create mode 100644 test/salist_meta_parent.c
create mode 100644 test/seek_arg.c
create mode 100644 test/seek_code.c
create mode 100644 test/seek_dim.c
create mode 100644 test/seek_index_end.c
create mode 100644 test/seek_mplex.c
create mode 100644 test/seek_range_end.c
create mode 100644 test/seek_recurse.c
create mode 100644 test/sie_err_open.c
create mode 100644 test/spf_const.c
create mode 100644 test/svlist_long.c
create mode 100644 test/svlist_meta_meta.c
create mode 100644 test/svlist_meta_parent.c
create mode 100644 test/tell_code.c
create mode 100644 test/tell_dim.c
create mode 100644 test/tell_multi_div.c
create mode 100644 test/tell_multi_lincom.c
delete mode 100644 test/tell_multidiv.c
create mode 100644 test/tell_recurse.c
create mode 100644 test/unclude_index.c
create mode 100644 test/unclude_keep.c
create mode 100644 test/unclude_prot.c
create mode 100644 test/unclude_rdonly.c
create mode 100644 test/valid_reprz.c
--
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