summaryrefslogtreecommitdiff
path: root/StdLib/LibC
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-15StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5036-45/+920
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5033-65/+91
2012-02-01StdLib: Fix compiler compatibility issues:darylm5031-34/+48
2011-11-30StdLib: Add isDirSep character classification macro and function. Implement ...darylm50324-147/+513
2011-11-11StdLib: Eliminate TimerLib dependencies.darylm5034-38/+26
2011-11-03StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5031-2/+1
2011-11-03StdLib: Make the vfscanf function public.darylm5031-1/+1
2011-11-03StdLib: Revise the meaning of several feature macros.darylm5033-6/+5
2011-11-02StdLib: Add directory access functions to PosixLib.darylm5033-2/+3
2011-11-01StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code f...darylm5031-26/+14
2011-10-03StdLib: Improve robustness of stat() and make basename() a public function.darylm5033-7/+4
2011-09-16StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5033-3/+6
2011-09-16StdLib: Patches and updates for ARM.darylm5031-13/+14
2011-09-11StdLib/LibC: Fix transcription error from submitted patch.darylm5031-1/+1
2011-09-11StdLib|LibC: Implement the sleep() function.darylm5031-13/+14
2011-09-08StdLib: Replace some non-ASCII characters with ASCII equivalents.darylm5031-1/+1
2011-09-01StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC ...darylm5031-3/+8
2011-08-31Fix GCC build errors.darylm5031-1/+1
2011-08-15Update or add comments to files and functions for use by Doxygen.darylm5031-1/+1
2011-08-05Fix @return Doxygen commands to be singular instead of plural.darylm5031-10/+10
2011-08-05Update or add comments to files and functions for use by Doxygen.darylm5032-22/+31
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm5031-0/+2
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm5034-70/+236
2011-08-02Fix GCC build breaks.darylm5031-2/+0
2011-08-01fix typojcarsey1-1/+1
2011-07-30Add Socket Libraries.darylm50355-350/+2773
2011-06-28Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm50370-1282/+3803
2011-04-27Standard Libraries for EDK II.darylm503305-0/+41342