From a456fc800ebf66e7a72aae09be6222a6ae278338 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 15 Jun 2017 17:28:00 -0700 Subject: [PATCH 1/2] add CRT to glossary --- docs/glossary.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/glossary.md b/docs/glossary.md index b539718238..5c9b89c72e 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -18,6 +18,15 @@ easier to use in applications. Brightray is a low-level dependency of Electron that does not concern the majority of Electron users. +### CRT + +It's a Microsoft Visual Studio thing. + +> The C Run-time Library (CRT) is the part of the C++ Standard Library that +incorporates the ISO C99 standard library. The Visual C++ libraries that +implement the CRT support native code development, and both mixed native and +managed code, and pure managed code for .NET development. + ### DMG An Apple Disk Image is a packaging format used by macOS. DMG files are From ab3ca416b4aeb69754eec2745cd7863fd4f3c711 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 16 Jun 2017 10:21:24 -0700 Subject: [PATCH 2/2] not just a microsoft thing --- docs/glossary.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/glossary.md b/docs/glossary.md index 5c9b89c72e..0adda6f405 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -20,12 +20,10 @@ majority of Electron users. ### CRT -It's a Microsoft Visual Studio thing. - -> The C Run-time Library (CRT) is the part of the C++ Standard Library that +The C Run-time Library (CRT) is the part of the C++ Standard Library that incorporates the ISO C99 standard library. The Visual C++ libraries that implement the CRT support native code development, and both mixed native and -managed code, and pure managed code for .NET development. +managed code, and pure managed code for .NET development. ### DMG