Skip to content

v1.0.4.21

Pre-release
Pre-release
Compare
Choose a tag to compare
@fisothemes fisothemes released this 10 Sep 02:04
· 16 commits to master since this release

New Features:

  • Added enum for error codes (E_ERROR_CODE).

Improvements:

  • FB_Array_List now increases capacity by 50% instead of doubling.
  • Added error reporting for functions.
  • Improved error reporting for all collection function blocks.

Fixes:

  • Fixed issue were clearing the Set or Map and then attempting to access the I_Immutable_List interface caused invalid pointer to be dereferenced.
  • Fixed issue were the remove method for FB_List and FB_Array_List only removed the first item instead of searching for an item and then removing it.
  • Added check for failed memory allocation for functions and function blocks. See #2.