summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Add missing braces around initializer.lzeng141-3/+2
2011-11-29ShellPkg: Fix handling of empty files in Hexeditjcarsey1-1/+4
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-0/+1
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-1/+1
2011-09-02Refine comments and two code style.ydong102-12/+13
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2-10/+10
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey3-14/+112
2011-06-07update copyright line formathhtian1-1/+1
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey1-9/+25
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten2-1/+3
2011-04-11EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey1-8/+11
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish3-6/+24
2011-04-07add user input verification.jcarsey1-3/+16
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey15-1605/+1106
2011-04-01Comment's added and fixed.jcarsey5-455/+301
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey4-10/+13
2011-03-29smbiosview - add user input verification.jcarsey5-32/+97
2011-03-25add Edit and HexEdit commands.jcarsey18-0/+8055