summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellManParser.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-784/+784
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-230/+257
2020-02-11ShellPkg/Application: Fix various typosAntoine Coeur1-10/+10
2019-09-25ShellPkg: Unload image on EFI_SECURITY_VIOLATIONDandan Bi1-0/+9
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-01-31ShellPkg/Shell: Use BaseLib api CharToUpperShenglei Zhang1-23/+2
2018-06-28ShellPkg: Clean up source filesLiming Gao1-5/+5
2018-02-13ShellPkg/help: Fix "-?" may not show manual sometimesRuiyu Ni1-252/+23
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen1-9/+0
2016-02-24ShellPkg: Support finding help message embedded in resource section.Qiu Shumin1-15/+243
2015-12-25Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin1-0/+2
2015-12-21ShellPkg: Refine the code format.Qiu Shumin1-2/+21
2015-12-16ShellPkg: Fix unhandled value in switch statementPaulo Alcantara1-0/+2
2015-12-16ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey1-48/+150
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-10/+18
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin1-0/+1
2014-09-03ShellPkg: Refactor string manipulationJaben Carsey1-15/+21
2013-12-09Follow Shell specification to make sure the “command.man” file is always ...Shumin Qiu1-13/+0
2013-11-16ShellPkg: Fix help MAN file searchingJaben Carsey1-1/+15
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-0/+16
2011-10-11ShellPkg: Add checks for NULL pointers. jcarsey1-1/+5
2011-09-02Refine comments and two code style.ydong101-6/+6
2011-03-26console logger - support disabling the console out.jcarsey1-19/+22
2010-10-041) Removing ASSERTs for proper return values. jcarsey1-4/+10
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+615