Skip to content

Commit 708fc4f

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents 11ac0dc + 0d61502 commit 708fc4f

File tree

444 files changed

+2325
-1323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

444 files changed

+2325
-1323
lines changed

docs/c-runtime-library/c-run-time-library-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Provides links to the global variables and standard types provided by the run-ti
2525
[Global Constants](../c-runtime-library/global-constants.md)<br/>
2626
Provides links to the global constants defined by the run-time library.
2727

28+
[Global State](../c-runtime-library/global-state.md)<br/>
29+
Describes the scope of global state in the C run-time library.
30+
2831
[Alphabetical Function Reference](../c-runtime-library/reference/crt-alphabetical-function-reference.md)<br/>
2932
Provides a table of contents entry point into an alphabetical listing of all C run-time library functions.
3033

docs/c-runtime-library/cgets-cgetws.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_cgets, _cgetws"
3-
ms.date: "11/04/2016"
4-
api_name: ["_cgetws", "_cgets"]
5-
api_location: ["msvcr100.dll", "msvcr110.dll", "msvcr80.dll", "msvcr120.dll", "msvcr90.dll", "msvcrt.dll", "msvcr110_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_cgetws", "_cgets", "_o__cgets", "_o__cgetws"]
5+
api_location: ["msvcr100.dll", "msvcr110.dll", "msvcr80.dll", "msvcr120.dll", "msvcr90.dll", "msvcrt.dll", "msvcr110_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["cgetws", "_cgetws", "_cgets"]
@@ -55,6 +55,8 @@ Because all editing keys are active when `_cgets` or `_cgetws` is called while i
5555

5656
In C++, these functions have template overloads that invoke the newer, secure counterparts of these functions. For more information, see [Secure Template Overloads](../c-runtime-library/secure-template-overloads.md).
5757

58+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
59+
5860
### Generic-Text Routine Mappings
5961

6062
|Tchar.h routine|_UNICODE and _MBCS not defined|_MBCS defined|_UNICODE defined|

docs/c-runtime-library/ciatan.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIatan"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIatan"]
5-
api_location: ["msvcr120.dll", "msvcr110.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll", "msvcr90.dll", "msvcr110_clr0400.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIatan", "_o__CIatan"]
5+
api_location: ["msvcr120.dll", "msvcr110.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll", "msvcr90.dll", "msvcr110_clr0400.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["_CIatan", "CIatan"]
@@ -25,6 +25,8 @@ This version of the `atan` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/ciatan2.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIatan2"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIatan2"]
5-
api_location: ["msvcr80.dll", "msvcrt.dll", "msvcr120.dll", "msvcr110_clr0400.dll", "msvcr110.dll", "msvcr100.dll", "msvcr90.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIatan2", "_o__CIatan2"]
5+
api_location: ["msvcr80.dll", "msvcrt.dll", "msvcr120.dll", "msvcr110_clr0400.dll", "msvcr110.dll", "msvcr100.dll", "msvcr90.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["CIatan2", "_CIatan2"]
@@ -25,6 +25,8 @@ This version of the `atan2` function has a specialized calling convention that t
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/cicos.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIcos"
3-
ms.date: "04/11/2018"
4-
api_name: ["_CIcos"]
5-
api_location: ["msvcr90.dll", "msvcrt.dll", "msvcr120.dll", "msvcr100.dll", "msvcr80.dll", "msvcr110_clr0400.dll", "msvcr110.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIcos", "_o__CIcos"]
5+
api_location: ["msvcr90.dll", "msvcrt.dll", "msvcr120.dll", "msvcr100.dll", "msvcr80.dll", "msvcr110_clr0400.dll", "msvcr110.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["CIcos", "_CIcos"]
@@ -25,6 +25,8 @@ This version of the [cos](../c-runtime-library/reference/cos-cosf-cosl.md) funct
2525

2626
The resulting value is pushed onto the top of the floating-point stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/ciexp.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIexp"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIexp"]
5-
api_location: ["msvcr120.dll", "msvcr80.dll", "msvcr110.dll", "msvcr100.dll", "msvcrt.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIexp", "_o__CIexp"]
5+
api_location: ["msvcr120.dll", "msvcr80.dll", "msvcr110.dll", "msvcr100.dll", "msvcrt.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["CIexp", "_CIexp"]
@@ -25,6 +25,8 @@ This version of the `exp` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/cifmod.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIfmod"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIfmod"]
5-
api_location: ["msvcrt.dll", "msvcr110_clr0400.dll", "msvcr100.dll", "msvcr80.dll", "msvcr90.dll", "msvcr120.dll", "msvcr110.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIfmod", "_o__CIfmod"]
5+
api_location: ["msvcrt.dll", "msvcr110_clr0400.dll", "msvcr100.dll", "msvcr80.dll", "msvcr90.dll", "msvcr120.dll", "msvcr110.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["_CIfmod", "CIfmod"]
@@ -25,6 +25,8 @@ This version of the `fmod` function has a specialized calling convention that th
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/cilog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIlog"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIlog"]
5-
api_location: ["msvcr90.dll", "msvcr120.dll", "msvcr80.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr100.dll", "msvcrt.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIlog", "_o__CIlog"]
5+
api_location: ["msvcr90.dll", "msvcr120.dll", "msvcr80.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr100.dll", "msvcrt.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["_CIlog", "CIlog"]
@@ -25,6 +25,8 @@ This version of the `log` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/cilog10.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIlog10"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIlog10"]
5-
api_location: ["msvcr100.dll", "msvcr120.dll", "msvcr80.dll", "msvcr90.dll", "msvcr110_clr0400.dll", "msvcrt.dll", "msvcr110.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIlog10", "_o__CIlog10"]
5+
api_location: ["msvcr100.dll", "msvcr120.dll", "msvcr80.dll", "msvcr90.dll", "msvcr110_clr0400.dll", "msvcrt.dll", "msvcr110.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["CIlog10", "_CIlog10"]
@@ -25,6 +25,8 @@ This version of the `log10` function has a specialized calling convention that t
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

docs/c-runtime-library/cipow.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "_CIpow"
3-
ms.date: "11/04/2016"
4-
api_name: ["_CIpow"]
5-
api_location: ["msvcr100.dll", "msvcr110.dll", "msvcr120.dll", "msvcr80.dll", "msvcr110_clr0400.dll", "msvcrt.dll", "msvcr90.dll", "api-ms-win-crt-math-l1-1-0.dll"]
3+
ms.date: "4/2/2020"
4+
api_name: ["_CIpow", "_o__CIpow"]
5+
api_location: ["msvcr100.dll", "msvcr110.dll", "msvcr120.dll", "msvcr80.dll", "msvcr110_clr0400.dll", "msvcrt.dll", "msvcr90.dll", "api-ms-win-crt-math-l1-1-0.dll", "api-ms-win-crt-private-l1-1-0"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]
88
f1_keywords: ["CIpow", "_CIpow"]
@@ -25,6 +25,8 @@ This version of the `pow` function has a specialized calling convention that the
2525

2626
The resulting value is pushed onto the top of the stack.
2727

28+
By default, this function's global state is scoped to the application. To change this, see [Global state in the CRT](global-state.md).
29+
2830
## Requirements
2931

3032
**Platform:** x86

0 commit comments

Comments
 (0)