You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert use of libbfd introduced in 1.5.0 due to portability issues and Debian deeming it to be a serious bug due to libbfd not having a stable interface (see #302)
A memory leak in will_return_by_value() has been fixed.
The memory required for the struct value that should be returned was not deallocated properly. The fix might result in memory leaks in user code as the memory could previously be accessed by user code. Now responsibility for deallocation is on the user.
Now builds on Msys2 native (but not Msys/Mingw32 or 64).
xml_reporter output is now quoted as required to allways produce correct XML.
Various fixes to bash command completion which is now also installed
Both cgreen-runner and cgreen-debug should now complete libraries and tests correctly.