Skip to content

Releases: maxim2266/str

Minor improvements

01 Nov 10:47
Compare
Choose a tag to compare
  • Minor code improvements
  • License refresh

Feature Release

15 Aug 16:52
Compare
Choose a tag to compare
  • Added str_auto type;
  • Added str_pass function;
  • Other minor updates.

Feature Release

23 Feb 11:14
Compare
Choose a tag to compare
  • Added str_partition() function;
  • Some code refactoring and motion;
  • Other minor updates.

Feature Release

27 Dec 13:34
Compare
Choose a tag to compare

Changes:

  • Added string tokeniser;
  • Added code snippets;
  • Various documentation updates.

Feature release

24 Nov 16:51
Compare
Choose a tag to compare

Changes:

  • 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 fixes and improvements.

Feature Release

05 Jun 14:59
abc091b
Compare
Choose a tag to compare

Changes:

  • added gen-char-class tool;
  • memory management using realloc(3);
  • more tests;
  • other minor fixes.

Feature release

27 Apr 10:36
Compare
Choose a tag to compare

Added partitioning functions, a tool to generate a C string from a file, plus minor documentation updates.

First Release

15 Apr 17:54
9ba374d
Compare
Choose a tag to compare

First release.