tbox v1.8.0
New features
- Add wctype.h support for wide character functions
- Add wcsupr and wcslwr functions
Changes
- #305: Improve rename file to support longpath
- #305: Improve walk directory to support longpath
- Improve to copy file to support /proc/xxx files
- #300: Improve tolower/toupper with utf8 support
- #300: Use system api for toupper and tolower
- Improve comments and demos
- Improve path handling
- Improve windows directory operations
- Improve xmake configs for solaris
- #297: Improve environment handling for solaris
Bugs fixed
- #301: Fix parsing error for decimals starting with 0
- Fix tb_stou64
- Fix xmake.sh script
- Fix change directory on windows
- Fix stdfile on solaris
What's Changed
- improve envs for solaris by @waruqi in #297
- Add tb_charset_utf8_tolower/toupper, tb_wcsupr/tb_wcslwr by @waruqi in #300
- Fix the parsing error for decimals starting with 0. by @Seedking in #301
- Fix#302 by @Seedking in #303
- fix walk directory to support longpath by @waruqi in #305
New Contributors
Full Changelog: v1.7.9...v1.8.0