]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/ISSUES.txt
Update Code to pass EBC compiler.
[mirror_edk2.git] / StdLib / ISSUES.txt
index 69d22641a05c058c58b612c819965b96db5cd7dc..25317f7a68a33e4a571ff7f5046e2b516d2cf9f3 100644 (file)
@@ -1,5 +1,3 @@
-StdLib Issues\r
-=============\r
   Status Key:\r
     Open          Problem is unresolved and final disposition unknown.\r
     Verified      Problem has been reproduced.\r
@@ -7,18 +5,26 @@ StdLib Issues
     Document      Problem is to be fixed through improved documentation.\r
     Fixed         Problem has been resolved and changes committed.\r
 \r
+SocketLib\r
+=============\r
+      Category                             TOOLs       Reported       Status\r
+    ------------------------              --------  --------------  -----------\r
+\r
+StdLib Issues\r
+=============\r
       Category                             TOOLs       Reported       Status\r
     ------------------------              --------  --------------  -----------\r
-1:  Compilation Error                      vs2010             2012  Understood\r
+1:  Compilation Error                      vs2010             2012  Fixed 3/2013\r
     stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy is too small\r
+    runtime crashes when using floating-point formats with printf\r
 \r
-2:  Compilation Error                       ALL               2012  Understood\r
+2:  Compilation Error                       ALL               2012  Fixed 1/2012\r
     StdLib/LibC/Uefi/SysCalls.c: In function 'utimes': error: 'va_start' used in function with fixed args\r
 \r
-3:  Usage Clarification                                       2012  Understood/Document\r
+3:  Usage Clarification                                       2012  Document\r
     Clarify that the current StdLib may not be used for developing drivers.\r
 \r
-4:  Execution/Compile errors                                  2012  Understood\r
+4:  Execution/Compile errors                                  2012  Fixed 1/2013\r
     Mismatch in use of EFIAPI between declaration and definition of some functions.\r
 \r
 5:  Error message Quality during execution                    2012  Verified\r
@@ -29,12 +35,24 @@ StdLib Issues
 6:  Application error return                                  2012  Verified\r
     On error, applications will sometimes return large positive numbers.\r
 \r
-7:  Compilation Error                       GCC46        Jan, 2013  Open\r
+7:  Compilation Error                       GCC46        Jan, 2013  Fixed 1/2013\r
     StdLib/LibC/Containers/Queues/Fifo.c:508:27: error: assignment from incompatible pointer type\r
 \r
-8:  chdir/cwd not in EFI Shell                                2012  Understood\r
+8:  Compilation Error\r
+    StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c        Jan. 2013  Fixed 1/2013\r
+    IIO_CursorDelta: Declaration return type differs from definition return type.\r
+\r
+9:  chdir/cwd not in EFI Shell                                2012  Understood\r
     The chdir and getcwd functions only work if one is using the UEFI Shell.\r
 \r
-9:  No current volume/directory at app. startup.              2012  Understood\r
+10: No current volume/directory at app. startup.              2012  Understood\r
     If the Shell does not have a current volume or directory, file operations\r
     may hang or fail.\r
+\r
+11: printf("-%ls-", L"test") will only print "--"             2013  Fixed 3/2013\r
+\r
+\r
+PosixLib\r
+=============\r
+      Category                             TOOLs       Reported       Status\r
+    ------------------------              --------  --------------  -----------\r