Age | Commit message (Expand) | Author | Files | Lines |
2015-06-08 | MdePkg: Add %u and %lu support for PrintLib and DebugLib. | Qiu Shumin | 2 | -5/+24 |
2014-09-03 | MdePkg: Convert non DOS format files to DOS format | Gao, Liming | 1 | -0/+0 |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 1 | -0/+0 |
2014-08-27 | MdePkg: INF/DEC file updates to EDK II packages | Gao, Liming | 1 | -1/+3 |
2014-08-07 | Add type cast for better coding style. | Qiu Shumin | 1 | -5/+5 |
2014-07-09 | MdePkg/BasePrintLib: Do not do operations with NULL | Harry Liebel | 1 | -7/+14 |
2013-06-04 | Add the missing "," for the patch to fix status code print string. | Gary Ching-Pang Lin | 1 | -1/+1 |
2013-05-24 | Without this fix, the "%r" format specifier prints eg. "0000001A" instead of ... | lgao4 | 1 | -2/+12 |
2012-08-21 | Enhance the code to make the code logic more clear. | ydong10 | 1 | -0/+3 |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 | 2 | -7/+22 |
2011-09-14 | Refine code to follow coding style. | ydong10 | 1 | -1/+1 |
2011-09-05 | Refine code to follow coding style. | ydong10 | 1 | -1/+1 |
2011-09-02 | Add check before use to make code run more safer. | ydong10 | 1 | -8/+9 |
2011-08-24 | Refine code to follow coding style. | ydong10 | 1 | -1/+1 |
2011-08-09 | Fix X64 compile error. | lgao4 | 1 | -1/+1 |
2011-08-08 | clarify the logic of the print length counting functions in both PrintLib lib... | jcarsey | 1 | -25/+17 |
2011-08-04 | Fix X64 compile error. | lgao4 | 1 | -1/+1 |
2011-08-02 | Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. | jcarsey | 3 | -41/+160 |
2011-05-26 | Fix ICC build break. | lgao4 | 1 | -3/+9 |
2011-05-24 | Update BasePrintLib to handle the unaligned GUID. | lgao4 | 1 | -4/+4 |
2010-06-25 | Minor grammatical work--mostly adding periods. Items with ONLY period added ... | myronporter | 4 | -48/+48 |
2010-04-29 | Forcing functions with variable argument lists to use the same calling conven... | geekboy15a | 2 | -0/+2 |
2010-04-23 | Update the copyright notice format | hhtian | 4 | -9/+9 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 | 1 | -4/+4 |
2009-11-17 | Update function description to be consistent with code definition: HEX_RADIX ... | xdu2 | 2 | -10/+10 |
2009-08-24 | Fix file headers | mdkinney | 1 | -1/+1 |
2009-08-19 | Update to make end-of-line consistent for all source files in MdePkg. There a... | qhuang8 | 1 | -9/+9 |
2009-08-18 | Update BasePrintLib to work correctly on compilers where VA_LIST is a structure | mdkinney | 1 | -4/+13 |
2009-06-30 | Adjust the behavior of the MdePkg Print Library class to produce a consistent... | mdkinney | 1 | -2/+52 |
2009-05-30 | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 3 | -62/+286 |
2009-02-06 | Fix typos in comments. | qhuang8 | 1 | -4/+4 |
2009-02-05 | Add comment to explain use of the types "int" and "unsigned int" in the imple... | mdkinney | 1 | -0/+16 |
2009-02-04 | Minor adjust the logic in BasePrintLib and fix several typos | qhuang8 | 2 | -30/+27 |
2009-02-02 | Fix minor coding style issue. | qhuang8 | 1 | -1/+1 |
2009-01-19 | Fix a bug that length might be a negative value for worker function BasePrint... | qhuang8 | 3 | -12/+12 |
2009-01-14 | Apply BaseMemoryLib to replace the for loop. | qhuang8 | 3 | -15/+13 |
2009-01-09 | INF file verified, and Coding Style reviewed. | gikidy | 1 | -2/+2 |
2009-01-07 | Memory overflow verified | jji4 | 1 | -2/+2 |
2009-01-07 | Fix memory overflow. | gikidy | 1 | -5/+11 |
2008-12-11 | Synchronize MdePkg h files to Library/Base* c files. | gikidy | 2 | -10/+8 |
2008-11-26 | Function headers in .h and .c files synchronized with spec | jji4 | 1 | -0/+1 |
2008-11-25 | Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE... | lgao4 | 1 | -1/+0 |
2008-11-21 | Function headers and comments have been checked with spec. | jji4 | 1 | -4/+4 |
2008-11-19 | Update doxygen comment for VarArg list parameter. "..."'s description is added. | qwang12 | 1 | -4/+8 |
2008-10-29 | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian | 1 | -1/+0 |
2008-10-28 | Refine file header for INF files of MDE library instances. | xli24 | 1 | -2/+1 |
2008-09-25 | Clean up code according to code review. | vanjeff | 3 | -599/+589 |
2008-09-17 | remove unnecessary comments introduced by tools from MdePkg. The regular expr... | vanjeff | 2 | -6/+2 |
2008-08-25 | remove the unused msa files in MdePkg. | lgao4 | 1 | -47/+0 |
2008-07-15 | Code scrub for the Debug library, PostCode library, Print library, and Extrac... | lgao4 | 4 | -44/+74 |