summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-3359/+3359
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-598/+636
2020-11-06ShellPkg:Fix bug in FileBuffer.cEnze Zhu1-0/+2
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-2/+2
2019-12-05ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt1-1/+1
2019-10-09ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() callLaszlo Ersek1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-20ShellPkg/edit: Fix heap access out-of-boundsRuiyu Ni1-1/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-22/+22
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-45/+0
2016-07-18ShellPkg/Edit: Handle memory allocation failureRuiyu Ni1-21/+20
2016-07-08Revert "ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexe...Ruiyu Ni1-299/+26
2016-03-24ShellPkg/UefiShellDebug1CommandsLib: remove unused but set variableArd Biesheuvel1-4/+0
2016-03-24ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexedit'.Qiu Shumin1-26/+303
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-2/+2
2014-07-25ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey1-3/+3
2014-06-26Refine code to make it more safely.Eric Dong1-5/+17
2013-06-12ShellPkg: Fix ARM build errors.jcarsey1-0/+1
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey1-2/+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-07-21ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey1-11/+11
2011-04-05check memory allocations for success.jcarsey1-1/+1
2011-04-02Comment's added and fixed.jcarsey1-6/+6
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-10/+10
2011-03-29smbiosview - add user input verification.jcarsey1-1/+1
2011-03-26add Edit and HexEdit commands.jcarsey1-0/+3353