summaryrefslogtreecommitdiffstats
path: root/StdLib/Fixes.txt
diff options
context:
space:
mode:
authorDaryl McDaniel <daryl.mcdaniel@intel.com>2013-10-24 23:14:10 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2013-10-24 23:14:10 +0000
commit9551b0272113c3100a0af8841c4edaee49d99fad (patch)
treeb8106f41569a56630da821c64f0060b7fe4d5270 /StdLib/Fixes.txt
parentdcf9b428e66e2bc57b70e7e0289f07c72efbbb44 (diff)
downloadedk2-9551b0272113c3100a0af8841c4edaee49d99fad.tar.gz
edk2-9551b0272113c3100a0af8841c4edaee49d99fad.tar.bz2
edk2-9551b0272113c3100a0af8841c4edaee49d99fad.zip
EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all packages.
StdLib: Update Issues.txt and add Fixes.txt files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14801 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib/Fixes.txt')
-rw-r--r--StdLib/Fixes.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/StdLib/Fixes.txt b/StdLib/Fixes.txt
new file mode 100644
index 0000000000..0e70e05f62
--- /dev/null
+++ b/StdLib/Fixes.txt
@@ -0,0 +1,41 @@
+The following is a list of issues that have been fixed in the StdLib Package.
+See the file Issues.txt for a list of open, unresolved, problems.
+
+ Status Key:
+ Fixed Problem has been resolved and changes committed.
+
+SocketLib
+=============
+ID Category TOOLs Reported Status
+---- ------------------------ -------- -------------- -----------
+
+StdLib Issues
+=============
+ID Category TOOLs Reported Status
+---- ------------------------ -------- -------------- -----------
+ 1: Compilation Error vs2010 2012 Fixed 3/2013
+ stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy
+ is too small: runtime crashes when using floating-point formats with printf
+
+ 2: Compilation Error ALL 2012 Fixed 1/2012
+ StdLib/LibC/Uefi/SysCalls.c: In function 'utimes':
+ error: 'va_start' used in function with fixed args
+
+ 4: Execution/Compile errors 2012 Fixed 1/2013
+ Mismatch in use of EFIAPI between declaration and definition of some functions.
+
+ 7: Compilation Error GCC46 Jan, 2013 Fixed 1/2013
+ StdLib/LibC/Containers/Queues/Fifo.c:508:27:
+ error: assignment from incompatible pointer type
+
+ 8: Compilation Error Jan. 2013 Fixed 1/2013
+ StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c
+ IIO_CursorDelta: Declaration return type differs from definition return type.
+
+ 11: printf("-%ls-", L"test") will only print "--" 2013 Fixed 3/2013
+
+
+PosixLib
+=============
+ID Category TOOLs Reported Status
+---- ------------------------ -------- -------------- -----------