Releases: maxim2266/str
Releases · maxim2266/str
Bug fix release
Version 1.0.0
Version bumped to 1.0.0, and
musl
support added- other small fixes
Yearly update
- Fixed compilation failure related to _GNU_SOURCE;
- License refresh;
- Documentation update.
Minor improvements
- Minor code improvements
- License refresh
Feature Release
- Added
str_auto
type; - Added
str_pass
function; - Other minor updates.
Feature Release
- Added
str_partition()
function; - Some code refactoring and motion;
- Other minor updates.
Feature Release
Changes:
- Added string tokeniser;
- Added code snippets;
- Various documentation updates.
Feature release
Changes:
- Memory allocation changed to using
malloc(3)
andrealloc(3)
functions and on failure returningENOMEM
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 fixes and improvements.
Feature Release
Changes:
- added
gen-char-class
tool; - memory management using
realloc(3)
; - more tests;
- other minor fixes.
Feature release
Added partitioning functions, a tool to generate a C string from a file, plus minor documentation updates.