summaryrefslogtreecommitdiff
path: root/StdLib/Include
AgeCommit message (Expand)AuthorFilesLines
2015-07-30StdLib: Add support for AArch64Harry Liebel21-0/+1504
2015-07-30StdLib/LibC: Add software floating point library from NetBSDNetBSD project6-0/+627
2015-07-08StdLib: Remove EfiSocketLib and Ip4Config Protocol dependency.jiaxinwu1-2/+2
2014-11-07AppPkg: Add the Lua interpreter and library.darylm5034-0/+1261
2014-10-28StdLib: Some deployed versions of the Simple Text Input Protocol randomly re...Daryl McDaniel1-2/+4
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel7-34/+49
2014-09-09StdLib: Changes needed to support XCODE5Andrew Fish1-5/+5
2014-07-17StdLib: Simple code cleanupDaryl McDaniel1-1/+2
2013-11-20Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy1-0/+2
2013-09-10StdLib: Fix IPF build issues.Daryl McDaniel1-1/+0
2013-01-16StdLib: Correct two instances of mismatch between function declaration and de...darylm5031-1/+3
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5033-1/+464
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy1-0/+20
2012-09-25StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5034-220/+254
2012-09-20StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5033-24/+37
2012-06-15StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5037-41/+94
2012-03-29StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5031-0/+5
2012-03-28StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5031-1/+10
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5034-220/+173
2012-02-27StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib.darylm5031-83/+29
2012-02-24Fix issues detected by python web-server.lpleahy1-7/+1
2012-02-09Merged socket development branch:lpleahy5-2/+308
2012-02-01StdLib: Fix compiler compatibility issues:darylm5031-71/+82
2012-01-26StdLib/Include/netdb.h: Re-enable macros needed by socket applications and pe...darylm5031-198/+129
2012-01-06StdLib: Add a file was missed and should have been included in check-in 12061.darylm5031-0/+132
2011-11-30StdLib: Add isDirSep character classification macro and function. Implement ...darylm50311-263/+285
2011-11-03StdLib: Fix some corrupted comments and inconsistent indentation.darylm5032-43/+40
2011-11-03StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5031-0/+56
2011-11-02StdLib: Fix dirent structure members to be of the correct type.darylm5031-4/+11
2011-11-02StdLib: Add directory access functions to PosixLib.darylm5034-13/+143
2011-10-03StdLib: Improve robustness of stat() and make basename() a public function.darylm5032-1/+2
2011-09-30Update the sockets library codelpleahy2-346/+442
2011-09-16StdLib: Patches and updates for ARM.darylm50314-88/+812
2011-09-11StdLib|LibC: Implement the sleep() function.darylm5031-2/+2
2011-09-08StdLib: Replace some non-ASCII characters with ASCII equivalents.darylm5032-8/+8
2011-09-01StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC ...darylm5033-22/+50
2011-08-31Fix GCC build errors.darylm5032-5/+5
2011-08-18Fix mismatch between the declaration and definition of fwrite.darylm5031-4/+4
2011-08-18Re-enable the declaration for ftello.darylm5031-1/+1
2011-08-17Update or add comments to files and functions for use by Doxygen.darylm5037-569/+2443
2011-08-15Update or add comments to files and functions for use by Doxygen.darylm50310-713/+1745
2011-08-05Fix @return Doxygen commands to be singular instead of plural.darylm5032-19/+19
2011-08-05Update or add comments to files and functions for use by Doxygen.darylm5036-109/+162
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm50310-194/+251
2011-08-04Update or add comments to files and functions for use by Doxygen.darylm5035-133/+200
2011-08-02Fix GCC build breaks.darylm5031-2/+2
2011-07-30Add Socket Libraries.darylm50347-269/+5130
2011-06-28Add device abstraction code for the UEFI Console and UEFI Shell-based file sy...darylm50327-109/+1343
2011-04-27Standard Libraries for EDK II.darylm503171-0/+20635