summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
AgeCommit message (Expand)Author
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-05-10Use the ASSERT() for parameter checking as the 4th paramter of internal worke...qhuang8
2010-04-23Update the copyright notice formathhtian
2009-08-24Fix file headersmdkinney
2009-08-19Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang8
2009-08-18Address an ARM compatibility issue by converting loops that were being optimi...mdkinney
2009-04-02Fix some typo.gikidy
2009-02-01Add check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.lgao4
2009-01-24Add check when use Index as Array [Index] to avoid out of Array bound.lgao4
2009-01-23Remove volatile for local Index, and Use Memory library functions to fix the ...lgao4
2009-01-22Add check when use Index as Array [Index] to avoid out of Array bound.lgao4
2009-01-13Roll back ASSERT which is break DUET boot.klu2
2009-01-09INF file verified, and Coding Style reviewed.gikidy
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy
2008-12-07Use BIT8-1 insetad of UINT8_MAXmdkinney
2008-11-21Function headers and comments have been checked with spec.jji4
2008-10-15Remove over specific usage for library class klu2
2008-08-01Use ReadUnaligned32() instead of CopyMem()mdkinney
2008-07-15Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao4
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang8
2007-07-20remove some comments introduced by tools.vanjeff
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang1
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli24
2006-11-031. Add the fix for the following Bugs:cwu11
2006-07-191. added functions header for BaseUefiDecompressLivanjeff
2006-04-21Initial import.bbahnsen