summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* sync patch r10661, r10898, r10911 from main trunk.vanjeff2011-04-195-399/+11
* 1. Correct File header to ## @filelgao42010-02-2311-45/+45
* adding prompting to library headerjcarsey2010-02-031-0/+85
* k8 fixes and moving prompting for responses into this file.jcarsey2010-02-032-9/+189
* remove unnecessary PCD usagejcarsey2010-02-032-2/+0
* fix K8 coding issues.jcarsey2010-01-291-9/+21
* fix copyright and license block and fix a size issue.jcarsey2010-01-251-12/+12
* fixed license header / copyright date on all files.jcarsey2010-01-2529-867/+866
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9758 6f1...jcarsey2010-01-141-1/+4
* add blank linejcarsey2010-01-131-1/+1
* adding new parameter to search and replace function to allow for easy skippin...jcarsey2010-01-132-18/+35
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9720 6f1...jcarsey2010-01-121-1/+5
* ShellPkg: Rename PcdShellLibMaxPrintBufferSize to PcdShellPrintBufferSizejljusten2010-01-121-1/+1
* updating comments mostly. also added some new lib functions.jcarsey2010-01-1115-321/+730
* add ASSERT to 2 functions and fix issue with size difference between old and ...jcarsey2009-12-071-22/+35
* clean up commentsjcarsey2009-12-071-109/+114
* Adding StringNoCaseCompare to SortLibjcarsey2009-12-073-17/+95
* correct valuejcarsey2009-12-021-1/+1
* remove extra variablesjcarsey2009-12-021-2/+0
* added new PCD for ShellLib buffer size...jcarsey2009-12-011-1/+6
* corrected out of date commentsjcarsey2009-12-011-11/+9
* updates from code review, buffer length, and correct use of StdOut for printingjcarsey2009-12-012-14/+54
* Fix unicode issue.xli242009-11-251-2/+2
* Fix build failure of ShellPkg.xli242009-11-251-6/+6
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9469 6f1...jcarsey2009-11-231-3/+2
* add carriage returnjcarsey2009-11-231-1/+1
* build break fix and new functionjcarsey2009-11-204-29/+134
* comment repairs.jcarsey2009-11-2014-223/+236
* specify operand orderjcarsey2009-11-191-2/+2
* fixing errors found in code review.jcarsey2009-11-194-9/+35
* updating headers from code review.jcarsey2009-11-1813-210/+586
* Fix incorrect copyright formatqhuang82009-11-181-1/+1
* Simplify the logic to remove the use of local variable "FileInfoGuid" to avoi...qhuang82009-11-181-7/+3
* Fix GUID format qhuang82009-11-182-3/+3
* more erratajcarsey2009-11-111-12/+14
* updated for new erratajcarsey2009-11-111-8/+6
* updated Alias, Map, and Env functions per errata.jcarsey2009-11-101-99/+151
* Adding new library instance for SortLib with built in function for sorting de...jcarsey2009-11-092-0/+303
* Upgrade ShellLib and fix bug with param parsingjcarsey2009-11-093-105/+368
* Add DXE_DRIVER to list of supported module types for BaseFileHandleLib.jljusten2009-09-161-1/+1
* didnt want to change pointer for copymem...jcarsey2009-07-241-5/+10
* adding new include file. This file has the definitions for most shell data t...jcarsey2009-07-241-0/+142
* fixed operation of GetFirst and GetNext for files...jcarsey2009-07-161-17/+10
* add:jcarsey2009-07-137-2/+393
* comment clarificationjcarsey2009-07-131-1/+2
* Fix signed/unsigned mismatch issuemdkinney2009-07-121-1/+1
* fix parameter typejcarsey2009-07-123-42/+35
* Put EOF (End of File) on its own line for all source files. This is required...mdkinney2009-07-115-5/+4
* fixed operator orderjcarsey2009-07-101-2/+5
* fix build breaks. and allow for new lists to be created.jcarsey2009-07-101-2/+10