1The following is a list of issues that have been fixed in the StdLib Package.
2See the file Issues.txt for a list of open, unresolved, problems.
3
4  Status Key:
5    Fixed         Problem has been resolved and changes committed.
6
7SocketLib
8=============
9ID      Category                           TOOLs       Reported       Status
10----  ------------------------            --------  --------------  -----------
11
12StdLib Issues
13=============
14ID      Category                           TOOLs       Reported       Status
15----  ------------------------            --------  --------------  -----------
16  1:  Compilation Error                    vs2010             2012  Fixed 3/2013
17      stdlib\libc\gdtoa\strtod.c(825) : warning C4789: destination of memory copy
18      is too small: runtime crashes when using floating-point formats with printf
19
20  2:  Compilation Error                     ALL               2012  Fixed 1/2012
21      StdLib/LibC/Uefi/SysCalls.c: In function 'utimes':
22                       error: 'va_start' used in function with fixed args
23
24  4:  Execution/Compile errors                                2012  Fixed 1/2013
25      Mismatch in use of EFIAPI between declaration and definition of some functions.
26
27  7:  Compilation Error                     GCC46        Jan, 2013  Fixed 1/2013
28      StdLib/LibC/Containers/Queues/Fifo.c:508:27:
29                                    error: assignment from incompatible pointer type
30
31  8:  Compilation Error                                  Jan. 2013  Fixed 1/2013
32      StdLib\LibC\Uefi\InteractiveIO\IIOutilities.c
33      IIO_CursorDelta: Declaration return type differs from definition return type.
34
35 11:  printf("-%ls-", L"test") will only print "--"           2013  Fixed 3/2013
36
37
38PosixLib
39=============
40ID      Category                           TOOLs       Reported       Status
41----  ------------------------            --------  --------------  -----------
42