Annotation of dietlibc/TODO, revision 1.66

1.9       fefe        1: "locale"
1.14      fefe        2: 
1.24      fefe        3: real regerror
1.20      fefe        4: 
1.22      fefe        5: Try to improve code size and quality with __restrict__.
1.25      fefe        6: 
                      7: FPU exception handling (for mawk)
1.26      fefe        8: 
1.29      fefe        9: res_mkquery should not assume op is QUERY
1.30      fefe       10: 
                     11: logging.
1.32      fefe       12: 
1.34      fefe       13: EINTR handling (*puke*).  What about EAGAIN?
1.35      fefe       14: 
1.47      fefe       15: gethost/netent -> parselib
1.48      leitner    16: 
1.53      fefe       17: Look at qsort (the make test suite exhibits the worst case)
1.49      leitner    18: 
1.53      fefe       19: Make __dtostr do scientific notation.
1.58      fefe       20: fix %g in printf.  They are more or less completely b0rken (in
                     21:   particular rounding the last digit does not work).
1.51      fefe       22: 
1.54      fefe       23: qmail-queue dumps core since we added vfork.  Editing fork.h to #define
                     24:   vfork to fork works.  What happens here?
1.55      fefe       25: 
1.56      fefe       26: use TCP if buf[2]&2 is non-zero in DNS answers.
1.60      fefe       27: 
                     28: look at mktime: "Falls tm_isdst == -1 gesetzt, so sollte mktime
                     29: versuchen herauszufinden, ob Sommerzeit eingestellt ist (und laut linux
                     30: manpage auch tzname setzen), ansonsten die angegebene DST
                     31: berücksichtigen."
1.61      fefe       32: 
                     33: remove strings.h?  Matthias Andree says it confuses
                     34:   AC_CHECK_HEADERS([strings.h]) from autoconf.
                     35: 
                     36: better rand()?
                     37: 
                     38: try to make zebra compile.
1.62      fefe       39: 
                     40: getdents64 needs large file backwards compatibility as well (?)
1.63      fefe       41: 
                     42: add PA-RISC socket calls that use the syscalls and not go through
                     43: socketcall.
1.64      fefe       44: 
                     45: ucontext.h (that looks nasty)
                     46: 
                     47: printf %e
                     48: 
1.65      fefe       49: move DNS stuff to libresolv.a?
1.66    ! fefe       50: 
        !            51: x86_64: readdir and regex fail their tests (Gwenole Beauchesne)

LinuxTV legacy CVS <linuxtv.org/cvs>