audk/MdePkg
mdkinney c553db4b78 Adjust the behavior of the MdePkg Print Library class to produce a consistent style of EOL characters.
Previously, the Print Library class would translate '\n' to '\n\r'.

With this update, the following EOL translations are performed:
1) '\r' to '\r'
2) '\r\n' to '\r\n'
3) '\n' to '\r\n'
4) '\n\r' to '\r\n'


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8692 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-30 23:13:06 +00:00
..
Include Adjust the behavior of the MdePkg Print Library class to produce a consistent style of EOL characters. 2009-06-30 23:13:06 +00:00
Library Adjust the behavior of the MdePkg Print Library class to produce a consistent style of EOL characters. 2009-06-30 23:13:06 +00:00
ChangeLog.txt Add change log for the non-backward compatibility change in EDK_7467 2009-02-06 08:32:12 +00:00
MdePkg.dec Fix the wrong structure definition in Smbios.h. 2009-06-21 13:56:26 +00:00
MdePkg.dsc Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffExtraActionLibNull" 2009-03-05 15:29:02 +00:00