Commit Graph

7 Commits

Author SHA1 Message Date
Sean Barrett ef861421e2 stb.h: stb_splitpath correctly handles relative paths with explicit drive specifiers 2021-08-28 03:20:04 -07:00
Sean Barrett 08e4b18650 Merge branch 'dev' of https://github.com/nothings/stb into dev 2021-07-07 00:39:10 -07:00
Sean Barrett 95372dc4f8 stb.h: fix bug in stb_readdir caused by change to stb_strncpy 2021-07-07 00:29:19 -07:00
Fabian Giesen 76a0a00874 stb.h: _MSC_VER in readdir_raw -> _WIN32
For MinGW.
2021-07-06 20:19:51 -07:00
Fabian Giesen e5fd7f6ce0 stb: Remove stua entirely
As per issue 634, Stua "will be deleted from stb.h" soonish. That
was 3 years ago, which should be plenty of warning, and the
language has been de-facto orphaned and undocumented for a
good while longer than that.

Fixes issue #634.
2021-07-04 21:09:20 -07:00
Fabian Giesen 6294c6cfa2 Move stb.h to deprecated.
It was never designed to be used by anyone but Sean and has
numerous problems; new code should definitely not be using
this.
2021-07-04 01:38:24 -07:00
Fabian Giesen 05e1efab3d Move stb.h to deprecated.
It was never designed to be used by anyone but Sean and has
numerous problems; new code should definitely not be using
this.
2021-07-01 15:29:17 -07:00