Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add vwarnx | Brent Cook | 2022-03-16 | 1 | -3/+9 |
| | |||||
* | Call va_end soon after using variable length variable | kinichiro | 2018-01-06 | 1 | -4/+4 |
| | | | | - This fix MSVC compiler warning C4702 "unreachable code". | ||||
* | add noreturn attribute to compat functions | Brent Cook | 2017-01-15 | 1 | -0/+10 |
| | |||||
* | replace err.h macros with inline functions | Brent Cook | 2016-01-03 | 1 | -8/+54 |
| | | | | Passing NULL for the format is just easier with a function. | ||||
* | correct fallback err.h macro behavior | Brent Cook | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 1 | -0/+33 |
This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. |