summaryrefslogtreecommitdiff
path: root/StdLib/LibC
AgeCommit message (Expand)AuthorFilesLines
2019-01-02StdLib/Environs: Avoid infinite recursion in _ExitAlex James1-1/+1
2018-06-29StdLib: Removing ipf which is no longer supported from edk2.chenc217-75/+30
2017-04-28StdLib: GCC 6 build fixesLeif Lindholm4-10/+13
2016-08-09StdLib/LibC ARM AARCH64: do not redefine compiler intrinsicsArd Biesheuvel2-0/+4
2016-08-09StdLib/LibC: avoid LTO code for compiler intrinsicsArd Biesheuvel2-1/+2
2016-01-10StdLib: Fix compilation errors caused by previous commit of daConsole.cDaryl McDaniel1-93/+95
2016-01-06StdLib: Fix IIO_Write() to return the number of bytes consumed, not character...Daryl McDaniel1-33/+77
2016-01-06StdLib: Clarify and improve comments.Daryl McDaniel2-67/+80
2016-01-06StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ...Daryl McDaniel1-71/+129
2015-07-30StdLib: Add support for AArch64Harry Liebel3-1/+17
2015-07-30StdLib/LibC: Provide missing ARM symbolsHarry Liebel8-0/+843
2015-07-30StdLib/LibC: Add software floating point library from NetBSDNetBSD project64-0/+16544
2015-07-26StdLib: Do not define memcpy for AARCH64 buildsScott Duplichan1-3/+3
2015-01-13StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.Daryl McDaniel2-2/+0
2014-11-11StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel1-1/+1
2014-11-10StdLib: Fix a "potentially uninitialized variable" error.Daryl McDaniel1-98/+111
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin1-2/+0
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin5-21/+20
2014-10-28StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel4-82/+143
2014-09-18StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel1-0/+1
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2-60/+58
2014-09-09StdLib: Changes needed to support XCODE5Andrew Fish1-1/+1
2014-08-21StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition.Daryl McDaniel2-123/+23
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin1-2/+2
2014-08-20StdLib/LibC: Fix ARM symbol problemsHarry Liebel2-2/+4
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin1-24/+21
2014-08-20StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel2-1/+61
2014-08-11StdLib/LibC/Stdio: fix "missing braces around initializer"Laszlo Ersek1-1/+1
2014-08-11StdLib/LibC/gdtoa: fix "missing braces around initializer"Laszlo Ersek1-1/+1
2014-08-06StdLib: The formatting for double float values, within the gdtoa library, is ...Daryl McDaniel2-12/+28
2014-07-24StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel1-3/+3
2014-07-17StdLib: Simple code cleanupDaryl McDaniel4-47/+53
2014-07-17StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel2-68/+8
2014-04-17StdLib: StdLib/Malloc.cPaulo Alcantara1-1/+1
2014-03-07StdLib: Modify the memory allocation routines to not be dependent upon the in...Daryl McDaniel1-34/+87
2013-12-10StdLib: Update Copyright Notices.Daryl McDaniel2-4/+2
2013-12-10StdLib: Remove an unnecessary dependency from LibWchar.Daryl McDaniel2-5/+1
2013-09-13StdLib: Fix pointer arithmetic issues in the strncasecmp function.Daryl McDaniel1-19/+22
2013-09-10StdLib: Fix IA32 and X64 build issues.Daryl McDaniel1-1/+0
2013-05-15StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult...darylm5031-24/+22
2013-03-11StdLib: Fix printf issues with floating point and wide character strings. Al...darylm5033-60/+63
2013-01-16StdLib: Correct two instances of mismatch between function declaration and de...darylm5031-8/+8
2012-12-21StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032-3/+4
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm50318-219/+2934
2012-10-12StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5031-1/+1
2012-10-05StdLib: Fix several problems where characters were not being correctly conver...darylm5032-136/+312
2012-09-24StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5031-1/+3
2012-09-20StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5031-15/+1
2012-07-18StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5031-1/+2
2012-06-20StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5031-1/+1