summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellParametersProtocol.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-1504/+1504
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-505/+595
2020-02-11ShellPkg: Document UpdateArgcArgv returns EFI_INVALID_PARAMETERPhilippe Mathieu-Daud?1-0/+2
2020-02-11ShellPkg: Document ParseCommandLineToArgs returns EFI_INVALID_PARAMETERPhilippe Mathieu-Daud?1-0/+1
2020-02-11ShellPkg/Application: Fix various typosAntoine Coeur1-13/+13
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-06ShellPkg Shell: Remove redundant functionsshenglei1-24/+0
2018-06-28ShellPkg: Clean up source filesLiming Gao1-23/+23
2017-03-06ShellPkg: Refine type cast for pointer subtractionHao Wu1-3/+3
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen1-14/+0
2016-09-23ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah1-1/+2
2016-08-25Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni1-2/+158
2016-07-20ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni1-158/+2
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni1-2/+3
2016-03-09ShellPkg: Use DOS format end of line.Qiu Shumin1-7/+7
2016-03-02ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com1-11/+6
2015-11-09ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin1-14/+38
2015-10-15ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin1-0/+4
2015-09-18ShellPkg: Fix GCC build fail and code refine.Qiu Shumin1-11/+23
2015-09-17ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis1-1/+1
2015-09-10ShellPkg: Fix Shell fail with redundant space following delay number.Qiu Shumin1-0/+1
2015-07-26ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin1-1/+1
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-2/+2
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-02ShellPkg: Fix typos.Qiu Shumin1-2/+2
2015-01-30ShellPkg: Refactor quote and escape search to use new functionJaben Carsey1-73/+24
2015-01-27ShellPkg: refine command line parsingJaben Carsey1-75/+164
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin1-1/+1
2014-09-03ShellPkg: Refactor string manipulationJaben Carsey1-18/+14
2014-08-29ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin1-1/+0
2014-08-22ShellPkg: leave quotes around paramsJaben Carsey1-1/+5
2014-07-31ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek1-4/+10
2014-07-31ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek1-15/+33
2014-01-23Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu1-0/+4
2014-01-13ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirectionJaben Carsey1-2/+32
2013-12-14ShellPkg: add error messages into functionJaben Carsey1-1/+8
2013-11-15ShellPkg: verify that leading and trailing % are removed from variable names ...Jaben Carsey1-3/+32
2013-10-24ShellPkg: Fixes the shell so output redirection works for the 'mode' commandChris Phillips1-4/+5
2013-10-22ShellPkg: Fix copy load option error.Eric Dong1-4/+2
2013-01-17ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey1-2/+2
2012-11-14ShellPkg: Clean up header file usage.jcarsey1-2/+1
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey1-0/+2
2012-08-17Update the "ConErr" related variable name to the new one "ErrOut".ydong101-5/+5
2012-01-28ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey1-1/+4
2011-11-11Shellpkg: Add support for filenames with spaces.jcarsey1-12/+70
2011-10-22Fix a typo when check the return valueydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-1/+1
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-9/+15
2011-10-14ShellPkg: Set CRC value whenever changing a system table.jcarsey1-0/+29
2011-09-02Refine comments and two code style.ydong101-26/+26