0.3.9 - 2024-05-07
- Add visionOS support #95
0.3.8 - 2023-11-27
0.3.7 - 2023-11-15
- Fix
to_string()
handling for unknown error codes #88
0.3.6 - 2023-11-07
0.3.5 - 2023-10-08
- Use __errno_location on DragonFly BSD #82
0.3.4 - 2023-10-01
- Add GNU/Hurd support #80
0.3.3 - 2023-08-28
-
Disable "libc/std" in no-std configurations. #77
-
Bump errno-dragonfly to 0.1.2 #75
-
Support for the ESP-IDF framework #74
0.3.2 - 2023-07-30
0.3.1 - 2023-04-08
0.3.0 - 2023-02-12
-
Add haiku support #42
-
Add AIX support #54
-
Add formatting with
#![no_std]
#44 -
Switch from
winapi
towindows-sys
#55 -
Upgrade to Rust 2018 edition #59
-
wasm32-wasi: Use
__errno_location
instead offeature(thread_local)
. #66
0.2.8 - 2021-10-27
- Optionally support no_std #31