Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

67 lines (46 loc) · 1.99 KB

Changelog

Unreleased

v0.5.0 (2024-11-29)

  • #26 - Add memchr
  • #27 - Add qsort
  • #28 - Add strcat and strchr
  • #29 - Clean up docs
  • #30 - Add padding in sprintf
  • #32 - Add rand, srand and rand_r
  • #34 - Add strspn and strcspn

v0.4.0 (2024-03-22)

  • #23 - Add strncasecmp
  • #21 - Add signal API
  • #19 - Add malloc/free API
  • #14 - C function exports now gated by feature flags

v0.3.0 (2022-10-18)

  • #11 - Switch to core::ffi types (requires Rust 1.64)
  • #10 - Add CI using Github Actions
  • #7 - Add strtoul and strcpy
  • #8 - Add abs

v0.2.2 (2022-03-17)

  • #5 - Swap i32 to CInt in strchr.

v0.2.1 (2021-05-17)

  • #2 - Add strncpy

v0.2.0 (2019-11-06)

  • #1 - Add strchr

v0.1.2 (2019-09-01)

  • First release