aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/test
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz1-16/+1
Default math library configuration is now IEEE
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz3-21/+21
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _DEFUNYaakov Selkowitz7-97/+60
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz5-31/+31
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _CONSTYaakov Selkowitz3-4/+4
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17ansification: remove _ANDYaakov Selkowitz7-70/+70
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2002-12-202002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-13/+25
* libc/stdlib/environ.c: Update license to Red Hat. * libc/machine/hppa/setjmp.S: Ditto. * libm/test/Makefile.in: Ditto.
2002-12-062002-12-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+3
* libc/include/stdlib.h (strtof): New prototype (from C99). (strtodf): Changed from prototype to macro which redefines to strtof. * libc/stdlib/atof.c: Change documentation to refer to strtof instead of strtodf. * libc/stdlib/atoff.c (atoff): Change to call strtof instead of strtodf. * libc/stdlib/strtod.c (strtodf): Renamed to strtof. (strtof): New function. * libm/test/convert.c (test_strtodf): Renamed to test_strtof which calls strtof.
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor81-0/+40984