1. 1bbb83b StdLib: Add support for AArch64 by Harry Liebel · 9 years ago
  2. d799c02 StdLib/LibC: Provide missing ARM symbols by Harry Liebel · 9 years ago
  3. 3352b62 StdLib/LibC: Add software floating point library from NetBSD by NetBSD project · 9 years ago
  4. 88656ab StdLib: Do not define memcpy for AARCH64 builds by Scott Duplichan · 9 years ago
  5. 6a013e5 StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg. by Daryl McDaniel · 10 years ago
  6. 4b2cf92 StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem with VS2005. by Daryl McDaniel · 10 years ago
  7. 2a7e98a StdLib: Fix a "potentially uninitialized variable" error. by Daryl McDaniel · 10 years ago
  8. b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  9. 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  10. 24903bc StdLib: Some deployed versions of the Simple Text Input Protocol randomly return either NUL characters or Scan Codes when just typing normal text. These changes filter out NUL characters and make Scan Code and error handling more robust. by Daryl McDaniel · 10 years ago
  11. efb419e StdLib: Produce DevMedia as a library class alternative to DevShell. by Daryl McDaniel · 10 years ago
  12. 0164fc8 StdLib: Fix some build problems and obscure bugs. by daryl.mcdaniel · 10 years ago
  13. c21e7a7 StdLib: Changes needed to support XCODE5 by Andrew Fish · 10 years ago
  14. a0d3672 StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. by Daryl McDaniel · 10 years ago
  15. 0e398dc StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
  16. 1bc81f4 StdLib/LibC: Fix ARM symbol problems by Harry Liebel · 10 years ago
  17. 9792ff7 StdLib: reinstate the use of va_arg() to handle long double arguments in vfscanf. by Olivier Martin · 10 years ago
  18. dfa8858 StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 target architectures. by Daryl McDaniel · 10 years ago
  19. 6f347d0 StdLib/LibC/Stdio: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
  20. 599aa11 StdLib/LibC/gdtoa: fix "missing braces around initializer" by Laszlo Ersek · 10 years ago
  21. b04aba1 StdLib: The formatting for double float values, within the gdtoa library, is improper. by Daryl McDaniel · 10 years ago
  22. 69c87ef StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage. by Daryl McDaniel · 10 years ago
  23. dfa51bb StdLib: Simple code cleanup by Daryl McDaniel · 10 years ago
  24. caf89d6 StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to contain all functions from PosixLib instead of individual libraries. Retains the ability to use the individual libraries, except GetPass, for backwards compatibility. by Daryl McDaniel · 10 years ago
  25. 1471136 StdLib: StdLib/Malloc.c by Paulo Alcantara · 11 years ago
  26. 7292c69 StdLib: Modify the memory allocation routines to not be dependent upon the internal structure of the EDK II memory pool. by Daryl McDaniel · 11 years ago
  27. 7476ad7 StdLib: Update Copyright Notices. by Daryl McDaniel · 11 years ago
  28. 6d16cca StdLib: Remove an unnecessary dependency from LibWchar. by Daryl McDaniel · 11 years ago
  29. 3a2f8f4 StdLib: Fix pointer arithmetic issues in the strncasecmp function. by Daryl McDaniel · 11 years ago
  30. 979ce27 StdLib: Fix IA32 and X64 build issues. by Daryl McDaniel · 11 years ago
  31. 5a52211 StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to multibyte and multibyte to wide character conversions. The majority of problems center around the interpretation of the Length or Limit parameter when the Destination parameter is NULL. by darylm503 · 12 years ago
  32. 05c7d5f StdLib: Fix printf issues with floating point and wide character strings. Also resolves a compilation issue with VS2010. See ISSUES.txt items 1, 11. by darylm503 · 12 years ago
  33. 920ff98 StdLib: Correct two instances of mismatch between function declaration and definition causing GCC compile errors. by darylm503 · 12 years ago
  34. 9f4b48a StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar expansions. by darylm503 · 12 years ago
  35. 6c6c850 StdLib: Add terminal type line editing (Interactive IO) for console devices. by darylm503 · 12 years ago
  36. af23045 StdLib: Reverse a previous change resulting in string pointers that were not being incremented sufficiently to accommodate the terminating NUL. by darylm503 · 12 years ago
  37. c42c9ca StdLib: Fix several problems where characters were not being correctly converted between wide and MBCS. by darylm503 · 12 years ago
  38. 565b3c8 StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC 9899 (C95) specification. by darylm503 · 12 years ago
  39. a9c1242 StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code, Define MAX_OUTPUT, the Maximum number of bytes in a single terminal output operation. by darylm503 · 12 years ago
  40. ad07c10 StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception. by darylm503 · 12 years ago
  41. 31a272e StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. by darylm503 · 13 years ago
  42. a7a8363 StdLib: Add multi-byte character support. The normal "narrow" character set is now UTF-8 instead of ASCII. by darylm503 · 13 years ago
  43. d78fab6 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. by darylm503 · 13 years ago
  44. 4883124 StdLib: Fix compiler compatibility issues: by darylm503 · 13 years ago
  45. 0c1992f StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. by darylm503 · 13 years ago
  46. 8aa163d StdLib: Eliminate TimerLib dependencies. by darylm503 · 13 years ago
  47. feb1422 StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h. by darylm503 · 13 years ago
  48. f45df7a StdLib: Make the vfscanf function public. by darylm503 · 13 years ago
  49. 5c5e4a1 StdLib: Revise the meaning of several feature macros. by darylm503 · 13 years ago
  50. d711a48 StdLib: Add directory access functions to PosixLib. by darylm503 · 13 years ago
  51. eaa52ad StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code for strcasecmp. by darylm503 · 13 years ago
  52. 41b152c StdLib: Improve robustness of stat() and make basename() a public function. by darylm503 · 13 years ago
  53. 76beedc StdLib: Change the last argument of the ioctl helper functions to va_list* from void*. by darylm503 · 13 years ago
  54. c614ca5 StdLib: Patches and updates for ARM. by darylm503 · 13 years ago
  55. 6f5e1c0 StdLib/LibC: Fix transcription error from submitted patch. by darylm503 · 13 years ago
  56. 5252c29 StdLib|LibC: Implement the sleep() function. by darylm503 · 13 years ago
  57. e395633 StdLib: Replace some non-ASCII characters with ASCII equivalents. by darylm503 · 13 years ago
  58. 5244f47 StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC 4.4 compilers. by darylm503 · 13 years ago
  59. c648f73 Fix GCC build errors. by darylm503 · 13 years ago
  60. a430bdb Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  61. 7dc1329 Fix @return Doxygen commands to be singular instead of plural. by darylm503 · 13 years ago
  62. 59d1343 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  63. 8379337 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  64. 681cc25 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  65. eb222ae Fix GCC build breaks. by darylm503 · 13 years ago
  66. fbd770b fix typo by jcarsey · 13 years ago
  67. d7ce700 Add Socket Libraries. by darylm503 · 13 years ago
  68. 53e1e5c Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. by darylm503 · 14 years ago
  69. 2aa62f2 Standard Libraries for EDK II. by darylm503 · 14 years ago