summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLib
Commit message (Expand)AuthorAgeFilesLines
...
* ShellPkg: clarify space limitation in comment.Jaben Carsey2013-11-141-1/+1
* ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2013-03-041-0/+60
* ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2013-02-201-1/+46
* Fixed some alignment faults in IPF platformydong102013-01-251-2/+33
* Fix always allocate memory issue.ydong102012-09-071-4/+6
* Roll back the change which caused build failydong102012-07-261-3/+3
* ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey2012-07-231-3/+3
* ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey2012-05-301-1/+1
* correct removal of commit 12951.jcarsey2012-03-261-2/+4
* ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2012-01-301-0/+5
* ShellPkg: parameters with spaces need quotes.jcarsey2012-01-271-17/+34
* ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey2012-01-201-4/+6
* ShellPkg: Update comments for functions to clarify buffer origin.darylm5032011-11-121-113/+116
* ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey2011-10-171-3/+8
* SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey2011-10-131-2/+2
* Check the pointer before use it to avoid potential access violation.ydong102011-10-131-9/+4
* ShellPkg: Verify memory allocations without ASSERT.jcarsey2011-10-101-19/+46
* Add pointer check for NULL before dereference it.sfu52011-10-081-0/+3
* Refine comments and two code style.ydong102011-09-021-26/+26
* ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey2011-08-231-25/+33
* Move the 2 functions associated with reading whole lines at a single time fro...jcarsey2011-07-061-0/+151
* Clarify that the shared variables of the shell protocols are properly named.jcarsey2011-06-271-59/+59
* replace protocol presence ASSERTs with error returns.jcarsey2011-06-271-72/+82
* allow for failure return when called without a shell present.jcarsey2011-06-271-3/+6
* check that memory allocation was successful.jcarsey2011-04-191-0/+6
* change file global variable to function local.jcarsey2011-04-131-17/+11
* add comments to function declarations and definitions and updated to match co...jcarsey2011-04-051-1/+1
* updated comments and added string-to-number conversion with return value to i...jcarsey2011-03-253-59/+476
* Verify more memory allocations.jcarsey2010-10-041-25/+41
* udk2010.up2.shell initial release.jcarsey2010-09-142-349/+738
* Add some error checking.xdu22010-07-191-4/+10
* Update the copyright notice formathhtian2010-04-241-1/+1
* 1. Correct File header to ## @filelgao42010-02-231-4/+4
* 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
* fixed license header / copyright date on all files.jcarsey2010-01-253-228/+231
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9758 6f1...jcarsey2010-01-141-1/+4
* adding new parameter to search and replace function to allow for easy skippin...jcarsey2010-01-131-14/+23
* updating comments mostly. also added some new lib functions.jcarsey2010-01-113-52/+148
* add ASSERT to 2 functions and fix issue with size difference between old and ...jcarsey2009-12-071-22/+35
* remove extra variablesjcarsey2009-12-021-2/+0
* updates from code review, buffer length, and correct use of StdOut for printingjcarsey2009-12-012-14/+54
* build break fix and new functionjcarsey2009-11-201-2/+86
* comment repairs.jcarsey2009-11-202-2/+2
* specify operand orderjcarsey2009-11-191-2/+2
* updating headers from code review.jcarsey2009-11-181-21/+241
* Upgrade ShellLib and fix bug with param parsingjcarsey2009-11-092-103/+293
* fixed operator orderjcarsey2009-07-101-2/+5
* fix build breaks. and allow for new lists to be created.jcarsey2009-07-101-2/+10