summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix spelling mistake for occurredMichael D Kinney2020-08-193-22/+22
* ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt2019-12-051-1/+1
* ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() callLaszlo Ersek2019-10-091-1/+1
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0910-70/+10
* ShellPkg/edit: Fix heap access out-of-boundsRuiyu Ni2018-08-201-1/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-285-83/+83
* ShellPkg/[hex]edit: Fix mouse freeze issueRuiyu Ni2018-03-141-7/+9
* ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni2018-02-151-4/+6
* ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni2018-02-131-1/+1
* ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni2018-02-132-53/+103
* ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-096-80/+0
* ShellPkg/Edit: Handle memory allocation failureRuiyu Ni2016-07-181-21/+20
* Revert "ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexe...Ruiyu Ni2016-07-085-476/+39
* ShellPkg/UefiShellDebug1CommandsLib: remove unused but set variableArd Biesheuvel2016-03-241-4/+0
* ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexedit'.Qiu Shumin2016-03-245-39/+480
* ShellPkg: Fix unexpected behavior of mouse cursor in Editor.Qiu Shumin2016-02-271-3/+4
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-091-0/+0
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Debug1 profile commands response outputTapan Shah2015-02-031-3/+4
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-1/+2
* ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey2014-07-251-3/+3
* Refine code to make it more safely.Eric Dong2014-06-261-5/+17
* ShellPkg: Fix ARM build errors.jcarsey2013-06-111-0/+1
* ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey2013-01-171-1/+1
* Add missing braces around initializer.lzeng142012-10-111-3/+2
* ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2012-01-301-2/+4
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-101-1/+4
* Refine comments and two code style.ydong102011-09-021-6/+6
* ShellPkg: bug fix for edit search/replace functionjcarsey2011-08-101-13/+16
* cleanup function and eliminate build error.jcarsey2011-08-011-6/+12
* ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey2011-07-203-32/+150
* ShellPkg: Fix GCC 4.4 build issuesjljusten2011-04-122-19/+1
* check memory allocations for success.jcarsey2011-04-041-1/+1
* Comment's added and fixed.jcarsey2011-04-012-10/+9
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-301-10/+10
* smbiosview - add user input verification.jcarsey2011-03-292-3/+3
* add Edit and HexEdit commands.jcarsey2011-03-2510-0/+5959