Recent Releases

0.6.224 Feb 2021 19:05 minor feature: Added str_partition() function;. Some code refactoring and motion;. Other minor updates.
0.6.128 Dec 2020 16:25 minor feature: Added string tokeniser;. Added code snippets;. Various documentation updates.
0.6.025 Nov 2020 03:25 minor feature: Memory allocation changed to using malloc(3) and realloc(3) functions and on failure returning ENOMEM error code from composition functions. This may be a breaking change for some applications;. Added UTF-32 code point iterator;. Added function to read an entire file to a string;. Other smaller and improvements.
0.5.207 Jun 2020 02:45 minor feature: Added gen-char-class tool;. Memory management using realloc(3);. More tests;. Other minor.
0.5.128 Apr 2020 03:15 minor feature: Sort/search functions renamed for consistency. . Partitioning function added. . Minor README.md correction. . str_unique_range() function added. . Documentation update. . file-to-str tool added. . missing headers when external allocator is used. . More flexible memory allocator replacement mechanics. . Test with gcc v8, plus minor documentation formatting.
0.5.015 Apr 2020 18:09 major feature: