summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathf/domathf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-311-269/+7
| | | | This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-311-7/+269
| | | | This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-241-269/+7
| | | | This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-231-7/+269
| | | | This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.
* libtests/math*: Avoid generated filesSebastian Huber2012-05-221-269/+7
| | | | Use C pre-processor instead of shell commands.
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-131-1/+3
| | | | | | * math/init.c, mathf/init.c, mathl/init.c: Move configuration section. * math/domath.c, mathf/domathf.c, mathl/domathl.c: Regenerate. * math/domath.in: Generate domath* prototype.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* New (Split out from math/).Ralf Corsepius2011-02-021-0/+281