MEMORY: Print error message on malloc error.
Prepared release 4.99.18rc2.
Fixed compiler warnings.
BASE: removed unused code.
The code encapsulated by ENABLE_MY_SMALL_BLOCK_ALLOC was only a testto find out whether allocating memory completely via malloc() - evenmany small units - is the most efficient way. Well, it is ;-)
GUI: Fixed memleaks (as suggested by thbe in #35).
Fix libtool warning: "undefined symbols not allowed in i686-w64-mingw32 shared libraries"
BUILD: Fixed build on windows (Patch provided by rhabacker).
Beside https://www.aquamaniac.de/rdm/issues/27 additional cmake relatedconfig files are broken on Windows and will be fixed by applying theappended patches.Without this patch building cmake based client packages depending on...
Fix finding gwenhywfar Qt5 library for cmake build system
BUILD: Fixed QT4 on windows (Patch provided by rhabacker).
The appended patch fixes qt4 build and use support by client libraries onWindows.The patch has been used to cross build gwenhywfar for Windows bundled withkmymoney 4.8 releases(https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-gwenhywfar)
BUILD: Incremented version number.
TEXT: Add GWEN_Text_strndup()
On Windows there is no strndup(), so we provide a replacement here.For non-Windows systems we simply use strndup().
Prepared release 4.99.17rc1
TEXT: Decreased verbosity.
XML: Don't try to convert utf8 to UTF-8
Without this change AqHBCI gets extremely slow.
TLS: Fixed function prototype (patch provided by John Ralls).
Because of a mismatched signature between the declaration andimplementation of GWEN_SyncIo_Tls_Internal_CheckCert.
BUILD: Onlky remove dir gwenhywfar5 on "make distclean" (fixes #67).
Merge remote-tracking branch 'origin/dev-xmlparser-encoding'
Included encoding handling changes to GWEN_XML from Elias's branch.
BUILD: Prepared release 4.99.16beta.
CRYPT: Fixed a compiler warning.
Convert to UTF-8 internally when parsing XML.
DIALOG: Use GWEN_Dialog_CreateAndLoadWithPath() in internal dialogs.
Auch abrufbar als: Atom