summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/ShellParametersProtocol.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-505/+595
* ShellPkg: Document UpdateArgcArgv returns EFI_INVALID_PARAMETERPhilippe Mathieu-Daud?2020-02-111-0/+2
* ShellPkg: Document ParseCommandLineToArgs returns EFI_INVALID_PARAMETERPhilippe Mathieu-Daud?2020-02-111-0/+1
* ShellPkg/Application: Fix various typosAntoine Coeur2020-02-101-13/+13
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg Shell: Remove redundant functionsshenglei2018-09-061-24/+0
* ShellPkg: Clean up source filesLiming Gao2018-06-281-23/+23
* ShellPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-3/+3
* ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen2016-10-091-14/+0
* ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah2016-09-221-1/+2
* Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni2016-08-251-2/+158
* ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni2016-07-201-158/+2
* ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni2016-07-181-2/+3
* ShellPkg: Use DOS format end of line.Qiu Shumin2016-03-091-7/+7
* ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com2016-03-011-11/+6
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-11-091-14/+38
* ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin2015-10-151-0/+4
* ShellPkg: Fix GCC build fail and code refine.Qiu Shumin2015-09-181-11/+23
* ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis2015-09-171-1/+1
* ShellPkg: Fix Shell fail with redundant space following delay number.Qiu Shumin2015-09-101-0/+1
* ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin2015-07-261-1/+1
* 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: Fix typos.Qiu Shumin2015-02-021-2/+2
* ShellPkg: Refactor quote and escape search to use new functionJaben Carsey2015-01-301-73/+24
* ShellPkg: refine command line parsingJaben Carsey2015-01-271-75/+164
* ShellPkg: Refine the code style and comment.Qiu Shumin2014-09-051-1/+1
* ShellPkg: Refactor string manipulationJaben Carsey2014-09-021-18/+14
* ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin2014-08-291-1/+0
* ShellPkg: leave quotes around paramsJaben Carsey2014-08-211-1/+5
* ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek2014-07-311-4/+10
* ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek2014-07-311-15/+33
* Update the comments in function headers to follow Doxygen special documentati...Shumin Qiu2014-01-231-0/+4
* ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirectionJaben Carsey2014-01-131-2/+32
* ShellPkg: add error messages into functionJaben Carsey2013-12-131-1/+8
* ShellPkg: verify that leading and trailing % are removed from variable names ...Jaben Carsey2013-11-151-3/+32
* ShellPkg: Fixes the shell so output redirection works for the 'mode' commandChris Phillips2013-10-241-4/+5
* ShellPkg: Fix copy load option error.Eric Dong2013-10-221-4/+2
* ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey2013-01-171-2/+2
* ShellPkg: Clean up header file usage.jcarsey2012-11-131-2/+1
* ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-131-0/+2
* Update the "ConErr" related variable name to the new one "ErrOut".ydong102012-08-171-5/+5
* ShellPkg: fix redirection file parsing to allow spaces before filename.jcarsey2012-01-271-1/+4
* Shellpkg: Add support for filenames with spaces.jcarsey2011-11-111-12/+70
* Fix a typo when check the return valueydong102011-10-221-1/+1
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-171-1/+1
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-141-9/+15
* ShellPkg: Set CRC value whenever changing a system table.jcarsey2011-10-131-0/+29
* Refine comments and two code style.ydong102011-09-021-26/+26
* restore original information when redirection fails inside a command using th...jcarsey2011-06-151-0/+3