summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLib
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Fixed some alignment faults in IPF platformydong101-2/+33
2012-09-07Fix always allocate memory issue.ydong101-4/+6
2012-07-26Roll back the change which caused build failydong101-3/+3
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey1-3/+3
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey1-1/+1
2012-03-26correct removal of commit 12951.jcarsey1-2/+4
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey1-0/+5
2012-01-27ShellPkg: parameters with spaces need quotes.jcarsey1-17/+34
2012-01-20ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey1-4/+6
2011-11-12ShellPkg: Update comments for functions to clarify buffer origin.darylm5031-113/+116
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-3/+8
2011-10-13SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey1-2/+2
2011-10-13Check the pointer before use it to avoid potential access violation.ydong101-9/+4
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey1-19/+46
2011-10-08Add pointer check for NULL before dereference it.sfu51-0/+3
2011-09-02Refine comments and two code style.ydong101-26/+26
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey1-25/+33
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey1-0/+151
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey1-59/+59
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey1-72/+82
2011-06-27allow for failure return when called without a shell present.jcarsey1-3/+6
2011-04-19check that memory allocation was successful.jcarsey1-0/+6
2011-04-13change file global variable to function local.jcarsey1-17/+11
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-1/+1
2011-03-25updated comments and added string-to-number conversion with return value to i...jcarsey3-59/+476
2010-10-04Verify more memory allocations.jcarsey1-25/+41
2010-09-14udk2010.up2.shell initial release.jcarsey2-349/+738
2010-07-19Add some error checking.xdu21-4/+10
2010-04-24Update the copyright notice formathhtian1-1/+1
2010-02-231. Correct File header to ## @filelgao41-4/+4
2010-02-03k8 fixes and moving prompting for responses into this file.jcarsey2-9/+189
2010-02-03remove unnecessary PCD usagejcarsey2-2/+0
2010-01-29fix K8 coding issues.jcarsey1-9/+21
2010-01-25fixed license header / copyright date on all files.jcarsey3-228/+231
2010-01-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9758 6f1...jcarsey1-1/+4
2010-01-13adding new parameter to search and replace function to allow for easy skippin...jcarsey1-14/+23
2010-01-11updating comments mostly. also added some new lib functions.jcarsey3-52/+148
2009-12-07add ASSERT to 2 functions and fix issue with size difference between old and ...jcarsey1-22/+35
2009-12-02remove extra variablesjcarsey1-2/+0
2009-12-01updates from code review, buffer length, and correct use of StdOut for printingjcarsey2-14/+54
2009-11-20build break fix and new functionjcarsey1-2/+86
2009-11-20comment repairs.jcarsey2-2/+2
2009-11-19specify operand orderjcarsey1-2/+2
2009-11-18updating headers from code review.jcarsey1-21/+241
2009-11-09Upgrade ShellLib and fix bug with param parsingjcarsey2-103/+293
2009-07-10fixed operator orderjcarsey1-2/+5
2009-07-10fix build breaks. and allow for new lists to be created.jcarsey1-2/+10
2009-07-08fixing build errorsjcarsey1-14/+43
2009-06-29git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8681 6f1...jcarsey1-6/+9
2009-06-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8633 6f1...jcarsey1-46/+33