Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libuna for openSUSE:Factory checked in at 2022-06-18 22:06:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libuna (Old) and /work/SRC/openSUSE:Factory/.libuna.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libuna" Sat Jun 18 22:06:18 2022 rev:17 rq:983560 version:20220611 Changes: -------- --- /work/SRC/openSUSE:Factory/libuna/libuna.changes 2022-04-27 21:42:15.721080458 +0200 +++ /work/SRC/openSUSE:Factory/.libuna.new.1548/libuna.changes 2022-06-18 22:06:22.239671522 +0200 @@ -1,0 +2,6 @@ +Sat Jun 11 09:33:42 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 20220611 + * A bunch of new functions, but no proper changelog available. + +------------------------------------------------------------------- Old: ---- libuna-alpha-20220102.tar.gz libuna-alpha-20220102.tar.gz.asc New: ---- libuna-alpha-20220611.tar.gz libuna-alpha-20220611.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libuna.spec ++++++ --- /var/tmp/diff_new_pack.K59TWd/_old 2022-06-18 22:06:23.023672635 +0200 +++ /var/tmp/diff_new_pack.K59TWd/_new 2022-06-18 22:06:23.027672641 +0200 @@ -25,7 +25,7 @@ %define lname libuna1 Name: libuna%psuffix -Version: 20220102 +Version: 20220611 Release: 0 Summary: Library to support Unicode and ASCII (byte string) conversions License: LGPL-3.0-or-later @@ -40,13 +40,13 @@ BuildRequires: gettext-tools >= 0.18.1 BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libcdatetime) >= 20200510 +BuildRequires: pkgconfig(libcdatetime) >= 20220104 BuildRequires: pkgconfig(libcerror) >= 20220101 %if "@BUILD_FLAVOR@" != "mini" BuildRequires: pkgconfig(libcfile) >= 20201229 %endif -BuildRequires: pkgconfig(libclocale) >= 20210526 -BuildRequires: pkgconfig(libcnotify) >= 20200913 +BuildRequires: pkgconfig(libclocale) >= 20220107 +BuildRequires: pkgconfig(libcnotify) >= 20220108 %description libuna is a library to support Unicode and ASCII (byte string) ++++++ libuna-alpha-20220102.tar.gz -> libuna-alpha-20220611.tar.gz ++++++ ++++ 26694 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/INSTALL new/libuna-20220611/INSTALL --- old/libuna-20220102/INSTALL 2022-01-02 20:22:50.000000000 +0100 +++ new/libuna-20220611/INSTALL 2022-06-11 06:15:44.000000000 +0200 @@ -1,8 +1,8 @@ Installation Instructions ************************* - Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software -Foundation, Inc. + Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free +Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -225,7 +225,7 @@ and if that doesn't work, install pre-built binaries of GCC for HP-UX. - HP-UX 'make' updates targets which have the same time stamps as their + HP-UX 'make' updates targets which have the same timestamps as their prerequisites, which makes it generally unusable when shipped generated files such as 'configure' are involved. Use GNU 'make' instead. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/common/config.h new/libuna-20220611/common/config.h --- old/libuna-20220102/common/config.h 2022-01-02 20:21:25.000000000 +0100 +++ new/libuna-20220611/common/config.h 2022-06-11 06:07:55.000000000 +0200 @@ -208,9 +208,6 @@ /* Define to 1 if you have the `memcpy' function. */ #define HAVE_MEMCPY 1 -/* Define to 1 if you have the <memory.h> header file. */ -#define HAVE_MEMORY_H 1 - /* Define to 1 if you have the `memrchr' function. */ #define HAVE_MEMRCHR 1 @@ -286,7 +283,7 @@ /* Define to 1 if you have the `strerror' function. */ /* #undef HAVE_STRERROR */ -/* Define to 1 if you have the `strerror_r' function. */ +/* Define if you have `strerror_r'. */ #define HAVE_STRERROR_R 1 /* Define to 1 if you have the <strings.h> header file. */ @@ -334,6 +331,9 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 +/* Define to 1 if you have the <sys/time.h> header file. */ +#define HAVE_SYS_TIME_H 1 + /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 @@ -431,7 +431,7 @@ #define PACKAGE_NAME "libuna" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libuna 20220102" +#define PACKAGE_STRING "libuna 20220611" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libuna" @@ -440,7 +440,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20220102" +#define PACKAGE_VERSION "20220611" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -457,25 +457,23 @@ /* The size of `wchar_t', as computed by sizeof. */ #define SIZEOF_WCHAR_T 4 -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #define STDC_HEADERS 1 /* Define to 1 if strerror_r returns char *. */ /* #undef STRERROR_R_CHAR_P */ -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This + macro is obsolete. */ #define TIME_WITH_SYS_TIME 1 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "20220102" - -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif +#define VERSION "20220611" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/common/config.h.in new/libuna-20220611/common/config.h.in --- old/libuna-20220102/common/config.h.in 2022-01-02 20:22:50.000000000 +0100 +++ new/libuna-20220611/common/config.h.in 2022-06-11 06:15:43.000000000 +0200 @@ -207,9 +207,6 @@ /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the `memrchr' function. */ #undef HAVE_MEMRCHR @@ -285,7 +282,7 @@ /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR -/* Define to 1 if you have the `strerror_r' function. */ +/* Define if you have `strerror_r'. */ #undef HAVE_STRERROR_R /* Define to 1 if you have the <strings.h> header file. */ @@ -333,6 +330,9 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H @@ -456,13 +456,16 @@ /* The size of `wchar_t', as computed by sizeof. */ #undef SIZEOF_WCHAR_T -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This + macro is obsolete. */ #undef TIME_WITH_SYS_TIME /* Define to 1 if your <sys/time.h> declares `struct tm'. */ @@ -471,11 +474,6 @@ /* Version number of package */ #undef VERSION -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif - /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/compile new/libuna-20220611/compile --- old/libuna-20220102/compile 2022-01-02 20:22:50.000000000 +0100 +++ new/libuna-20220611/compile 2022-06-11 06:15:43.000000000 +0200 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2020 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey <tro...@cygnus.com>. # # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/configure.ac new/libuna-20220611/configure.ac --- old/libuna-20220102/configure.ac 2022-01-02 19:47:13.000000000 +0100 +++ new/libuna-20220611/configure.ac 2022-06-11 06:01:36.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT( [libuna], - [20220102], + [20220611], [joachim.m...@gmail.com]) AC_CONFIG_SRCDIR( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/dpkg/changelog new/libuna-20220611/dpkg/changelog --- old/libuna-20220102/dpkg/changelog 2022-01-02 20:22:59.000000000 +0100 +++ new/libuna-20220611/dpkg/changelog 2022-06-11 06:15:52.000000000 +0200 @@ -1,5 +1,5 @@ -libuna (20220102-1) unstable; urgency=low +libuna (20220611-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <joachim.m...@gmail.com> Sun, 02 Jan 2022 20:22:58 +0100 + -- Joachim Metz <joachim.m...@gmail.com> Sat, 11 Jun 2022 06:15:51 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/dpkg/compat new/libuna-20220611/dpkg/compat --- old/libuna-20220102/dpkg/compat 2022-01-02 19:45:45.000000000 +0100 +++ new/libuna-20220611/dpkg/compat 2022-06-11 05:58:52.000000000 +0200 @@ -1 +1 @@ -9 +10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/dpkg/rules new/libuna-20220611/dpkg/rules --- old/libuna-20220102/dpkg/rules 2022-01-02 19:45:45.000000000 +0100 +++ new/libuna-20220611/dpkg/rules 2022-06-11 05:58:52.000000000 +0200 @@ -5,7 +5,7 @@ # export DH_VERBOSE=1 %: - dh $@ --with=autoreconf + dh $@ --buildsystem=autoconf --with=autoreconf .PHONY: override_dh_auto_configure override_dh_auto_configure: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/include/libuna/definitions.h new/libuna-20220611/include/libuna/definitions.h --- old/libuna-20220102/include/libuna/definitions.h 2022-01-02 20:22:59.000000000 +0100 +++ new/libuna-20220611/include/libuna/definitions.h 2022-06-11 06:15:52.000000000 +0200 @@ -24,11 +24,11 @@ #include <libuna/types.h> -#define LIBUNA_VERSION 20220102 +#define LIBUNA_VERSION 20220611 /* The libuna version string */ -#define LIBUNA_VERSION_STRING "20220102" +#define LIBUNA_VERSION_STRING "20220611" /* The endian definitions */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/include/libuna.h new/libuna-20220611/include/libuna.h --- old/libuna-20220102/include/libuna.h 2022-01-02 20:22:59.000000000 +0100 +++ new/libuna-20220611/include/libuna.h 2022-06-11 06:15:52.000000000 +0200 @@ -167,6 +167,16 @@ uint32_t *utf7_stream_base64_data, libuna_error_t **error ); +/* Determines the size of an UTF-8 character from an Unicode character + * Adds the size to the UTF-8 character size value + * Returns 1 if successful or -1 on error + */ +LIBUNA_EXTERN \ +int libuna_unicode_character_size_to_utf8( + libuna_unicode_character_t unicode_character, + size_t *utf8_character_size, + libuna_error_t **error ); + /* Copies a Unicode character from an UTF-8 string * Returns 1 if successful or -1 on error */ @@ -189,6 +199,15 @@ size_t *utf8_string_index, libuna_error_t **error ); +/* Determines the size of an UTF-16 character from an Unicode character + * Adds the size to the UTF-16 character size value + * Returns 1 if successful or -1 on error + */ +int libuna_unicode_character_size_to_utf16( + libuna_unicode_character_t unicode_character, + size_t *utf16_character_size, + libuna_error_t **error ); + /* Copies a Unicode character from an UTF-16 string * Returns 1 if successful or -1 on error */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/include/libuna.h.in new/libuna-20220611/include/libuna.h.in --- old/libuna-20220102/include/libuna.h.in 2022-01-02 19:45:47.000000000 +0100 +++ new/libuna-20220611/include/libuna.h.in 2022-06-11 06:03:25.000000000 +0200 @@ -167,6 +167,16 @@ uint32_t *utf7_stream_base64_data, libuna_error_t **error ); +/* Determines the size of an UTF-8 character from an Unicode character + * Adds the size to the UTF-8 character size value + * Returns 1 if successful or -1 on error + */ +LIBUNA_EXTERN \ +int libuna_unicode_character_size_to_utf8( + libuna_unicode_character_t unicode_character, + size_t *utf8_character_size, + libuna_error_t **error ); + /* Copies a Unicode character from an UTF-8 string * Returns 1 if successful or -1 on error */ @@ -189,6 +199,15 @@ size_t *utf8_string_index, libuna_error_t **error ); +/* Determines the size of an UTF-16 character from an Unicode character + * Adds the size to the UTF-16 character size value + * Returns 1 if successful or -1 on error + */ +int libuna_unicode_character_size_to_utf16( + libuna_unicode_character_t unicode_character, + size_t *utf16_character_size, + libuna_error_t **error ); + /* Copies a Unicode character from an UTF-16 string * Returns 1 if successful or -1 on error */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_definitions.h new/libuna-20220611/libcdatetime/libcdatetime_definitions.h --- old/libuna-20220102/libcdatetime/libcdatetime_definitions.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_definitions.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal definitions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * @@ -35,11 +35,11 @@ */ #else -#define LIBCDATETIME_VERSION 20200426 +#define LIBCDATETIME_VERSION 20210611 /* The libcdatetime version string */ -#define LIBCDATETIME_VERSION_STRING "20200426" +#define LIBCDATETIME_VERSION_STRING "20210611" /* The string format definition flags */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_elements.c new/libuna-20220611/libcdatetime/libcdatetime_elements.c --- old/libuna-20220102/libcdatetime/libcdatetime_elements.c 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_elements.c 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Date and time elements functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_elements.h new/libuna-20220611/libcdatetime/libcdatetime_elements.h --- old/libuna-20220102/libcdatetime/libcdatetime_elements.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_elements.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Date and time elements functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_error.c new/libuna-20220611/libcdatetime/libcdatetime_error.c --- old/libuna-20220102/libcdatetime/libcdatetime_error.c 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_error.c 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_error.h new/libuna-20220611/libcdatetime/libcdatetime_error.h --- old/libuna-20220102/libcdatetime/libcdatetime_error.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_error.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_extern.h new/libuna-20220611/libcdatetime/libcdatetime_extern.h --- old/libuna-20220102/libcdatetime/libcdatetime_extern.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_extern.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal extern definition * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * @@ -30,7 +30,11 @@ #include <libcdatetime/extern.h> +#if defined( __CYGWIN__ ) || defined( __MINGW32__ ) +#define LIBCDATETIME_EXTERN_VARIABLE extern +#else #define LIBCDATETIME_EXTERN_VARIABLE LIBCDATETIME_EXTERN +#endif #else #define LIBCDATETIME_EXTERN /* extern */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_libcerror.h new/libuna-20220611/libcdatetime/libcdatetime_libcerror.h --- old/libuna-20220102/libcdatetime/libcdatetime_libcerror.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_libcerror.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_support.c new/libuna-20220611/libcdatetime/libcdatetime_support.c --- old/libuna-20220102/libcdatetime/libcdatetime_support.c 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_support.c 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_support.h new/libuna-20220611/libcdatetime/libcdatetime_support.h --- old/libuna-20220102/libcdatetime/libcdatetime_support.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_support.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_timestamp.c new/libuna-20220611/libcdatetime/libcdatetime_timestamp.c --- old/libuna-20220102/libcdatetime/libcdatetime_timestamp.c 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_timestamp.c 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Timestamp functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_timestamp.h new/libuna-20220611/libcdatetime/libcdatetime_timestamp.h --- old/libuna-20220102/libcdatetime/libcdatetime_timestamp.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_timestamp.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Timestamp functions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_types.h new/libuna-20220611/libcdatetime/libcdatetime_types.h --- old/libuna-20220102/libcdatetime/libcdatetime_types.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_types.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal type definitions * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcdatetime/libcdatetime_unused.h new/libuna-20220611/libcdatetime/libcdatetime_unused.h --- old/libuna-20220102/libcdatetime/libcdatetime_unused.h 2022-01-02 20:22:36.000000000 +0100 +++ new/libuna-20220611/libcdatetime/libcdatetime_unused.h 2022-06-11 06:15:29.000000000 +0200 @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2013-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2013-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_definitions.h new/libuna-20220611/libcfile/libcfile_definitions.h --- old/libuna-20220102/libcfile/libcfile_definitions.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_definitions.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal definitions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * @@ -35,11 +35,11 @@ */ #else -#define LIBCFILE_VERSION 20201229 +#define LIBCFILE_VERSION 20210616 /* The libcfile version string */ -#define LIBCFILE_VERSION_STRING "20201229" +#define LIBCFILE_VERSION_STRING "20210616" /* The file access flags * bit 1 set to 1 for read access diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_error.c new/libuna-20220611/libcfile/libcfile_error.c --- old/libuna-20220102/libcfile/libcfile_error.c 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_error.c 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_error.h new/libuna-20220611/libcfile/libcfile_error.h --- old/libuna-20220102/libcfile/libcfile_error.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_error.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_extern.h new/libuna-20220611/libcfile/libcfile_extern.h --- old/libuna-20220102/libcfile/libcfile_extern.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_extern.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal extern definition * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_file.c new/libuna-20220611/libcfile/libcfile_file.c --- old/libuna-20220102/libcfile/libcfile_file.c 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_file.c 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * File functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_file.h new/libuna-20220611/libcfile/libcfile_file.h --- old/libuna-20220102/libcfile/libcfile_file.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_file.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * File functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_libcerror.h new/libuna-20220611/libcfile/libcfile_libcerror.h --- old/libuna-20220102/libcfile/libcfile_libcerror.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_libcerror.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_libclocale.h new/libuna-20220611/libcfile/libcfile_libclocale.h --- old/libuna-20220102/libcfile/libcfile_libclocale.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_libclocale.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The libclocale header wrapper * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_libcnotify.h new/libuna-20220611/libcfile/libcfile_libcnotify.h --- old/libuna-20220102/libcfile/libcfile_libcnotify.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_libcnotify.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The libcnotify header wrapper * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_libuna.h new/libuna-20220611/libcfile/libcfile_libuna.h --- old/libuna-20220102/libcfile/libcfile_libuna.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_libuna.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The libuna header wrapper * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_notify.c new/libuna-20220611/libcfile/libcfile_notify.c --- old/libuna-20220102/libcfile/libcfile_notify.c 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_notify.c 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Notification functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_notify.h new/libuna-20220611/libcfile/libcfile_notify.h --- old/libuna-20220102/libcfile/libcfile_notify.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_notify.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Notification functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_support.c new/libuna-20220611/libcfile/libcfile_support.c --- old/libuna-20220102/libcfile/libcfile_support.c 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_support.c 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_support.h new/libuna-20220611/libcfile/libcfile_support.h --- old/libuna-20220102/libcfile/libcfile_support.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_support.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_system_string.c new/libuna-20220611/libcfile/libcfile_system_string.c --- old/libuna-20220102/libcfile/libcfile_system_string.c 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_system_string.c 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * System string functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_system_string.h new/libuna-20220611/libcfile/libcfile_system_string.h --- old/libuna-20220102/libcfile/libcfile_system_string.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_system_string.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * System string functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_types.h new/libuna-20220611/libcfile/libcfile_types.h --- old/libuna-20220102/libcfile/libcfile_types.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_types.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal type definitions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_unused.h new/libuna-20220611/libcfile/libcfile_unused.h --- old/libuna-20220102/libcfile/libcfile_unused.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_unused.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_winapi.c new/libuna-20220611/libcfile/libcfile_winapi.c --- old/libuna-20220102/libcfile/libcfile_winapi.c 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_winapi.c 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * WINAPI fallback functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcfile/libcfile_winapi.h new/libuna-20220611/libcfile/libcfile_winapi.h --- old/libuna-20220102/libcfile/libcfile_winapi.h 2022-01-02 20:22:38.000000000 +0100 +++ new/libuna-20220611/libcfile/libcfile_winapi.h 2022-06-11 06:15:32.000000000 +0200 @@ -1,7 +1,7 @@ /* * WINAPI fallback functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2021, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_codepage.c new/libuna-20220611/libclocale/libclocale_codepage.c --- old/libuna-20220102/libclocale/libclocale_codepage.c 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_codepage.c 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Codepage functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_codepage.h new/libuna-20220611/libclocale/libclocale_codepage.h --- old/libuna-20220102/libclocale/libclocale_codepage.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_codepage.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Codepage functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_definitions.h new/libuna-20220611/libclocale/libclocale_definitions.h --- old/libuna-20220102/libclocale/libclocale_definitions.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_definitions.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal definitions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * @@ -34,11 +34,11 @@ */ #else -#define LIBCLOCALE_VERSION 20210526 +#define LIBCLOCALE_VERSION 20220107 /* The libclocale version string */ -#define LIBCLOCALE_VERSION_STRING "20210526" +#define LIBCLOCALE_VERSION_STRING "20220107" /* The codepage feature flag definitions */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_extern.h new/libuna-20220611/libclocale/libclocale_extern.h --- old/libuna-20220102/libclocale/libclocale_extern.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_extern.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal extern definition * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_libcerror.h new/libuna-20220611/libclocale/libclocale_libcerror.h --- old/libuna-20220102/libclocale/libclocale_libcerror.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_libcerror.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal libcerror header * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_locale.c new/libuna-20220611/libclocale/libclocale_locale.c --- old/libuna-20220102/libclocale/libclocale_locale.c 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_locale.c 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Locale functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_locale.h new/libuna-20220611/libclocale/libclocale_locale.h --- old/libuna-20220102/libclocale/libclocale_locale.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_locale.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Locale functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_support.c new/libuna-20220611/libclocale/libclocale_support.c --- old/libuna-20220102/libclocale/libclocale_support.c 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_support.c 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_support.h new/libuna-20220611/libclocale/libclocale_support.h --- old/libuna-20220102/libclocale/libclocale_support.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_support.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_unused.h new/libuna-20220611/libclocale/libclocale_unused.h --- old/libuna-20220102/libclocale/libclocale_unused.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_unused.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_wide_string.c new/libuna-20220611/libclocale/libclocale_wide_string.c --- old/libuna-20220102/libclocale/libclocale_wide_string.c 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_wide_string.c 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Wide character string functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libclocale/libclocale_wide_string.h new/libuna-20220611/libclocale/libclocale_wide_string.h --- old/libuna-20220102/libclocale/libclocale_wide_string.h 2022-01-02 20:22:40.000000000 +0100 +++ new/libuna-20220611/libclocale/libclocale_wide_string.h 2022-06-11 06:15:34.000000000 +0200 @@ -1,7 +1,7 @@ /* * Wide character string functions * - * Copyright (C) 2010-2021, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2010-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_definitions.h new/libuna-20220611/libcnotify/libcnotify_definitions.h --- old/libuna-20220102/libcnotify/libcnotify_definitions.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_definitions.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal definitions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * @@ -35,11 +35,11 @@ */ #else -#define LIBCNOTIFY_VERSION 20200913 +#define LIBCNOTIFY_VERSION 20220108 /* The libcnotify version string */ -#define LIBCNOTIFY_VERSION_STRING "20200913" +#define LIBCNOTIFY_VERSION_STRING "20220108" /* The print data flags */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_extern.h new/libuna-20220611/libcnotify/libcnotify_extern.h --- old/libuna-20220102/libcnotify/libcnotify_extern.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_extern.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal extern definition * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * @@ -30,7 +30,11 @@ #include <libcnotify/extern.h> +#if defined( __CYGWIN__ ) || defined( __MINGW32__ ) +#define LIBCNOTIFY_EXTERN_VARIABLE extern +#else #define LIBCNOTIFY_EXTERN_VARIABLE LIBCNOTIFY_EXTERN +#endif #else #define LIBCNOTIFY_EXTERN /* extern */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_libcerror.h new/libuna-20220611/libcnotify/libcnotify_libcerror.h --- old/libuna-20220102/libcnotify/libcnotify_libcerror.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_libcerror.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * The internal libcerror header * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_print.c new/libuna-20220611/libcnotify/libcnotify_print.c --- old/libuna-20220102/libcnotify/libcnotify_print.c 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_print.c 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Notification print functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_print.h new/libuna-20220611/libcnotify/libcnotify_print.h --- old/libuna-20220102/libcnotify/libcnotify_print.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_print.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Notification print functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_stream.c new/libuna-20220611/libcnotify/libcnotify_stream.c --- old/libuna-20220102/libcnotify/libcnotify_stream.c 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_stream.c 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Notification stream functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_stream.h new/libuna-20220611/libcnotify/libcnotify_stream.h --- old/libuna-20220102/libcnotify/libcnotify_stream.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_stream.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Notification stream functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_support.c new/libuna-20220611/libcnotify/libcnotify_support.c --- old/libuna-20220102/libcnotify/libcnotify_support.c 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_support.c 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_support.h new/libuna-20220611/libcnotify/libcnotify_support.h --- old/libuna-20220102/libcnotify/libcnotify_support.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_support.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_unused.h new/libuna-20220611/libcnotify/libcnotify_unused.h --- old/libuna-20220102/libcnotify/libcnotify_unused.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_unused.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_verbose.c new/libuna-20220611/libcnotify/libcnotify_verbose.c --- old/libuna-20220102/libcnotify/libcnotify_verbose.c 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_verbose.c 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Verbose functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libcnotify/libcnotify_verbose.h new/libuna-20220611/libcnotify/libcnotify_verbose.h --- old/libuna-20220102/libcnotify/libcnotify_verbose.h 2022-01-02 20:22:41.000000000 +0100 +++ new/libuna-20220611/libcnotify/libcnotify_verbose.h 2022-06-11 06:15:35.000000000 +0200 @@ -1,7 +1,7 @@ /* * Verbose functions * - * Copyright (C) 2008-2020, Joachim Metz <joachim.m...@gmail.com> + * Copyright (C) 2008-2022, Joachim Metz <joachim.m...@gmail.com> * * Refer to AUTHORS for acknowledgements. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libuna/libuna.rc new/libuna-20220611/libuna/libuna.rc --- old/libuna-20220102/libuna/libuna.rc 2022-01-02 20:22:59.000000000 +0100 +++ new/libuna-20220611/libuna/libuna.rc 2022-06-11 06:15:52.000000000 +0200 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to support Unicode and ASCII (byte stream) conversions\0" - VALUE "FileVersion", "20220102" "\0" + VALUE "FileVersion", "20220611" "\0" VALUE "InternalName", "libuna.dll\0" VALUE "LegalCopyright", "(C) 2008-2022, Joachim Metz <joachim.m...@gmail.com>\0" VALUE "OriginalFilename", "libuna.dll\0" VALUE "ProductName", "libuna\0" - VALUE "ProductVersion", "20220102" "\0" + VALUE "ProductVersion", "20220611" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libuna/\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libuna/libuna_definitions.h new/libuna-20220611/libuna/libuna_definitions.h --- old/libuna-20220102/libuna/libuna_definitions.h 2022-01-02 20:22:59.000000000 +0100 +++ new/libuna-20220611/libuna/libuna_definitions.h 2022-06-11 06:15:52.000000000 +0200 @@ -35,11 +35,11 @@ #else #include <byte_stream.h> -#define LIBUNA_VERSION 20220102 +#define LIBUNA_VERSION 20220611 /* The libuna version string */ -#define LIBUNA_VERSION_STRING "20220102" +#define LIBUNA_VERSION_STRING "20220611" /* The endian definitions */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libuna.spec new/libuna-20220611/libuna.spec --- old/libuna-20220102/libuna.spec 2022-01-02 20:22:59.000000000 +0100 +++ new/libuna-20220611/libuna.spec 2022-06-11 06:15:52.000000000 +0200 @@ -1,5 +1,5 @@ Name: libuna -Version: 20220102 +Version: 20220611 Release: 1 Summary: Library to support Unicode and ASCII (byte stream) conversions Group: System Environment/Libraries @@ -72,7 +72,6 @@ %defattr(644,root,root,755) %license COPYING COPYING.LESSER %doc AUTHORS README -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/libuna.pc %{_includedir}/* @@ -86,6 +85,6 @@ %{_mandir}/man1/* %changelog -* Sun Jan 2 2022 Joachim Metz <joachim.m...@gmail.com> 20220102-1 +* Sat Jun 11 2022 Joachim Metz <joachim.m...@gmail.com> 20220611-1 - Auto-generated diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/libuna.spec.in new/libuna-20220611/libuna.spec.in --- old/libuna-20220102/libuna.spec.in 2022-01-02 19:45:45.000000000 +0100 +++ new/libuna-20220611/libuna.spec.in 2022-06-11 05:58:52.000000000 +0200 @@ -72,7 +72,6 @@ %defattr(644,root,root,755) %license COPYING COPYING.LESSER %doc AUTHORS README -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/libuna.pc %{_includedir}/* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/manuals/libuna.3 new/libuna-20220611/manuals/libuna.3 --- old/libuna-20220102/manuals/libuna.3 2022-01-02 19:45:49.000000000 +0100 +++ new/libuna-20220611/manuals/libuna.3 2022-06-11 06:04:45.000000000 +0200 @@ -1,4 +1,4 @@ -.Dd July 11, 2020 +.Dd June 11, 2022 .Dt libuna 3 .Os libuna .Sh NAME @@ -35,10 +35,14 @@ .Ft int .Fn libuna_unicode_character_copy_to_utf7_stream "libuna_unicode_character_t unicode_character" "uint8_t *utf7_stream" "size_t utf7_stream_size" "size_t *utf7_stream_index" "uint32_t *utf7_stream_base64_data" "libuna_error_t **error" .Ft int +.Fn libuna_unicode_character_size_to_utf8 "libuna_unicode_character_t *unicode_character" "size_t *utf8_string_size" "libuna_error_t **error" +.Ft int .Fn libuna_unicode_character_copy_from_utf8 "libuna_unicode_character_t *unicode_character" "const libuna_utf8_character_t *utf8_string" "size_t utf8_string_size" "size_t *utf8_string_index" "libuna_error_t **error" .Ft int .Fn libuna_unicode_character_copy_to_utf8 "libuna_unicode_character_t unicode_character" "libuna_utf8_character_t *utf8_string" "size_t utf8_string_size" "size_t *utf8_string_index" "libuna_error_t **error" .Ft int +.Fn libuna_unicode_character_size_to_utf16 "libuna_unicode_character_t *unicode_character" "size_t *utf16_string_size" "libuna_error_t **error" +.Ft int .Fn libuna_unicode_character_copy_from_utf16 "libuna_unicode_character_t *unicode_character" "const libuna_utf16_character_t *utf16_string" "size_t utf16_string_size" "size_t *utf16_string_index" "libuna_error_t **error" .Ft int .Fn libuna_unicode_character_copy_to_utf16 "libuna_unicode_character_t unicode_character" "libuna_utf16_character_t *utf16_string" "size_t utf16_string_size" "size_t *utf16_string_index" "libuna_error_t **error" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/missing new/libuna-20220611/missing --- old/libuna-20220102/missing 2022-01-02 20:22:50.000000000 +0100 +++ new/libuna-20220611/missing 2022-06-11 06:15:44.000000000 +0200 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2020 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libuna-20220102/test-driver new/libuna-20220611/test-driver --- old/libuna-20220102/test-driver 2022-01-02 20:22:51.000000000 +0100 +++ new/libuna-20220611/test-driver 2022-06-11 06:15:44.000000000 +0200 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2011-2020 Free Software Foundation, Inc. +# Copyright (C) 2011-2021 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -42,11 +42,13 @@ { cat <<END Usage: - test-driver --test-name=NAME --log-file=PATH --trs-file=PATH - [--expect-failure={yes|no}] [--color-tests={yes|no}] - [--enable-hard-errors={yes|no}] [--] + test-driver --test-name NAME --log-file PATH --trs-file PATH + [--expect-failure {yes|no}] [--color-tests {yes|no}] + [--enable-hard-errors {yes|no}] [--] TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS] + The '--test-name', '--log-file' and '--trs-file' options are mandatory. +See the GNU Automake documentation for information. END } @@ -103,8 +105,11 @@ trap "st=141; $do_exit" 13 trap "st=143; $do_exit" 15 -# Test script is run here. -"$@" >$log_file 2>&1 +# Test script is run here. We create the file first, then append to it, +# to ameliorate tests themselves also writing to the log file. Our tests +# don't, but others can (automake bug#35762). +: >"$log_file" +"$@" >>"$log_file" 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then @@ -126,7 +131,7 @@ # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). -echo "$res $test_name (exit status: $estatus)" >>$log_file +echo "$res $test_name (exit status: $estatus)" >>"$log_file" # Report outcome to console. echo "${col}${res}${std}: $test_name"