audk/ShellPkg/Library/UefiShellLevel3CommandsLib
Chris Phillips a4883d4cb6 ShellPkg: Fixes for the ‘type’ command:
- Better handling to skip byte order mark in Unicode files.
- Only display valid ASCII characters.
- Change to use ShellPrintEx() instead of Print().
- Print each character instead of %s to avoid possible overrun when not NULL terminated.
- Check for ExecutionBreak.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <chrisp@hp.com>
reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14788 6f19259b-4bc3-4df7-8a09-765794883524
2013-10-18 20:53:06 +00:00
..
Alias.c Verify memory allocations were successful. 2010-10-04 16:30:40 +00:00
Cls.c ShellPkg: Fixed build error 'variable set but not used' 2013-05-07 17:57:58 +00:00
Echo.c ShellPkg: Update 'echo' command to print everything at once. this allows for format color coding on the output. 2012-01-30 22:48:33 +00:00
GetMtc.c Update Code to pass EBC compiler. 2013-05-13 02:36:09 +00:00
Help.c ShellPkg: Fixed build error 'variable set but not used' 2013-05-07 17:57:58 +00:00
Pause.c ShellPkg: Eliminate loss of high bits in return value from exit command on 64 bit platform. 2011-09-15 20:10:39 +00:00
Touch.c ShellPkg: Update behavior for GetTime() errors. 2013-05-09 16:18:58 +00:00
Type.c ShellPkg: Fixes for the ‘type’ command: 2013-10-18 20:53:06 +00:00
UefiShellLevel3CommandsLib.c Clean up the private GUID definition in module Level. 2011-09-21 01:56:00 +00:00
UefiShellLevel3CommandsLib.h Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. 2013-07-26 03:14:08 +00:00
UefiShellLevel3CommandsLib.inf ShellPkg: Fixes for shell application launch, argument handling, and version output: 2013-10-18 15:49:23 +00:00
UefiShellLevel3CommandsLib.uni ShellPkg: Fixes for shell application launch, argument handling, and version output: 2013-10-18 15:49:23 +00:00
Ver.c ShellPkg: Fixes for shell application launch, argument handling, and version output: 2013-10-18 15:49:23 +00:00