Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | Use isfinite() instead of finite() when available | Anthony Ramine | |
OS X Mavericks builds result in a number of warnings about finite() being deprecated, like these: beam/erl_arith.c:451:7: warning: 'finite' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations] ERTS_FP_ERROR(p, f1.fd, goto badarith); ^ sys/unix/erl_unix_sys.h:319:33: note: expanded from macro 'ERTS_FP_ERROR' ^ sys/unix/erl_unix_sys.h:244:51: note: expanded from macro '__ERTS_FP_ERROR' ^ /usr/include/math.h:718:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); Add checks to use isfinite() instead of finite() where available. Verified on OS X Mavericks 10.9.5 and Ubuntu 12.04. | |||
2014-02-04 | test_server: Fix dynlib link command for openbsd | Sverker Eriksson | |
The old command failed with unresolved symbol __guard_local | |||
2014-01-16 | Teach ts_install --enable-mXX-build flag | Rickard Green | |
Pick up --enable-m32-build and --enable-m64-build configure flags from the CONFIG_FLAGS environment variable and pass along to the ts configure script. | |||
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-02 | Add system_monitor of long_schedule | Patrik Nyblom | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-05-02 | Update cross build system for tests to work | Lukas Larsson | |
ts has been fixed to again work in a cross build environment. See ts:help() and xcomp/README.md for details about how it works. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-19 | Add DragonflyBSD support to test_server | Tuncer Ayaz | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |