Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MicrosoftDocs/cpp-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: adr26/cpp-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 27, 2021

  1. * Clarify the return value behaviour of snprintf_s family of functions.

    * Fix description of behaviour when encoding errors occur.
    * Clarify truncation behaviour (matching vsnprintf_s family of functions).
    * Add error condition table (matching vsnprintf_s family of functions).
    andrew-rogers-sndk committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c6260f7 View commit details
    Browse the repository at this point in the history
  2. * Clarify the return value behaviour of vsnprintf_s family of functions.

    * Fix description of behaviour when encoding errors occur.
    * Clarify truncation behaviour of vsnprintf_s family of functions.
    * Clarify error condition table for vsnprintf_s family of functions.
    andrew-rogers-sndk committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    20f834e View commit details
    Browse the repository at this point in the history
  3. * Fix description of behaviour when encoding errors occur.

    * Clarify the return value behaviour of snprintf family of functions.
    * Clarify truncation behaviour of snprintf family of functions.
    andrew-rogers-sndk committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ea779cd View commit details
    Browse the repository at this point in the history
  4. Align return value documentation for vsnprintf family of functions wi…

    …th snprintf family of functions:
    
    * Fix description of behaviour when encoding errors occur.
    * Clarify the return value behaviour of vsnprintf family of functions.
    * Clarify truncation behaviour of vsnprintf family of functions.
    andrew-rogers-sndk committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    08114e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f7e3a5 View commit details
    Browse the repository at this point in the history
Loading