Files
bpfire/lfs
Adolf Belka 2dda3d5e5d gmp: Update to 6.2.1
- Update from 6.2.0 to 6.2.1
- Update of rootfiles
- Changelog
   2020-11-13 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* Version 6.2.1 released.
	* gmp-h.in (__GNU_MP_VERSION_PATCHLEVEL): Bump version info.
	* Makefile.am (LIBGMP_LT_*, LIBGMPXX_LT_*): Bump revision info.
   2020-11-10 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* configure.ac (fat_path): Add bd1, goldmont,silvermont for CPUVEC.
	* mpn/x86_64/fat/fat.c: Add more CPUs.
	* mpn/x86/fat/fat.c: Add more CPUs.
   2020-11-01 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* configure.ac: X86_{,64_}PATTERN: GMP_ASM_COFF_TYPE for all ABIs;
	* mpn/x86_64/x86_64-defs.m4 (COFF_TYPE): Copy from mpn/x86/x86-defs.m4
	as suggested by Jeremy Drake.
	* tests/misc/t-locale.c (nl_langinfo): No redefine on __TERMUX__,
	spotted by Sanselme and Glisse.
	* configure.ac: Consider *-*-msys as *-*-mingw* (except on arm* |
	aarch64*), as suggested by Ralph Peterson.
	* Makefile.am (EXTRA_DIST): Add mini-gmp/ChangeLog.
   2020-10-30 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* tests/mpf/t-get_d_2exp.c: Test also the case zero.
	* tests/mpz/t-get_d.c: Likewise.
	* tests/mpf/t-trunc.c: Use mpf_size.
	* tests/mpf/t-conv.c: Some more tests on zero.
   2020-10-25 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* configfsf.guess: Updated to version 2020-10-22, from gnulib.
   2020-10-17 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* tests/devel/Makefile.am: Remove redundancies.
	* tests/mpz/io.c: Test out-of-range bases for mpz_out_str.
   2020-10-15  Torbjörn Granlund  <tg@gmplib.org>
	* configure.ac: Recognise zen3.
	* config.guess: Recognise zen3.
   2020-10-14 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* doc/gmp.texi (Number sequences): Remove redundancy. (spotted: TonyMcC)
	* configfsf.sub: Updated to version 2020-10-13, from gnulib.
	* configfsf.guess: Updated to version 2020-09-19, from gnulib.
   2020-10-06  Niels Möller  <nisse@lysator.liu.se>
	* Makefile.am: Better support for make check-mini-gmp on wine or cygwin.
   2020-09-22  Torbjörn Granlund  <tg@gmplib.org>
	* tests/mpz/t-mul.c: Print GMP_CHECK_FFT.
	* longlong.h (x86 umul_ppmm): Fix typo.
   2020-09-21  Torbjörn Granlund  <tg@gmplib.org>
	* mpz/n_pow_ui.c: Detect and report overflow.
   2020-07-04  Torbjörn Granlund  <tg@gmplib.org>
	* mpn/arm64/bdiv_q_1.asm: Use LEA_HI/LEA_LO
	* mpn/arm64/invert_limb.asm: Likewise.
	* mpn/arm64/arm64-defs.m4: New file.
	* mpn/arm64/darwin.m4: New file.
	* configure.ac: Use arm64/arm64-defs.m4 and arm64/darwin.m4.
   2020-06-20  Torbjörn Granlund  <tg@gmplib.org>
	* longlong.h (add_sssaaaa arm32/arm64): Generalise allowed operands
	when using adds for sub and subs for add, while disallowing 0.
	(sub_ddmmss ppc64): Disallow 0 when using addic.  Also disallow
	constants for register-only middle addic operand.
	(C add_sssaaaa and sub_ddmmss): Use more temps to make operation more
	well-defined.
   2020-06-18  Torbjörn Granlund  <tg@gmplib.org>
	* tests/devel/gen-test-longlong_h.c: New file.
	* tests/devel/Makefile.am: Compile and use gen-test-longlong_h.c.
   2020-06-10  Torbjörn Granlund  <tg@gmplib.org>
	* configure.ac: Recognise armcortexa55.
   2020-05-25  Torbjörn Granlund  <tg@gmplib.org>
	* tests/cxx/t-assign.cc: Use reference parameter for 'catch'.
	* tests/cxx/t-constr.cc: Likewise.
	* tests/cxx/t-ops2z.cc: Likewise.
	* tests/cxx/t-rand.cc: Likewise.
	* tests/cxx/t-do-exceptions-work-at-all-with-this-compiler.cc: Likewise.
	* tune/speed.c: Undo 2020-05-24 _POSIX_C_SOURCE change, it breaks on
	many broken systems.
	* tune/freq.c: Likewise.
	* tune/time.c: Likewise.
	* tune/tuneup.c: Likewise.
	* tests/devel/try.c: Revert 2020-05-24 changes.
   2020-05-21  Torbjörn Granlund  <tg@gmplib.org>
	* tune/freq.c (_POSIX_C_SOURCE): Define.
	* tune/tuneup.c (print_define_with_speedup): Fall back from snprintf to
	sprintf for C90.
	(_POSIX_C_SOURCE): Define.
	(max_opsize): Set by #define instead of const size_t to please C90.
	(n_measurements): Likewise.
	(speed_mpn_pre_set_str): Adhere to C90 declaration rules.
	* tune/tune-gcd-p.c: Back out 2020-01-10 change to comply to C90.
	* tune/time.c (speed_endtime): Cast printf args to right type.
	(_POSIX_C_SOURCE): Define.
	* tune/speed.h (CACHE_LINE_SIZE): Do #undef before defining.
	(SPEED_ROUTINE_MPN_GCD_1): Provide dummy first argument for standard
	compliance.
	(SPEED_ROUTINE_MPN_HGCD2): Adhere to C90 declaration rules.
	* tune/speed.c (main): Cast printf args to right type.
	(_POSIX_C_SOURCE): Define.
	* tests/mpz/reuse.c: Avoid using non-standard function fileno().
	* tests/spinner.c: Likewise.
	* tests/mpz/convert.c (str_casecmp): New function.
	(main): Use it instead of non-standard strcasecmp.
	* tests/misc.c (tests_start): Fall back from snprintf to sprintf for
	C90.
	* tests/devel/try.c: Avoid getpagesize and use POSIX sysconf instead.
	(_POSIX_C_SOURCE): Define.
	* mpn/generic/mod_1_1.c: Don't use C++ comments.
	* mpn/generic/get_d.c: Add clarifying parens.
   2020-05-18  Torbjörn Granlund  <tg@gmplib.org>
	* mpn/generic/toom_interpolate_12pts.c (DO_mpn_addlsh_n): Define only
	when needed.
	* mpn/generic/toom_interpolate_16pts.c: Likewise.
   2020-05-17 Marco Bodrato <bodrato@mail.dm.unipi.it>
	* mpz/cmp.c: Avoid overflow on int even for huge sizes.
	* mpq/cmp.c: Likewise.
	* mpn/generic/mul_fft.c (mpn_fft_mul_modF_K):
	Fully handle carry propagation in basecase multiplication.
   2020-05-16  Torbjörn Granlund  <tg@gmplib.org>
	* mpn/generic/hgcd2.c (tabp): Combine several undefined tabp
	variable definitions with a macro.
	* mpn/generic/gcd_22.c: Avoid C99 constructs.
   2020-05-12  Torbjörn Granlund  <tg@gmplib.org>
	* mpn/generic/compute_powtab.c: Avoid C99 constructs.
	* mpn/generic/get_str.c: Likewise.
	* mpn/generic/set_str.c: Likewise.
	* gmp-impl.h (memset): Move ASSERT to before decls.
	* tests/refmpn.c: Likewise.
	* mpn/generic/hgcd2.c (tabp): Combine several undefined tabp variable
	definitions with a macro.
	* mpn/generic/strongfibo.c: Avoid defining helper function when unused.
	* mpn/generic/dcpi1_bdiv_q.c (mpn_dcpi1_bdiv_q_n_itch): Disable unused
	static function.
	* mpz/mul.c: Add some {} to suppress warning.
	* tests/mpn/t-gcd_11.c: Exit main() properly.
	* tests/mpn/t-gcd_22.c: Likewise.
	* tests/mpn/t-gcdext_1.c: Likewise.
   2020-04-28  Torbjörn Granlund  <tg@gmplib.org>
	* tests/mpz/reuse.c (realloc_if_reducing): New function.
	(INVOKE_RRS, etc): Use realloc_if_reducing.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-07 13:13:18 +00:00
