Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix permissions for C89 fallbacks | Emmanuele Bassi | 2018-04-29 | 1 | -0/+0 |
| | | | | A text file should not have the executable bit set. | ||||
* | Builds: Add a fallback-c89.c for pre-C99 compilers | Chun-wei Fan | 2017-03-02 | 1 | -0/+49 |
Some supported compilers lack some C99 math functions that are beginning to be used in the code, so this adds a fallback implementation for them, namely round() and lrint(), where the fallbacks are used if they are not found during configure. For Visual Studio builds, config.h.win32.in is updated to reflect the situation on various Visual Studio versions as Visual Studio builds do not use autotools. |