summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC
Commit message (Expand)AuthorAgeFilesLines
* 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
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5032012-03-243-65/+91
* StdLib: Fix compiler compatibility issues:darylm5032012-02-011-34/+48
* StdLib: Add isDirSep character classification macro and function. Implement ...darylm5032011-11-3024-147/+513
* StdLib: Eliminate TimerLib dependencies.darylm5032011-11-114-38/+26
* StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5032011-11-031-2/+1
* StdLib: Make the vfscanf function public.darylm5032011-11-031-1/+1
* StdLib: Revise the meaning of several feature macros.darylm5032011-11-033-6/+5
* StdLib: Add directory access functions to PosixLib.darylm5032011-11-023-2/+3
* StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code f...darylm5032011-11-011-26/+14
* StdLib: Improve robustness of stat() and make basename() a public function.darylm5032011-10-033-7/+4
* StdLib: Change the last argument of the ioctl helper functions to va_list* fr...darylm5032011-09-163-3/+6
* StdLib: Patches and updates for ARM.darylm5032011-09-161-13/+14
* StdLib/LibC: Fix transcription error from submitted patch.darylm5032011-09-111-1/+1
* StdLib|LibC: Implement the sleep() function.darylm5032011-09-111-13/+14
* StdLib: Replace some non-ASCII characters with ASCII equivalents.darylm5032011-09-081-1/+1
* StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC ...darylm5032011-09-011-3/+8
* Fix GCC build errors.darylm5032011-08-311-1/+1
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-151-1/+1
* Fix @return Doxygen commands to be singular instead of plural.darylm5032011-08-051-10/+10
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-052-22/+31
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-041-0/+2
* Update or add comments to files and functions for use by Doxygen.darylm5032011-08-044-70/+236
* Fix GCC build breaks.darylm5032011-08-021-2/+0
* fix typojcarsey2011-08-011-1/+1
* Add Socket Libraries.darylm5032011-07-3055-350/+2773
* Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm5032011-06-2870-1282/+3803
* Standard Libraries for EDK II.darylm5032011-04-27305-0/+41342