[libmatio] 01/06: Merge tag 'upstream/1.5.11'

Sébastien Villemot sebastien at debian.org
Wed Oct 25 21:03:57 UTC 2017


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

sebastien pushed a commit to branch master
in repository libmatio.

commit 66fcb977be6d156b43afc97b2e4935055bbc88f2
Merge: f8da97f 524f6e1
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Oct 25 22:43:41 2017 +0200

    Merge tag 'upstream/1.5.11'
    
    Upstream version 1.5.11

 Makefile.in                                        |   332 +-
 NEWS                                               |    41 +-
 README                                             |     3 +-
 aclocal.m4                                         |   687 +-
 config/compile                                     |   347 +
 config/config.guess                                |   701 +-
 config/config.sub                                  |   359 +-
 config/libtool.m4                                  |    52 +-
 config/ltmain.sh                                   |     4 +-
 config/texinfo.tex                                 |   560 +-
 configure                                          |   682 +-
 configure.ac                                       |    10 +-
 documentation/Makefile.am                          |     6 +-
 documentation/Makefile.in                          |   244 +-
 documentation/Mat_Close.3                          |    12 +-
 documentation/Mat_CreateVer.3                      |    11 +-
 documentation/Mat_GetDir.3                         |     9 +-
 documentation/Mat_GetFilename.3                    |     4 +-
 documentation/Mat_GetLibraryVersion.3              |     2 +-
 documentation/Mat_GetVersion.3                     |    13 +-
 documentation/Mat_Open.3                           |     4 +-
 documentation/Mat_Rewind.3                         |    14 +-
 documentation/Mat_VarAddStructField.3              |     3 +-
 documentation/Mat_VarCreate.3                      |    37 +-
 documentation/Mat_VarCreateStruct.3                |     9 +-
 .../{Mat_VarAddStructField.3 => Mat_VarDelete.3}   |    28 +-
 documentation/Mat_VarFree.3                        |     8 +-
 documentation/Mat_VarGetNumberOfFields.3           |     8 +-
 .../{Mat_VarAddStructField.3 => Mat_VarGetSize.3}  |    25 +-
 documentation/Mat_VarGetStructFieldnames.3         |     9 +-
 documentation/Mat_VarGetStructs.3                  |    17 +-
 documentation/Mat_VarGetStructsLinear.3            |    20 +-
 documentation/{Mat_VarFree.3 => Mat_VarPrint.3}    |    26 +-
 documentation/Mat_VarRead.3                        |     5 +-
 documentation/Mat_VarReadInfo.3                    |     9 +-
 documentation/Mat_VarReadNext.3                    |    13 +-
 documentation/Mat_VarReadNextInfo.3                |     9 +-
 documentation/Mat_VarWrite.3                       |    14 +-
 .../{Mat_VarWrite.3 => Mat_VarWriteAppend.3}       |    43 +-
 documentation/matio_user_guide.texi                |     4 +-
 documentation/quick.texi                           |    11 +-
 getopt/Makefile.in                                 |   201 +-
 src/Makefile.am                                    |     4 +-
 src/Makefile.in                                    |   221 +-
 src/inflate.c                                      |     5 +-
 src/mat.c                                          |   348 +-
 src/mat4.c                                         |    15 +-
 src/mat4.h                                         |    16 +-
 src/mat5.c                                         |  4429 +-
 src/mat5.h                                         |    59 +-
 src/mat73.c                                        |  1815 +-
 src/mat73.h                                        |     2 +
 src/matio.h                                        |    36 +-
 src/matio.sym                                      |     1 +
 src/matioConfig.h.in                               |     3 -
 src/matio_private.h                                |    15 +-
 src/matvar_cell.c                                  |     2 +-
 src/matvar_struct.c                                |     7 +-
 src/read_data.c                                    |  1656 +-
 test/Makefile.am                                   |    19 +-
 test/Makefile.in                                   |   200 +-
 test/datasets/matio_test_cases.m                   |     8 +-
 ....mat => matio_test_cases_compressed_hdf_le.mat} |   Bin 1625997 -> 1639141 bytes
 test/datasets/matio_test_cases_compressed_le.mat   |   Bin 1415589 -> 1415709 bytes
 .../matio_test_cases_uncompressed_hdf_le.mat       |   Bin 0 -> 4463640 bytes
 test/datasets/matio_test_cases_uncompressed_le.mat |   Bin 3642504 -> 3642744 bytes
 test/mat4_readwrite.at                             |     2 +-
 test/mat4_write.at                                 |    48 +-
 test/mat5_compressed_read_be.at                    |     2 +-
 test/mat5_compressed_read_le.at                    |     2 +-
 test/mat5_compressed_readwrite.at                  |     4 +-
 test/mat5_compressed_write.at                      |   213 +-
 test/mat5_uncompressed_read_be.at                  |     2 +-
 test/mat5_uncompressed_read_le.at                  |     2 +-
 test/mat5_uncompressed_readwrite.at                |     4 +-
 test/mat5_uncompressed_write.at                    |   213 +-
 ...at73_read_le.at => mat73_compressed_read_le.at} |   158 +-
 ...dslab_le.at => mat73_compressed_readslab_le.at} |   200 +-
 test/mat73_compressed_readwrite.at                 |    11 +-
 test/mat73_compressed_write.at                     |   210 +-
 test/mat73_compressed_writeappend.at               |   553 +
 test/mat73_read_be.at                              |     2 +-
 ...73_read_be.at => mat73_uncompressed_read_le.at} |   158 +-
 ...lab_le.at => mat73_uncompressed_readslab_le.at} |   200 +-
 ...eadwrite.at => mat73_uncompressed_readwrite.at} |     8 +-
 test/mat73_write.at                                |   213 +-
 test/mat73_writeappend.at                          |   513 +
 test/matlab/test_write_cell_empty_struct.m         |     2 +-
 test/package.m4                                    |     4 +-
 test/results/{dir-5.out => dir-5_be.out}           |     0
 test/results/{dir-73.out => dir-73_be.out}         |     0
 test/results/{dir-5.out => dir_le.out}             |    18 +-
 test/results/dump-mat_copy-5.out                   |    18 +-
 test/results/dump-mat_copy-5_32.out                |    18 +-
 test/results/dump-mat_copy-73.out                  |     2 +
 test/results/dump-mat_copy-73_32.out               |     2 +
 test/test_mat.c                                    |   438 +-
 test/testsuite                                     | 49466 ++++++++++++-------
 test/testsuite.at                                  |    24 +-
 tools/Makefile.in                                  |   202 +-
 visual_studio/matio.def                            |     1 +
 visual_studio/matio.rc                             |     8 +-
 visual_studio/matio.sln                            |     7 +-
 visual_studio/matioConfig.h                        |     6 +-
 visual_studio/matio_pubconf.h                      |     6 +-
 105 files changed, 38603 insertions(+), 27794 deletions(-)

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



More information about the debian-science-commits mailing list