summaryrefslogtreecommitdiff
path: root/edk2/ShellPkg/Library/UefiShellLib
AgeCommit message (Expand)Author
2012-09-07Fix always allocate memory issue.ydong10
2012-07-26Roll back the change which caused build failydong10
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey
2012-03-26correct removal of commit 12951.jcarsey
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey
2012-01-27ShellPkg: parameters with spaces need quotes.jcarsey
2012-01-20ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey
2011-11-12ShellPkg: Update comments for functions to clarify buffer origin.darylm503
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey
2011-10-13SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey
2011-10-13Check the pointer before use it to avoid potential access violation.ydong10
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey
2011-10-08Add pointer check for NULL before dereference it.sfu5
2011-09-02Refine comments and two code style.ydong10
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey
2011-06-27allow for failure return when called without a shell present.jcarsey
2011-04-19check that memory allocation was successful.jcarsey
2011-04-13change file global variable to function local.jcarsey
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey
2011-03-25updated comments and added string-to-number conversion with return value to i...jcarsey
2010-10-04Verify more memory allocations.jcarsey
2010-09-14udk2010.up2.shell initial release.jcarsey
2010-07-19Add some error checking.xdu2
2010-04-24Update the copyright notice formathhtian
2010-02-231. Correct File header to ## @filelgao4
2010-02-03k8 fixes and moving prompting for responses into this file.jcarsey
2010-02-03remove unnecessary PCD usagejcarsey
2010-01-29fix K8 coding issues.jcarsey
2010-01-25fixed license header / copyright date on all files.jcarsey
2010-01-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@9758 6f19259b...jcarsey
2010-01-13adding new parameter to search and replace function to allow for easy skippin...jcarsey
2010-01-11updating comments mostly. also added some new lib functions.jcarsey
2009-12-07add ASSERT to 2 functions and fix issue with size difference between old and ...jcarsey
2009-12-02remove extra variablesjcarsey
2009-12-01updates from code review, buffer length, and correct use of StdOut for printingjcarsey
2009-11-20build break fix and new functionjcarsey
2009-11-20comment repairs.jcarsey
2009-11-19specify operand orderjcarsey
2009-11-18updating headers from code review.jcarsey
2009-11-09Upgrade ShellLib and fix bug with param parsingjcarsey
2009-07-10fixed operator orderjcarsey
2009-07-10fix build breaks. and allow for new lists to be created.jcarsey
2009-07-08fixing build errorsjcarsey
2009-06-29git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@8681 6f19259b...jcarsey
2009-06-23git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@8633 6f19259b...jcarsey
2009-06-17removing return cursor to old position...jcarsey