Annotation of dietlibc/TODO, revision 1.69

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: better rand()?
                     34: 
                     35: try to make zebra compile.
1.62      fefe       36: 
                     37: getdents64 needs large file backwards compatibility as well (?)
1.63      fefe       38: 
                     39: add PA-RISC socket calls that use the syscalls and not go through
                     40: socketcall.
1.64      fefe       41: 
                     42: printf %e
                     43: 
1.65      fefe       44: move DNS stuff to libresolv.a?
1.66      fefe       45: 
                     46: x86_64: readdir and regex fail their tests (Gwenole Beauchesne)
1.69    ! fefe       47: 
        !            48: regular expressions are far from standards compliant.

LinuxTV legacy CVS <linuxtv.org/cvs>