public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] PrintLib: Refine the SPrint functions
@ 2017-01-17  5:34 Hao Wu
  2017-01-17  5:34 ` [PATCH 1/2] MdePkg/BasePrintLib: " Hao Wu
  2017-01-17  5:34 ` [PATCH 2/2] MdeModulePkg/PrintLib: " Hao Wu
  0 siblings, 2 replies; 3+ messages in thread
From: Hao Wu @ 2017-01-17  5:34 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen Yao, Liming Gao, Michael Kinney

Refine the ASSERT conditions and the return value when ASSERT triggers
for the following APIs in PrintLib:
UnicodeVSPrint
UnicodeBSPrint
UnicodeSPrint
UnicodeVSPrintAsciiFormat
UnicodeBSPrintAsciiFormat
UnicodeSPrintAsciiFormat
AsciiVSPrint
AsciiBSPrint
AsciiSPrint
AsciiVSPrintUnicodeFormat
AsciiBSPrintUnicodeFormat
AsciiSPrintUnicodeFormat
SPrintLength
SPrintLengthAsciiFormat

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>

Hao Wu (2):
  MdePkg/BasePrintLib: Refine the SPrint functions
  MdeModulePkg/PrintLib: Refine the SPrint functions

 .../DxePrintLibPrint2Protocol.inf                  |   7 +-
 .../Library/DxePrintLibPrint2Protocol/PrintLib.c   | 562 +++++++++++++--------
 MdePkg/Include/Library/PrintLib.h                  | 498 ++++++++++--------
 MdePkg/Library/BasePrintLib/BasePrintLib.inf       |   8 +-
 MdePkg/Library/BasePrintLib/PrintLib.c             | 416 ++++++++-------
 MdePkg/Library/BasePrintLib/PrintLibInternal.c     | 101 ++--
 MdePkg/Library/BasePrintLib/PrintLibInternal.h     |   3 +-
 7 files changed, 942 insertions(+), 653 deletions(-)

-- 
1.9.5.msysgit.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-17  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17  5:34 [PATCH 0/2] PrintLib: Refine the SPrint functions Hao Wu
2017-01-17  5:34 ` [PATCH 1/2] MdePkg/BasePrintLib: " Hao Wu
2017-01-17  5:34 ` [PATCH 2/2] MdeModulePkg/PrintLib: " Hao Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox