summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC
Commit message (Expand)AuthorAgeFilesLines
* StdLib: Removing ipf which is no longer supported from edk2.chenc22018-06-2917-75/+30
* StdLib: GCC 6 build fixesLeif Lindholm2017-04-284-10/+13
* StdLib/LibC ARM AARCH64: do not redefine compiler intrinsicsArd Biesheuvel2016-08-092-0/+4
* StdLib/LibC: avoid LTO code for compiler intrinsicsArd Biesheuvel2016-08-092-1/+2
* StdLib: Fix compilation errors caused by previous commit of daConsole.cDaryl McDaniel2016-01-101-93/+95
* StdLib: Fix IIO_Write() to return the number of bytes consumed, not character...Daryl McDaniel2016-01-061-33/+77
* StdLib: Clarify and improve comments.Daryl McDaniel2016-01-062-67/+80
* StdLib: Implement da_ConFlush() and flush I/O buffers when closing a console ...Daryl McDaniel2016-01-061-71/+129
* StdLib: Add support for AArch64Harry Liebel2015-07-303-1/+17
* StdLib/LibC: Provide missing ARM symbolsHarry Liebel2015-07-308-0/+843
* StdLib/LibC: Add software floating point library from NetBSDNetBSD project2015-07-3064-0/+16544
* StdLib: Do not define memcpy for AARCH64 buildsScott Duplichan2015-07-261-3/+3
* StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.Daryl McDaniel2015-01-132-2/+0
* StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel2014-11-111-1/+1
* StdLib: Fix a "potentially uninitialized variable" error.Daryl McDaniel2014-11-101-98/+111
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-311-2/+0
* StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-305-21/+20
* StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel2014-10-284-82/+143
* StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel2014-09-181-0/+1
* StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel2014-09-112-60/+58
* StdLib: Changes needed to support XCODE5Andrew Fish2014-09-091-1/+1
* StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition.Daryl McDaniel2014-08-212-123/+23
* StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin2014-08-201-2/+2
* StdLib/LibC: Fix ARM symbol problemsHarry Liebel2014-08-202-2/+4
* StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin2014-08-201-24/+21
* StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel2014-08-202-1/+61
* StdLib/LibC/Stdio: fix "missing braces around initializer"Laszlo Ersek2014-08-111-1/+1
* StdLib/LibC/gdtoa: fix "missing braces around initializer"Laszlo Ersek2014-08-111-1/+1
* StdLib: The formatting for double float values, within the gdtoa library, is ...Daryl McDaniel2014-08-062-12/+28
* StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel2014-07-241-3/+3
* StdLib: Simple code cleanupDaryl McDaniel2014-07-174-47/+53
* StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel2014-07-172-68/+8
* StdLib: StdLib/Malloc.cPaulo Alcantara2014-04-171-1/+1
* StdLib: Modify the memory allocation routines to not be dependent upon the in...Daryl McDaniel2014-03-071-34/+87
* StdLib: Update Copyright Notices.Daryl McDaniel2013-12-102-4/+2
* StdLib: Remove an unnecessary dependency from LibWchar.Daryl McDaniel2013-12-102-5/+1
* StdLib: Fix pointer arithmetic issues in the strncasecmp function.Daryl McDaniel2013-09-131-19/+22
* StdLib: Fix IA32 and X64 build issues.Daryl McDaniel2013-09-101-1/+0
* StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult...darylm5032013-05-151-24/+22
* StdLib: Fix printf issues with floating point and wide character strings. Al...darylm5032013-03-113-60/+63
* StdLib: Correct two instances of mismatch between function declaration and de...darylm5032013-01-161-8/+8
* StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032012-12-212-3/+4
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-1118-219/+2934
* StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5032012-10-121-1/+1
* StdLib: Fix several problems where characters were not being correctly conver...darylm5032012-10-052-136/+312
* StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5032012-09-241-1/+3
* StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5032012-09-201-15/+1
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5032012-07-181-1/+2
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5032012-06-201-1/+1
* StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5032012-06-156-45/+920