Annotation of dietlibc/TODO, revision 1.28

1.9       fefe        1: "locale"
1.14      fefe        2: 
1.15      fefe        3: fscanf
1.17      fefe        4: 
                      5: vsnprintf return value should be the number of needed characters instead
                      6: of the (truncated) number of characters that were actually written.
                      7: 
                      8: strtol and friends need overflow handling.
1.18      fefe        9: 
1.24      fefe       10: real regerror
1.20      fefe       11: 
1.27      fefe       12: real DNS errors (gai_strerror,hstrerror,...)
1.22      fefe       13: 
                     14: Try to improve code size and quality with __restrict__.
1.25      fefe       15: 
                     16: FPU exception handling (for mawk)
1.26      fefe       17: 
                     18: gethostbyname/gethostbyname2: move static hostent to dynamic buffer so
                     19: they can be free()d.
1.28    ! fefe       20: 
        !            21: mkdtemp

LinuxTV legacy CVS <linuxtv.org/cvs>