Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | erts/configure.in: Remove test for reversed setvbuf() arguments | Björn Gustavsson | |
The test is not needed, because no code tests whether SETVBUF_REVERSED is defined. Furthermore, AC_FUNC_SETVBUF_REVERSED is now documented like this: Do nothing. Formerly, this macro checked whether setvbuf takes the buffering type as its second argument and the buffer pointer as the third, instead of the other way around, and defined SETVBUF_REVERSED. However, the last systems to have the problem were those based on SVR2, which became obsolete in 1987, and the macro is no longer needed. | |||
2011-09-08 | erts/configure.in: Don't check for the presence of mach-o/dyld.h | Björn Gustavsson | |
We no longer include mach-o/dyld.h (because we only support MacOS X versions that have dlopen()). | |||
2010-12-01 | Make windows inet_gethost work for ipv6 | Patrik Nyblom | |
2010-11-09 | Implement inet:getifaddrs/0 on Windows | Raimo Niskanen | |
2010-06-08 | Make win32.config.cache static and copied when doing otp_build configure | U-KRAKEN\pan | |