Skip to content

Version 0.2.4

Compare
Choose a tag to compare
@barrust barrust released this 31 Dec 02:50
· 11 commits to master since this release

New Libraries:

  • permutations

Updates:

All Libraries

  • cpp guards
  • Ensure cast of malloc, calloc, and realloc calls
  • Added Defensive freeing of memory

strlib

  • Fix trim of string that only contains spaces
  • str_append_alt - handle if s2 is not NULL while s1 is NULL

fileutils

  • Combined filepath handles NULL input
  • Simplify input checks

minunit.h

  • Fix output for between checks on failed assertion