[Forensics-changes] [libbfio] 02/07: Merge tag 'upstream/20170123'

Hilko Bengen bengen at moszumanska.debian.org
Tue Jan 24 23:14:07 UTC 2017


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

bengen pushed a commit to branch master
in repository libbfio.

commit 06e282db49548e58f2b2bfc310aad5abc8c1292f
Merge: 0a474c0 a55be19
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Jan 24 07:10:33 2017 +0100

    Merge tag 'upstream/20170123'
    
    Upstream version 20170123

 AUTHORS                                            |    2 +-
 ChangeLog                                          |  665 +--
 Makefile.am                                        |    3 -
 Makefile.in                                        |   29 +-
 aclocal.m4                                         |  213 +-
 common/Makefile.am                                 |    5 +-
 common/Makefile.in                                 |   29 +-
 common/byte_stream.h                               |    4 +-
 common/common.h                                    |   12 +-
 common/config.h                                    |   42 +-
 common/config.h.in                                 |   34 +-
 common/config_borlandc.h                           |    4 +-
 common/config_msc.h                                |    4 +-
 common/config_winapi.h                             |    2 +-
 common/file_stream.h                               |    4 +-
 common/memory.h                                    |    4 +-
 .../narrow_string.h                                |   70 +-
 common/system_string.h                             |  151 +
 common/types.h                                     |   30 +-
 common/types.h.in                                  |   30 +-
 .../wide_string.h                                  |   82 +-
 configure                                          | 3778 +++++++------
 configure.ac                                       |   12 +-
 dpkg/changelog                                     |    4 +-
 dpkg/copyright                                     |    6 +-
 dpkg/copyright.in                                  |    4 +-
 include/Makefile.in                                |   24 +-
 include/libbfio.h                                  |    4 +-
 include/libbfio.h.in                               |    4 +-
 include/libbfio/codepage.h                         |    4 +-
 include/libbfio/definitions.h                      |   16 +-
 include/libbfio/definitions.h.in                   |   12 +-
 include/libbfio/error.h                            |   28 +-
 include/libbfio/extern.h                           |    5 +-
 include/libbfio/features.h                         |    4 +-
 include/libbfio/features.h.in                      |    4 +-
 include/libbfio/types.h                            |   12 +-
 include/libbfio/types.h.in                         |   10 +-
 libbfio.pc.in                                      |    4 +-
 libbfio.spec                                       |   14 +-
 libbfio.spec.in                                    |   10 +-
 libbfio/Makefile.am                                |    4 +-
 libbfio/Makefile.in                                |   32 +-
 libbfio/libbfio.c                                  |    6 +-
 libbfio/libbfio.rc                                 |    8 +-
 libbfio/libbfio.rc.in                              |    4 +-
 libbfio/libbfio_codepage.h                         |   70 +-
 libbfio/libbfio_definitions.h                      |    6 +-
 libbfio/libbfio_definitions.h.in                   |    2 +-
 libbfio/libbfio_error.c                            |   51 +-
 libbfio/libbfio_error.h                            |    7 +-
 libbfio/libbfio_extern.h                           |    9 +-
 libbfio/libbfio_file.c                             |  821 +--
 libbfio/libbfio_file.h                             |    7 +-
 libbfio/libbfio_file_pool.c                        |    9 +-
 libbfio/libbfio_file_pool.h                        |    4 +-
 libbfio/libbfio_file_range.c                       |    2 +-
 libbfio/libbfio_file_range.h                       |    4 +-
 libbfio/libbfio_handle.c                           |   48 +-
 libbfio/libbfio_handle.h                           |    4 +-
 libbfio/libbfio_libcdata.h                         |    6 +-
 libbfio/libbfio_libcerror.h                        |    6 +-
 libbfio/libbfio_libcfile.h                         |    2 +-
 libbfio/libbfio_libclocale.h                       |    6 +-
 libbfio/libbfio_libcpath.h                         |    2 +-
 libbfio/libbfio_libcstring.h                       |   51 -
 libbfio/libbfio_libcthreads.h                      |   12 +-
 libbfio/libbfio_libuna.h                           |    9 +-
 libbfio/libbfio_memory_range.c                     |    2 +-
 libbfio/libbfio_memory_range.h                     |    4 +-
 libbfio/libbfio_pool.c                             |    2 +-
 libbfio/libbfio_pool.h                             |    4 +-
 libbfio/libbfio_support.c                          |    5 +-
 libbfio/libbfio_support.h                          |    4 +-
 libbfio/libbfio_system_string.c                    | 1017 ++++
 libbfio/libbfio_system_string.h                    |   95 +
 libbfio/libbfio_types.h                            |    6 +-
 libbfio/libbfio_unused.h                           |    4 +-
 libcdata/Makefile.am                               |    3 -
 libcdata/Makefile.in                               |   40 +-
 libcdata/libcdata_array.c                          |    4 +-
 libcdata/libcdata_array.h                          |    8 +-
 libcdata/libcdata_btree.c                          |    2 +-
 libcdata/libcdata_btree.h                          |    8 +-
 libcdata/libcdata_definitions.h                    |   10 +-
 libcdata/libcdata_error.c                          |   51 +-
 libcdata/libcdata_error.h                          |    7 +-
 libcdata/libcdata_extern.h                         |    8 +-
 libcdata/libcdata_libcerror.h                      |    6 +-
 libcdata/libcdata_libcstring.h                     |   51 -
 libcdata/libcdata_libcthreads.h                    |   12 +-
 libcdata/libcdata_list.c                           |    2 +-
 libcdata/libcdata_list.h                           |    8 +-
 libcdata/libcdata_list_element.c                   |    2 +-
 libcdata/libcdata_list_element.h                   |    8 +-
 libcdata/libcdata_range_list.c                     |    2 +-
 libcdata/libcdata_range_list.h                     |    8 +-
 libcdata/libcdata_range_list_value.c               |    2 +-
 libcdata/libcdata_range_list_value.h               |    4 +-
 libcdata/libcdata_support.c                        |    2 +-
 libcdata/libcdata_support.h                        |    6 +-
 libcdata/libcdata_tree_node.c                      |    2 +-
 libcdata/libcdata_tree_node.h                      |    8 +-
 libcdata/libcdata_types.h                          |   16 +-
 libcdata/libcdata_unused.h                         |    4 +-
 libcerror/Makefile.am                              |    5 +-
 libcerror/Makefile.in                              |   33 +-
 libcerror/libcerror_definitions.h                  |   10 +-
 libcerror/libcerror_error.c                        |  139 +-
 libcerror/libcerror_error.h                        |    7 +-
 libcerror/libcerror_extern.h                       |    9 +-
 libcerror/libcerror_libcstring.h                   |   51 -
 libcerror/libcerror_support.c                      |    2 +-
 libcerror/libcerror_support.h                      |    6 +-
 libcerror/libcerror_system.c                       |   96 +-
 libcerror/libcerror_system.h                       |   11 +-
 libcerror/libcerror_types.h                        |   18 +-
 libcerror/libcerror_unused.h                       |    4 +-
 libcfile/Makefile.am                               |    5 +-
 libcfile/Makefile.in                               |   40 +-
 libcfile/libcfile_definitions.h                    |    8 +-
 libcfile/libcfile_error.c                          |   51 +-
 libcfile/libcfile_error.h                          |    7 +-
 libcfile/libcfile_extern.h                         |    9 +-
 libcfile/libcfile_file.c                           |  190 +-
 libcfile/libcfile_file.h                           |   59 +-
 libcfile/libcfile_libcerror.h                      |    6 +-
 libcfile/libcfile_libclocale.h                     |    6 +-
 libcfile/libcfile_libcnotify.h                     |    6 +-
 libcfile/libcfile_libcstring.h                     |   51 -
 libcfile/libcfile_libuna.h                         |   11 +-
 libcfile/libcfile_notify.c                         |    7 +-
 libcfile/libcfile_notify.h                         |    6 +-
 libcfile/libcfile_stream.c                         | 1055 ----
 libcfile/libcfile_stream.h                         |  120 -
 libcfile/libcfile_support.c                        |  693 ++-
 libcfile/libcfile_support.h                        |   68 +-
 libcfile/libcfile_system_string.c                  | 1017 ++++
 libcfile/libcfile_system_string.h                  |   95 +
 libcfile/libcfile_types.h                          |   16 +-
 libcfile/libcfile_unused.h                         |    4 +-
 libclocale/Makefile.am                             |    6 +-
 libclocale/Makefile.in                             |   39 +-
 libclocale/libclocale_codepage.c                   |   30 +-
 libclocale/libclocale_codepage.h                   |   11 +-
 libclocale/libclocale_definitions.h                |    6 +-
 libclocale/libclocale_extern.h                     |    8 +-
 libclocale/libclocale_libcerror.h                  |    2 +-
 libclocale/libclocale_libcstring.h                 |   51 -
 libclocale/libclocale_locale.c                     |   44 +-
 libclocale/libclocale_locale.h                     |    8 +-
 libclocale/libclocale_support.c                    |   12 +-
 libclocale/libclocale_support.h                    |    4 +-
 libclocale/libclocale_unused.h                     |    4 +-
 .../libclocale_wide_string.c                       |    7 +-
 .../libclocale_wide_string.h                       |   54 +-
 libcnotify/Makefile.am                             |    4 -
 libcnotify/Makefile.in                             |   34 +-
 libcnotify/libcnotify_definitions.h                |    8 +-
 libcnotify/libcnotify_extern.h                     |    8 +-
 libcnotify/libcnotify_libcerror.h                  |    2 +-
 libcnotify/libcnotify_libcstring.h                 |   51 -
 libcnotify/libcnotify_print.c                      |   20 +-
 libcnotify/libcnotify_print.h                      |    4 +-
 libcnotify/libcnotify_stream.c                     |    2 +-
 libcnotify/libcnotify_stream.h                     |    4 +-
 libcnotify/libcnotify_support.c                    |    2 +-
 libcnotify/libcnotify_support.h                    |    4 +-
 libcnotify/libcnotify_types.h                      |   50 -
 libcnotify/libcnotify_unused.h                     |    4 +-
 libcnotify/libcnotify_verbose.c                    |    2 +-
 libcnotify/libcnotify_verbose.h                    |    9 +-
 libcpath/Makefile.am                               |    4 +-
 libcpath/Makefile.in                               |   36 +-
 libcpath/libcpath_definitions.h                    |    8 +-
 libcpath/libcpath_error.c                          |   51 +-
 libcpath/libcpath_error.h                          |    7 +-
 libcpath/libcpath_extern.h                         |    9 +-
 libcpath/libcpath_libcerror.h                      |    6 +-
 libcpath/libcpath_libclocale.h                     |    6 +-
 libcpath/libcpath_libcsplit.h                      |    2 +-
 libcpath/libcpath_libcstring.h                     |   51 -
 libcpath/libcpath_libuna.h                         |   11 +-
 libcpath/libcpath_path.c                           | 3302 +++++++-----
 libcpath/libcpath_path.h                           |   41 +-
 libcpath/libcpath_support.c                        |   56 +-
 libcpath/libcpath_support.h                        |   14 +-
 libcpath/libcpath_system_string.c                  | 1017 ++++
 libcpath/libcpath_system_string.h                  |   95 +
 libcpath/libcpath_unused.h                         |    4 +-
 libcsplit/Makefile.am                              |    3 -
 libcsplit/Makefile.in                              |   34 +-
 libcsplit/libcsplit_definitions.h                  |    6 +-
 libcsplit/libcsplit_error.c                        |   51 +-
 libcsplit/libcsplit_error.h                        |    7 +-
 libcsplit/libcsplit_extern.h                       |    9 +-
 libcsplit/libcsplit_libcerror.h                    |    6 +-
 libcsplit/libcsplit_libcstring.h                   |   51 -
 libcsplit/libcsplit_narrow_split_string.c          |    6 +-
 libcsplit/libcsplit_narrow_split_string.h          |    4 +-
 libcsplit/libcsplit_narrow_string.c                |    2 +-
 libcsplit/libcsplit_narrow_string.h                |    4 +-
 libcsplit/libcsplit_support.c                      |    4 +-
 libcsplit/libcsplit_support.h                      |    5 +-
 libcsplit/libcsplit_types.h                        |   12 +-
 libcsplit/libcsplit_unused.h                       |    4 +-
 libcsplit/libcsplit_wide_split_string.c            |    6 +-
 libcsplit/libcsplit_wide_split_string.h            |    9 +-
 libcsplit/libcsplit_wide_string.c                  |    2 +-
 libcsplit/libcsplit_wide_string.h                  |    4 +-
 libcstring/Makefile.am                             |   29 -
 libcstring/Makefile.in                             |  758 ---
 libcstring/libcstring_definitions.h                |   62 -
 libcstring/libcstring_extern.h                     |   46 -
 libcstring/libcstring_support.c                    |   39 -
 libcstring/libcstring_support.h                    |   49 -
 libcstring/libcstring_system_string.h              |  154 -
 libcstring/libcstring_types.h                      |   63 -
 libcthreads/Makefile.am                            |    3 -
 libcthreads/Makefile.in                            |   41 +-
 libcthreads/libcthreads_condition.c                |   11 +-
 libcthreads/libcthreads_condition.h                |    4 +-
 libcthreads/libcthreads_definitions.h              |   40 +-
 libcthreads/libcthreads_error.c                    |   51 +-
 libcthreads/libcthreads_error.h                    |    7 +-
 libcthreads/libcthreads_extern.h                   |    9 +-
 libcthreads/libcthreads_libcerror.h                |    6 +-
 libcthreads/libcthreads_libcstring.h               |   51 -
 libcthreads/libcthreads_lock.c                     |    7 +-
 libcthreads/libcthreads_lock.h                     |    4 +-
 libcthreads/libcthreads_mutex.c                    |    7 +-
 libcthreads/libcthreads_mutex.h                    |    4 +-
 libcthreads/libcthreads_queue.c                    |  468 +-
 libcthreads/libcthreads_queue.h                    |   24 +-
 libcthreads/libcthreads_read_write_lock.c          |   10 +-
 libcthreads/libcthreads_read_write_lock.h          |    4 +-
 libcthreads/libcthreads_repeating_thread.c         |    9 +-
 libcthreads/libcthreads_repeating_thread.h         |    4 +-
 libcthreads/libcthreads_support.c                  |    4 +-
 libcthreads/libcthreads_support.h                  |    5 +-
 libcthreads/libcthreads_thread.c                   |   11 +-
 libcthreads/libcthreads_thread.h                   |    4 +-
 libcthreads/libcthreads_thread_attributes.c        |    7 +-
 libcthreads/libcthreads_thread_attributes.h        |    4 +-
 libcthreads/libcthreads_thread_pool.c              |  612 ++-
 libcthreads/libcthreads_thread_pool.h              |   30 +-
 libcthreads/libcthreads_types.h                    |    8 +-
 libcthreads/libcthreads_unused.h                   |    4 +-
 libuna/Makefile.am                                 |    2 -
 libuna/Makefile.in                                 |   25 +-
 libuna/libuna_base16_stream.c                      |    2 +-
 libuna/libuna_base16_stream.h                      |    4 +-
 libuna/libuna_base32_stream.c                      |    7 +-
 libuna/libuna_base32_stream.h                      |   10 +-
 libuna/libuna_base64_stream.c                      |    8 +-
 libuna/libuna_base64_stream.h                      |   10 +-
 libuna/libuna_byte_stream.c                        |    2 +-
 libuna/libuna_byte_stream.h                        |    4 +-
 libuna/libuna_codepage_iso_8859_10.c               |    2 +-
 libuna/libuna_codepage_iso_8859_10.h               |    4 +-
 libuna/libuna_codepage_iso_8859_13.c               |    2 +-
 libuna/libuna_codepage_iso_8859_13.h               |    4 +-
 libuna/libuna_codepage_iso_8859_14.c               |    2 +-
 libuna/libuna_codepage_iso_8859_14.h               |    4 +-
 libuna/libuna_codepage_iso_8859_15.c               |    2 +-
 libuna/libuna_codepage_iso_8859_15.h               |    4 +-
 libuna/libuna_codepage_iso_8859_16.c               |    2 +-
 libuna/libuna_codepage_iso_8859_16.h               |    4 +-
 libuna/libuna_codepage_iso_8859_2.c                |    2 +-
 libuna/libuna_codepage_iso_8859_2.h                |    4 +-
 libuna/libuna_codepage_iso_8859_3.c                |    2 +-
 libuna/libuna_codepage_iso_8859_3.h                |    4 +-
 libuna/libuna_codepage_iso_8859_4.c                |    2 +-
 libuna/libuna_codepage_iso_8859_4.h                |    4 +-
 libuna/libuna_codepage_iso_8859_5.c                |    2 +-
 libuna/libuna_codepage_iso_8859_5.h                |    4 +-
 libuna/libuna_codepage_iso_8859_6.c                |    2 +-
 libuna/libuna_codepage_iso_8859_6.h                |    4 +-
 libuna/libuna_codepage_iso_8859_7.c                |    2 +-
 libuna/libuna_codepage_iso_8859_7.h                |    4 +-
 libuna/libuna_codepage_iso_8859_8.c                |    2 +-
 libuna/libuna_codepage_iso_8859_8.h                |    4 +-
 libuna/libuna_codepage_iso_8859_9.c                |    2 +-
 libuna/libuna_codepage_iso_8859_9.h                |    4 +-
 libuna/libuna_codepage_koi8_r.c                    |    2 +-
 libuna/libuna_codepage_koi8_r.h                    |    4 +-
 libuna/libuna_codepage_koi8_u.c                    |    2 +-
 libuna/libuna_codepage_koi8_u.h                    |    4 +-
 libuna/libuna_codepage_windows_1250.c              |    2 +-
 libuna/libuna_codepage_windows_1250.h              |    4 +-
 libuna/libuna_codepage_windows_1251.c              |    2 +-
 libuna/libuna_codepage_windows_1251.h              |    4 +-
 libuna/libuna_codepage_windows_1252.c              |    2 +-
 libuna/libuna_codepage_windows_1252.h              |    4 +-
 libuna/libuna_codepage_windows_1253.c              |    2 +-
 libuna/libuna_codepage_windows_1253.h              |    4 +-
 libuna/libuna_codepage_windows_1254.c              |    2 +-
 libuna/libuna_codepage_windows_1254.h              |    4 +-
 libuna/libuna_codepage_windows_1255.c              |    2 +-
 libuna/libuna_codepage_windows_1255.h              |    4 +-
 libuna/libuna_codepage_windows_1256.c              |    2 +-
 libuna/libuna_codepage_windows_1256.h              |    4 +-
 libuna/libuna_codepage_windows_1257.c              |    2 +-
 libuna/libuna_codepage_windows_1257.h              |    4 +-
 libuna/libuna_codepage_windows_1258.c              |    2 +-
 libuna/libuna_codepage_windows_1258.h              |    4 +-
 libuna/libuna_codepage_windows_874.c               |    2 +-
 libuna/libuna_codepage_windows_874.h               |    4 +-
 libuna/libuna_codepage_windows_932.c               |    6 +-
 libuna/libuna_codepage_windows_932.h               |    8 +-
 libuna/libuna_codepage_windows_936.c               |    6 +-
 libuna/libuna_codepage_windows_936.h               |    8 +-
 libuna/libuna_codepage_windows_949.c               |    6 +-
 libuna/libuna_codepage_windows_949.h               |    8 +-
 libuna/libuna_codepage_windows_950.c               |    6 +-
 libuna/libuna_codepage_windows_950.h               |    8 +-
 libuna/libuna_definitions.h                        |    6 +-
 libuna/libuna_error.c                              |   51 +-
 libuna/libuna_error.h                              |    7 +-
 libuna/libuna_extern.h                             |    9 +-
 libuna/libuna_inline.h                             |    2 +-
 libuna/libuna_libcerror.h                          |    6 +-
 libuna/libuna_support.c                            |    2 +-
 libuna/libuna_support.h                            |    4 +-
 libuna/libuna_types.h                              |    8 +-
 libuna/libuna_unicode_character.c                  |   22 +-
 libuna/libuna_unicode_character.h                  |   24 +-
 libuna/libuna_unused.h                             |    4 +-
 libuna/libuna_url_stream.c                         |    2 +-
 libuna/libuna_url_stream.h                         |    4 +-
 libuna/libuna_utf16_stream.c                       |    4 +-
 libuna/libuna_utf16_stream.h                       |    6 +-
 libuna/libuna_utf16_string.c                       |    2 +-
 libuna/libuna_utf16_string.h                       |    4 +-
 libuna/libuna_utf32_stream.c                       |    4 +-
 libuna/libuna_utf32_stream.h                       |    6 +-
 libuna/libuna_utf32_string.c                       |    2 +-
 libuna/libuna_utf32_string.h                       |    4 +-
 libuna/libuna_utf7_stream.c                        |    3 +-
 libuna/libuna_utf7_stream.h                        |    5 +-
 libuna/libuna_utf8_stream.c                        |    4 +-
 libuna/libuna_utf8_stream.h                        |    6 +-
 libuna/libuna_utf8_string.c                        |    2 +-
 libuna/libuna_utf8_string.h                        |    4 +-
 ltmain.sh                                          | 5528 +++++++++++++-------
 m4/common.m4                                       |  832 +--
 m4/libcfile.m4                                     |  121 +-
 m4/libcstring.m4                                   |  304 --
 m4/libcthreads.m4                                  |   24 +-
 m4/libtool.m4                                      | 2550 +++++----
 m4/ltoptions.m4                                    |  127 +-
 m4/ltsugar.m4                                      |    7 +-
 m4/ltversion.m4                                    |   12 +-
 m4/lt~obsolete.m4                                  |    7 +-
 m4/tests.m4                                        |   23 +
 m4/types.m4                                        |   38 +-
 manuals/Makefile.in                                |   24 +-
 manuals/libbfio.3                                  |    5 +-
 msvscpp/Makefile.am                                |   16 +-
 msvscpp/Makefile.in                                |   40 +-
 .../bfio_test_error.vcproj}                        |   20 +-
 .../bfio_test_handle.vcproj}                       |   36 +-
 .../bfio_test_handle_read.vcproj                   |   12 +-
 .../bfio_test_handle_seek.vcproj                   |   12 +-
 .../bfio_test_handle_write.vcproj                  |   12 +-
 .../bfio_test_pool.vcproj}                         |   36 +-
 .../bfio_test_pool_read/bfio_test_pool_read.vcproj |   12 +-
 .../bfio_test_pool_seek/bfio_test_pool_seek.vcproj |   12 +-
 .../bfio_test_pool_write.vcproj                    |   12 +-
 .../bfio_test_support.vcproj}                      |   22 +-
 msvscpp/libbfio.sln                                |   67 +-
 msvscpp/libbfio/libbfio.vcproj                     |   20 +-
 msvscpp/libcdata/libcdata.vcproj                   |   12 +-
 msvscpp/libcerror/libcerror.vcproj                 |   12 +-
 msvscpp/libcfile/libcfile.vcproj                   |   20 +-
 msvscpp/libclocale/libclocale.vcproj               |   20 +-
 msvscpp/libcnotify/libcnotify.vcproj               |   16 +-
 msvscpp/libcpath/libcpath.vcproj                   |   20 +-
 msvscpp/libcsplit/libcsplit.vcproj                 |   12 +-
 msvscpp/libcstring/libcstring.vcproj               |  209 -
 msvscpp/libcthreads/libcthreads.vcproj             |   12 +-
 msvscpp/libuna/libuna.vcproj                       |    8 +-
 msvscpp/scripts/vs2008_x64.sh                      |   28 -
 msvscpp/scripts/vs2008_x64_sln.sed                 |   28 -
 msvscpp/scripts/vs2008_x64_vcproj.sed              |   25 -
 msvscpp/scripts/vs2010_x64.sh                      |   28 -
 msvscpp/scripts/vs2010_x64_sln.sed                 |   28 -
 msvscpp/scripts/vs2010_x64_vcxproj.sed             |   76 -
 po/ChangeLog                                       |   18 +-
 tests/Makefile.am                                  |  115 +-
 tests/Makefile.in                                  |  235 +-
 tests/bfio_test_error.c                            |  151 +
 tests/bfio_test_handle.c                           | 1319 +++++
 tests/bfio_test_handle_read.c                      |   18 +-
 tests/bfio_test_handle_seek.c                      |   18 +-
 tests/bfio_test_handle_write.c                     |  113 +-
 tests/bfio_test_libbfio.h                          |   10 +-
 tests/bfio_test_libcerror.h                        |    6 +-
 .../bfio_test_libclocale.h                         |   10 +-
 tests/bfio_test_libcpath.h                         |    6 +-
 tests/bfio_test_libcstring.h                       |   51 -
 .../libbfio_libuna.h => tests/bfio_test_libuna.h   |   13 +-
 tests/bfio_test_macros.h                           |  159 +
 tests/bfio_test_memory.c                           |  175 +
 .../libbfio_support.h => tests/bfio_test_memory.h  |   36 +-
 tests/bfio_test_pool.c                             |  785 +++
 tests/bfio_test_pool_read.c                        |   16 +-
 tests/bfio_test_pool_seek.c                        |   18 +-
 tests/bfio_test_pool_write.c                       |  114 +-
 tests/bfio_test_support.c                          |  190 +
 .../bfio_test_unused.h                             |   32 +-
 tests/input/{ => raw}/test.raw                     |  Bin
 tests/test_handle_read.sh                          |   89 -
 tests/test_handle_seek.sh                          |   89 -
 tests/test_handle_write.sh                         |   79 -
 tests/test_library.sh                              |  116 +
 tests/test_pool_read.sh                            |   89 -
 tests/test_pool_seek.sh                            |   89 -
 tests/test_pool_write.sh                           |   79 -
 tests/test_runner.sh                               | 1097 +++-
 tests/test_write_functions.sh                      |   97 +
 421 files changed, 21215 insertions(+), 15203 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/libbfio.git



More information about the forensics-changes mailing list