Annotation of dietlibc/TODO, revision 1.71

1.70      fefe        1:  - "locale"
                      2:  - real regerror
                      3:  - improve code size and quality with __restrict__.
                      4:  - FPU exception handling (for mawk)
                      5:  - res_mkquery should not assume op is QUERY
                      6:  - syslog
                      7:  - gethost/netent -> parselib?
                      8:  - Look at qsort (the make test suite exhibits the worst case)
                      9:  - Make __dtostr do scientific notation.
                     10:  - fix %g in printf.  They are more or less completely b0rken (in
                     11:    particular rounding the last digit does not work).
                     12:  - qmail-queue dumps core since we added vfork.  Editing fork.h to #define
                     13:    vfork to fork works.  What happens here?
                     14:  - use TCP if buf[2]&2 is non-zero in DNS answers.
                     15:  - look at mktime: "Falls tm_isdst == -1 gesetzt, so sollte mktime
                     16:    versuchen herauszufinden, ob Sommerzeit eingestellt ist (und laut linux
                     17:    manpage auch tzname setzen), ansonsten die angegebene DST
                     18:    berücksichtigen."
                     19:  - better rand()?
                     20:  - try to make zebra compile.
                     21:  - printf %e
                     22:  - move DNS stuff to libresolv.a?
1.71    ! fefe       23:  - x86_64: readdir fails their test (Gwenole Beauchesne)
1.70      fefe       24:  - regular expressions standards compliance; test suite from AT&T
                     25:  - fgetpwent (needed for cvm)
                     26:  - investigate putting some libgcc symbols in dietlibc.so for gcc<3

LinuxTV legacy CVS <linuxtv.org/cvs>