Commit ID:      10052C4308401AE6DFB
CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2014/01/01 15:16:31 UTC

Modified files:
        include        : stdlib.h
        distrib/lists/base/base: mi
        distrib/lists/base/dev: mi
        lib/libc       : Makefile
        lib/libc/stdlib: Makefile.inc strtod.3
Added files:
        lib/libc/stdlib: strtof.c

Log message:
Add strtof and strtold to libc.

They are simple wrappers around the existing strtod implementation.
In MirOS, double and long double are the same anyway. This change is needed
because the two functions are part of C99, so there is a bunch of software
that uses them without a configure check.

ok tg@

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.29 -r1.30 src/include/stdlib.h
cvs -R rdiff -kk -upr1.125 -r1.126 src/distrib/lists/base/base/mi
cvs -R rdiff -kk -upr1.70 -r1.71 src/distrib/lists/base/dev/mi
cvs -R rdiff -kk -upr1.43 -r1.44 src/lib/libc/Makefile
cvs -R rdiff -kk -upr1.12 -r1.13 src/lib/libc/stdlib/Makefile.inc
cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/lib/libc/stdlib/strtod.3
cvs -R rdiff -kk -upr0 -r1.1 src/lib/libc/stdlib/strtof.c

Reply via email to