summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Add missing braces around initializer.lzeng141-3/+2
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey1-2/+4
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-1/+4
2011-09-02Refine comments and two code style.ydong101-6/+6
2011-08-10ShellPkg: bug fix for edit search/replace functionjcarsey1-13/+16
2011-08-01cleanup function and eliminate build error.jcarsey1-6/+12
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey3-32/+150
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten2-19/+1
2011-04-04check memory allocations for success.jcarsey1-1/+1
2011-04-01Comment's added and fixed.jcarsey2-10/+9
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-10/+10
2011-03-29smbiosview - add user input verification.jcarsey2-3/+3
2011-03-25add Edit and HexEdit commands.jcarsey10-0/+5959