summaryrefslogtreecommitdiff
path: root/StdLib/LibC
AgeCommit message (Expand)Author
2015-07-30StdLib: Add support for AArch64Harry Liebel
2015-07-30StdLib/LibC: Provide missing ARM symbolsHarry Liebel
2015-07-30StdLib/LibC: Add software floating point library from NetBSDNetBSD project
2015-07-26StdLib: Do not define memcpy for AARCH64 buildsScott Duplichan
2015-01-13StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg.Daryl McDaniel
2014-11-11StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem w...Daryl McDaniel
2014-11-10StdLib: Fix a "potentially uninitialized variable" error.Daryl McDaniel
2014-10-31StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin
2014-10-30StdLib: Fix GCC warnings/errors caused by variables being set but not used.Olivier Martin
2014-10-28StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel
2014-09-18StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel
2014-09-09StdLib: Changes needed to support XCODE5Andrew Fish
2014-08-21StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition.Daryl McDaniel
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin
2014-08-20StdLib/LibC: Fix ARM symbol problemsHarry Liebel
2014-08-20StdLib: reinstate the use of va_arg() to handle long double arguments in vfsc...Olivier Martin
2014-08-20StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 tar...Daryl McDaniel
2014-08-11StdLib/LibC/Stdio: fix "missing braces around initializer"Laszlo Ersek
2014-08-11StdLib/LibC/gdtoa: fix "missing braces around initializer"Laszlo Ersek
2014-08-06StdLib: The formatting for double float values, within the gdtoa library, is ...Daryl McDaniel
2014-07-24StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel
2014-07-17StdLib: Simple code cleanupDaryl McDaniel
2014-07-17StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel
2014-04-17StdLib: StdLib/Malloc.cPaulo Alcantara
2014-03-07StdLib: Modify the memory allocation routines to not be dependent upon the in...Daryl McDaniel
2013-12-10StdLib: Update Copyright Notices.Daryl McDaniel
2013-12-10StdLib: Remove an unnecessary dependency from LibWchar.Daryl McDaniel
2013-09-13StdLib: Fix pointer arithmetic issues in the strncasecmp function.Daryl McDaniel
2013-09-10StdLib: Fix IA32 and X64 build issues.Daryl McDaniel
2013-05-15StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult...darylm503
2013-03-11StdLib: Fix printf issues with floating point and wide character strings. Al...darylm503
2013-01-16StdLib: Correct two instances of mismatch between function declaration and de...darylm503
2012-12-21StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm503
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm503
2012-10-12StdLib: Reverse a previous change resulting in string pointers that were not ...darylm503
2012-10-05StdLib: Fix several problems where characters were not being correctly conver...darylm503
2012-09-24StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm503
2012-09-20StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm503
2012-07-18StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm503
2012-06-20StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm503
2012-06-15StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm503
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm503
2012-02-01StdLib: Fix compiler compatibility issues:darylm503
2011-11-30StdLib: Add isDirSep character classification macro and function. Implement ...darylm503
2011-11-11StdLib: Eliminate TimerLib dependencies.darylm503
2011-11-03StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm503
2011-11-03StdLib: Make the vfscanf function public.darylm503
2011-11-03StdLib: Revise the meaning of several feature macros.darylm503
2011-11-02StdLib: Add directory access functions to PosixLib.darylm503