..
2021-02-03 22:21:29 +00:00
2021-03-18 11:19:43 +00:00
2020-12-18 16:57:29 +00:00
2020-03-24 08:57:27 +00:00
2021-03-06 11:14:50 +00:00
2020-08-17 10:09:20 +00:00
2021-03-06 11:14:51 +00:00
2020-03-21 16:14:08 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-01-28 16:42:47 +00:00
2021-03-06 11:14:51 +00:00
2021-03-18 11:20:32 +00:00
2021-02-03 22:21:03 +00:00
2020-12-02 17:55:51 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2020-12-28 13:15:29 +00:00
2020-11-03 10:38:25 +00:00
2018-09-10 19:20:36 +01:00
2018-04-11 20:03:19 +01:00
2020-05-09 19:20:02 +00:00
2020-05-09 12:02:37 +00:00
2021-03-22 10:37:16 +00:00
2020-09-29 08:21:08 +00:00
2020-12-18 09:50:11 +00:00
2021-03-29 12:53:03 +00:00
2020-09-24 17:36:38 +00:00
2018-09-10 19:20:36 +01:00
2020-10-10 11:42:37 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2021-03-29 12:53:09 +00:00
2020-03-21 15:44:08 +00:00
2020-12-22 11:04:28 +00:00
2020-08-16 10:29:42 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2021-02-05 11:19:55 +00:00
2020-03-24 08:57:27 +00:00
2021-04-04 12:26:51 +00:00
2021-03-06 11:14:50 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2021-03-22 10:43:52 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2021-02-01 10:46:08 +00:00
2021-02-05 11:22:59 +00:00
2020-03-24 08:57:27 +00:00
2021-02-01 10:31:29 +00:00
2021-01-06 15:31:48 +00:00
2021-02-05 11:24:25 +00:00
2020-12-21 16:35:15 +00:00
2018-09-10 19:20:36 +01:00
2021-03-09 16:31:33 +00:00
2021-02-16 11:50:16 +00:00
2021-03-29 12:54:10 +00:00
2018-09-10 19:20:36 +01:00
2020-09-24 17:36:37 +00:00
2020-09-24 17:36:37 +00:00
2021-01-30 17:38:59 +00:00
2018-09-10 19:20:36 +01:00
2020-10-01 09:20:48 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2021-03-29 12:54:50 +00:00
2020-08-16 10:29:42 +00:00
2021-03-10 13:50:36 +00:00
2020-03-24 08:57:27 +00:00
2021-01-27 21:06:57 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2018-09-10 19:20:36 +01:00
2020-04-25 09:03:59 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-02-03 22:23:13 +00:00
2021-03-06 11:14:50 +00:00
2020-05-26 11:12:51 +00:00
2020-11-05 23:29:18 +00:00
2021-02-05 11:16:27 +00:00
2021-02-23 15:11:57 +00:00
2021-01-07 11:37:01 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:49 +00:00
2020-09-24 17:36:37 +00:00
2021-03-06 11:14:51 +00:00
2020-03-24 08:57:27 +00:00
2020-11-23 15:12:54 +00:00
2021-02-05 16:53:29 +00:00
2021-03-06 11:14:51 +00:00
2021-01-06 15:21:02 +00:00
2021-03-29 12:55:40 +00:00
2021-03-06 11:14:49 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-04-07 13:12:27 +00:00
2021-03-22 10:44:24 +00:00
2020-01-04 18:24:15 +00:00
2021-04-07 13:13:18 +00:00
2020-03-24 08:57:27 +00:00
2021-03-06 11:14:50 +00:00
2020-06-19 17:14:58 +00:00
2020-11-13 11:11:47 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:51 +00:00
2018-09-10 19:20:36 +01:00
2019-03-13 15:04:40 +01:00
2020-03-24 08:57:27 +00:00
2018-03-19 11:56:35 +00:00
2021-01-18 13:03:36 +00:00
2018-09-10 19:20:36 +01:00
2021-03-10 13:56:46 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-01-18 13:05:57 +00:00
2020-03-21 16:28:50 +00:00
2021-02-01 10:46:36 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2020-08-16 10:29:42 +00:00
2021-03-06 11:14:51 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2019-03-07 11:27:19 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:51 +00:00
2021-03-06 11:14:51 +00:00
2021-03-10 13:57:00 +00:00
2021-03-10 13:57:36 +00:00
2021-01-25 21:23:49 +00:00
2020-09-30 09:58:51 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2021-01-12 10:43:52 +00:00
2018-09-10 19:20:36 +01:00
2020-06-19 17:14:59 +00:00
2021-03-19 10:00:43 +00:00
2021-03-06 11:14:50 +00:00
2018-09-10 19:20:36 +01:00
2020-08-16 10:29:42 +00:00
2020-09-30 13:32:38 +00:00
2018-10-22 19:51:19 +01:00
2021-01-13 11:22:59 +00:00
2021-02-01 10:36:06 +00:00
2021-02-19 19:32:52 +00:00
2018-09-10 19:20:36 +01:00
2020-04-26 07:31:17 +00:00
2021-03-06 11:14:51 +00:00
2021-03-06 11:14:50 +00:00
2021-02-05 11:17:30 +00:00
2018-10-26 11:31:40 +01:00
2019-11-13 18:45:32 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2021-04-07 13:11:00 +00:00
2019-03-03 15:10:02 +01:00
2018-11-11 17:23:20 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2019-05-07 23:50:03 +01:00
2018-09-10 19:20:36 +01:00
2020-05-09 11:50:35 +00:00
2020-03-24 08:57:27 +00:00
2021-03-03 13:32:28 +00:00
2021-03-06 11:14:50 +00:00
2021-02-01 10:38:05 +00:00
2021-03-03 13:24:38 +00:00
2020-03-24 08:57:27 +00:00
2020-09-24 17:36:37 +00:00
2020-04-25 09:05:28 +00:00
2021-03-31 16:00:00 +00:00
2020-03-24 08:57:27 +00:00
2020-09-24 17:36:37 +00:00
2021-03-06 11:14:50 +00:00
2021-03-06 11:14:50 +00:00
2020-03-24 08:57:27 +00:00
2020-04-26 07:32:10 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2021-03-22 10:42:33 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2020-04-26 07:31:54 +00:00
2018-09-10 19:20:36 +01:00
2021-04-06 09:54:40 +00:00
2020-03-24 08:57:27 +00:00
2020-04-26 07:29:59 +00:00
2020-03-24 08:57:27 +00:00
2021-02-01 10:48:40 +00:00
2020-04-26 07:43:59 +00:00
2018-09-10 19:20:36 +01:00
2020-10-02 14:54:18 +00:00
2020-03-24 08:57:27 +00:00
2020-03-21 16:03:54 +00:00
2021-03-22 10:43:44 +00:00
2020-04-26 07:33:44 +00:00
2021-03-22 10:42:41 +00:00
2021-03-06 11:14:50 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2021-03-06 11:14:50 +00:00
2020-08-17 17:53:40 +00:00
2020-04-26 07:33:58 +00:00
2021-03-06 11:14:50 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2020-12-16 10:03:45 +00:00
2020-08-16 10:29:42 +00:00
2018-09-10 19:20:36 +01:00
2021-01-18 13:06:08 +00:00
2020-09-24 17:36:37 +00:00
2020-08-16 10:29:42 +00:00
2020-03-24 08:57:27 +00:00
2019-03-21 20:41:44 +00:00
2021-02-03 22:25:49 +00:00
2021-02-02 10:56:19 +00:00
2021-02-09 11:51:38 +00:00
2021-02-05 11:24:35 +00:00
2021-03-06 11:14:50 +00:00
2018-10-19 08:59:46 +01:00
2018-09-10 19:20:36 +01:00
2021-01-26 11:15:04 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-03-03 16:48:30 +00:00
2021-03-22 10:43:34 +00:00
2020-01-04 18:23:52 +00:00
2018-09-10 19:20:36 +01:00
2020-12-27 10:37:59 +00:00
2019-08-16 12:42:01 +02:00
2021-01-28 16:49:00 +00:00
2021-03-06 11:14:51 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-04-01 09:55:58 +00:00
2020-08-16 10:29:42 +00:00
2021-02-09 14:35:50 +00:00
2020-03-24 08:57:27 +00:00
2021-03-06 11:14:51 +00:00
2021-04-02 15:42:45 +00:00
2020-08-16 10:29:43 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:51 +00:00
2018-09-10 19:20:36 +01:00
2021-03-10 13:58:24 +00:00
2021-03-10 13:58:07 +00:00
2019-04-26 16:19:17 +01:00
2021-03-06 11:14:50 +00:00
2020-09-24 17:36:37 +00:00
2020-03-26 09:42:12 +00:00
2018-09-10 19:20:36 +01:00
2019-10-08 18:24:32 +00:00
2021-04-01 09:55:45 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-02-08 13:51:04 +00:00
2021-03-06 11:14:50 +00:00
2020-04-25 09:04:24 +00:00
2021-04-06 09:55:46 +00:00
2021-02-03 22:28:16 +00:00
2021-03-22 10:42:26 +00:00
2020-09-30 09:58:42 +00:00
2021-03-06 11:14:50 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2021-03-06 11:14:51 +00:00
2021-03-06 11:14:51 +00:00
2020-09-24 17:36:37 +00:00
2020-05-09 12:03:02 +00:00
2021-03-06 11:16:07 +00:00
2021-03-25 14:37:45 +00:00
2020-12-01 16:10:32 +00:00
2020-04-26 07:34:19 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2020-12-10 13:03:18 +00:00
2021-03-06 11:14:51 +00:00
2021-03-22 10:42:07 +00:00
2019-08-20 17:36:19 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2021-03-06 11:14:50 +00:00
2021-03-06 11:14:51 +00:00
2021-04-02 15:38:46 +00:00
2019-08-16 12:35:01 +02:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2019-08-24 11:33:45 +02:00
2018-09-10 19:20:36 +01:00
2019-08-16 12:36:20 +02:00
2021-03-22 10:41:56 +00:00
2021-03-06 11:14:51 +00:00
2021-03-06 11:14:49 +00:00
2021-04-04 12:27:01 +00:00
2020-09-24 17:36:37 +00:00
2020-08-17 17:55:35 +00:00
2021-02-01 10:37:16 +00:00
2021-03-06 11:14:51 +00:00
2021-02-05 11:19:07 +00:00
2020-12-27 10:55:03 +00:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2020-03-24 08:57:27 +00:00
2020-10-06 12:07:34 +00:00
2021-03-03 16:45:57 +00:00
2020-10-06 12:10:26 +00:00
2020-10-06 12:10:18 +00:00
2020-10-06 12:09:37 +00:00
2020-12-02 17:54:56 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2020-10-06 12:07:34 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2021-02-08 16:33:24 +00:00
2021-03-10 13:58:39 +00:00
2021-03-06 11:14:51 +00:00
2018-10-22 10:53:18 +01:00
2019-12-29 19:14:30 +00:00
2018-09-09 17:42:17 +01:00
2021-03-22 10:43:23 +00:00
2020-08-16 10:29:42 +00:00
2019-06-04 23:31:11 +01:00
2020-08-19 12:02:51 +00:00
2021-03-29 10:30:46 +00:00
2021-04-01 12:36:01 +00:00
2020-03-24 08:57:27 +00:00
2020-08-16 10:29:42 +00:00
2021-02-01 10:45:45 +00:00
2020-03-24 08:57:27 +00:00
2021-03-06 11:14:51 +00:00
2021-02-03 22:29:56 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2020-12-10 13:18:26 +00:00
2021-03-06 11:14:50 +00:00
2020-03-26 09:57:27 +00:00
2020-08-17 10:10:11 +00:00
2020-04-26 07:34:36 +00:00
2020-03-24 08:57:27 +00:00
2020-08-16 10:29:42 +00:00
2021-03-10 13:59:29 +00:00
2021-03-06 11:14:51 +00:00
2020-03-24 08:57:27 +00:00
2020-08-16 10:29:42 +00:00
2021-01-06 15:21:42 +00:00
2020-03-24 08:57:27 +00:00
2021-03-22 10:41:50 +00:00
2020-03-24 08:57:27 +00:00
2021-03-31 12:06:48 +00:00
2021-03-10 14:00:07 +00:00
2021-03-18 11:20:57 +00:00
2021-03-22 10:40:15 +00:00
2021-03-25 09:17:49 +00:00
2020-08-16 10:29:42 +00:00
2018-09-10 19:20:36 +01:00
2020-08-16 10:29:42 +00:00
2018-09-10 19:20:36 +01:00
2021-03-22 10:38:38 +00:00
2020-04-26 07:34:55 +00:00
2021-02-22 11:27:22 +00:00
2021-02-08 11:47:59 +00:00
2021-04-06 09:55:33 +00:00
2020-03-24 08:57:27 +00:00
2020-12-22 11:04:32 +00:00
2018-09-10 19:20:36 +01:00
2020-08-16 10:29:42 +00:00
2020-05-09 12:10:39 +00:00
2021-03-29 10:31:48 +00:00
2020-03-24 08:57:27 +00:00
2020-11-26 16:15:48 +00:00
2021-01-27 22:10:22 +00:00
2020-08-16 10:29:42 +00:00
2018-10-21 12:43:37 +01:00
2021-02-12 11:53:56 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2020-03-24 08:57:27 +00:00
2020-10-30 15:18:01 +00:00
2021-03-06 11:14:50 +00:00
2021-03-06 11:14:50 +00:00
2020-03-24 08:57:27 +00:00
2020-03-24 08:57:27 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:51 +00:00
2020-08-16 10:29:42 +00:00
2020-08-16 10:29:42 +00:00
2020-03-24 08:57:27 +00:00
2021-03-03 16:48:45 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2021-02-19 19:34:32 +00:00
2018-09-10 19:20:36 +01:00
2021-03-06 11:14:50 +00:00
2020-09-24 17:38:36 +00:00
2018-09-10 19:20:36 +01:00
2020-04-26 07:35:14 +00:00
2020-03-23 18:38:17 +00:00
2020-10-15 15:33:44 +00:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00
2018-09-10 19:20:36 +01:00