The dietlibc rpms
It fixes handling of -INF values in __dtostr() too; previously, there
was
| unsigned int i; | if ((i=isinf(d))) return
copystring(buf,maxlen,i>0?"inf":"-inf"); ~~~ which evaluated to true
everytime. The copystring() function worked for 3-letter words only but
not for '-inf'.
The last argument of __dtostr() was changed from a boolean flag to a
bitmask. Bit 0 encodes 'g' or 'f', and bit 1 lower-/uppercase. There
should be probably added some macros for them; for now, these values
are used directly.
Please note that this might affect other applications (liblowfat?) too
which are using __dtostr().
|
||
|---|---|---|
| .cvsignore | ||
| dietlibc-0.28-setpriority.patch | ||
| dietlibc-0.29-nostackprotector.patch | ||
| dietlibc-0.29-scall.patch | ||
| dietlibc-0.30-longdouble.patch | ||
| dietlibc-0.31-defpath.patch | ||
| dietlibc-0.31-pagesize.patch | ||
| dietlibc-0.31-printFG.patch | ||
| dietlibc-0.31-stacksmash-dyn.patch | ||
| dietlibc-0.31-stacksmash.patch | ||
| dietlibc-0.31.20080212-teststdout.patch | ||
| dietlibc.spec | ||
| lastver | ||
| Makefile | ||
| runtests-X.sh | ||
| sources | ||
| verinfo | ||