Releases: rust-embedded-community/tinyrlibc
Releases · rust-embedded-community/tinyrlibc
v0.5.0
What's Changed
- add qsort by @gmmyung in #27
- Add memchr by @gmmyung in #26
- implements strcat and strrchr by @rafaelbeckel in #28
- Cleanup docs by @thejpster in #29
- Add support for padding in snprintf by @Sympatron in #30
- Alternate rand, rand_r and srand implementation by @thejpster in #32
- Add strspn by @jonathanpallant in #34
- Release v0.5.0 by @jonathanpallant in #35
New Contributors
- @rafaelbeckel made their first contribution in #28
- @Sympatron made their first contribution in #30
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Better strtoul and printf precision for strings by @diondokter in #13
- Put every function behind a feature gate by @diondokter in #14
- Fix feature dependency by @gmmyung in #17
- Malloc implementation using the global allocator by @gmmyung in #19
- Add strncasecmp by @sawi97 in #23
- Add signals with atomic usize by @thejpster in #21
- Fix strcpy and strncpy tests by @thejpster in #24
- Release 0.4.0 by @thejpster in #25
New Contributors
- @diondokter made their first contribution in #13
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
Release v0.2.2
- #5 - Swap
i32
toCInt
instrchr
.
Release v0.2.1
Now includes strncpy.
Release v0.2.0
Adds strchr
function.