Skip to content

Add information about _stat to VS Change History #4552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/porting/visual-cpp-change-history-2003-2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ Additionally, ongoing improvements to compiler conformance can sometimes change

The `smallheap` link option has been removed. See [Link Options](../c-runtime-library/link-options.md).

- **_stat**

The [`_stat`](../c-runtime-library/reference/stat-functions.md) family of functions use `CreateFile` in Visual Studio 2015, instead of `FindFirstFile` as in Visual Studio 2013 and earlier. This means that `_stat` on a path ending with a slash succeeds if the path refers to a directory, as opposed to before when the function would error with `errno` set to `ENOENT`.

#### \<string.h>

- **wcstok**
Expand Down