Source code

Revision control

Copy as Markdown

Other Tools

# [Unreleased]
# [0.3.8] - 2023-11-27
- Update to windows-sys 0.52.
- Update minimum Rust version to 1.56
# [0.3.7] - 2023-11-15
- Fix `to_string()` handling for unknown error codes
# [0.3.6] - 2023-11-07
- Add support for tvOS and watchOS
- Added support for vita target
# [0.3.5] - 2023-10-08
- Use __errno_location on DragonFly BSD
# [0.3.4] - 2023-10-01
- Add GNU/Hurd support
# [0.3.3] - 2023-08-28
- Disable "libc/std" in no-std configurations.
- Bump errno-dragonfly to 0.1.2
- Support for the ESP-IDF framework
# [0.3.2] - 2023-07-30
- Fix build on Hermit
- Add support for QNX Neutrino
# [0.3.1] - 2023-04-08
- Correct link name on redox
- Update windows-sys requirement from 0.45 to 0.48
# [0.3.0] - 2023-02-12
- Add haiku support
- Add AIX support
- Add formatting with `#![no_std]`
- Switch from `winapi` to `windows-sys` [#55](https://github.com/lambda-fairy/rust-errno/pull/55)
- Update minimum Rust version to 1.48
- Upgrade to Rust 2018 edition [#59](https://github.com/lambda-fairy/rust-errno/pull/59)
- wasm32-wasi: Use `__errno_location` instead of `feature(thread_local)`. [#66](https://github.com/lambda-fairy/rust-errno/pull/66)
# [0.2.8] - 2021-10-27
- Optionally support no_std