Hello,
In GnuTLS, we import Gnulib sources in two phases, first LGPL sources to
be linked with the library, and then GPL sources for the tools and
tests, something like following:
In bootstrap:
gnulib-tool --extract-recursive-dependencies "$gnulib_modules"
gnulib-tool --import --local-dir=sr
Hi Daiki,
> In GnuTLS, we import Gnulib sources in two phases, first LGPL sources to
> be linked with the library, and then GPL sources for the tools and
> tests, something like following:
>
> In bootstrap:
>
> gnulib-tool --extract-recursive-dependencies "$gnulib_modules"
> gnulib-tool --im
> This patch adds a new module 'ssfmalloc', a "simple and straight-forward
> memory
> allocation" facility.
This sets of patches fixes portability issues and does small improvements.
2020-10-25 Bruno Haible
ssfmalloc tests: Small tweaks.
* tests/test-ssfmalloc.c: Add comment
Hi Gisle,
> On Windows/MSVC, I get an abort() on line 85:
>
>ASSERT (((uintptr_t) aligned16_blocks[i] % 16) == 0);
Works fine for me, with MSVC 14, in all possible combinations
(32 bit and 64 bit, with and without -MD).
> m4/malloc-align.m4 indicates that MALLOC_ALIGN should
> be 8 or 16.