include/compat/stdlib.h


Log

Author Commit Date CI Message
Brent Cook a2befe33 2019-05-10T11:06:51 unconditionally define reallocarray deal with systems missing it but with it exported as a symbol
Brent Cook a6d7ea95 2019-01-31T09:45:56 update autoconf for latest compat functions
kinichiro 048625cf 2017-04-22T23:08:17 Add freezero support
kinichiro 8877e9bc 2017-03-09T22:49:04 Add recallocarray
Brent Cook 905e2a3b 2015-12-06T23:32:18 refresh nc(1) support
Brent Cook 5f4e95e7 2015-09-08T15:00:09 updates for MSVC 2015's degenerate headers Note that 'perror' moves from stdio.h to stdlib.h, and 'rename' moves from stdio.h to io.h. Also, standard C includes move from the compiler to the Windows SDK, which changes the base path for the include files.
Brent Cook cbdc8ca8 2015-07-21T12:04:07 tighten up compat include paths, fix glibc compatibility
Brent Cook 5d8a1cf7 2014-07-10T22:06:10 add initial CMake and Visual Studio build support 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.