summaryrefslogtreecommitdiffstats
path: root/ShellPkg
Commit message (Expand)AuthorAgeFilesLines
* remove link to old infjcarsey2010-10-051-1/+0
* Verify more memory allocations.jcarsey2010-10-044-32/+64
* Verify memory allocations were successful.jcarsey2010-10-047-109/+163
* change the en-dash to the standard dash character.jcarsey2010-10-043-0/+0
* verify that a memory allocation was successful.jcarsey2010-10-041-0/+3
* move DeleteScriptFileStruct from a private to a public function. This allows...jcarsey2010-10-043-23/+28
* fix a misspelling.jcarsey2010-10-042-9/+30
* 1) Removing ASSERTs for proper return values. jcarsey2010-10-047-205/+307
* No need to sort arrays of 1 element.jcarsey2010-09-282-25/+32
* delete unnecessary files.jcarsey2010-09-282-394/+0
* ShellPkg: Fix "unreachable code" warning with VS2005jljusten2010-09-201-2/+0
* revert/update of a change this morning.jcarsey2010-09-171-1/+1
* removing incorrect files.jcarsey2010-09-177-945/+0
* ShellPkg: Fix several GCC compiler warningsjljusten2010-09-174-7/+14
* ShellPkg: Remove optimization disable compiler flagjljusten2010-09-171-2/+0
* ShellPkg: Fix EFIAPI usage inconsistenciesjljusten2010-09-174-7/+12
* ShellPkg: Fix path issues for Linux build supportjljusten2010-09-174-7/+6
* ShellPkg: Remove unnecessary package dependenciesjljusten2010-09-172-2/+0
* remove extra file.jcarsey2010-09-161-0/+0
* remove extra file.jcarsey2010-09-161-40/+0
* Update readme formathhtian2010-09-162-89/+34
* copyright format updatehhtian2010-09-1417-15/+14
* udk2010.up2.shell initial release.jcarsey2010-09-14102-1039/+30418
* Fix HSD Tracker 204133.darylm5032010-09-081-2/+4
* Add some error checking.xdu22010-07-192-4/+11
* Library interface should be declared as EFIAPIklu22010-05-251-0/+1
* Fix minor format issue in file headerqhuang82010-05-131-1/+1
* Update the copyright notice formathhtian2010-04-2426-28/+27
* 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