Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-12-14 | tests: Refactor away ?line macro in beam_SUITE | Björn-Egil Dahlberg | |
2012-12-14 | tests: Fix heap_sizes check | Björn-Egil Dahlberg | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for emulator | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update emulator tests to conform with common_test standard | Lukas Larsson | |
2011-01-17 | Eliminate the special instructions for selecting floats and bignums | Björn Gustavsson | |
2010-04-13 | Merge branch 'bg/fconv' into dev | Erlang/OTP | |
* bg/fconv: erts: Fix loading of modules with invalid floating point arithmetic | |||
2010-04-07 | erts: Fix loading of modules with invalid floating point arithmetic | Björn Gustavsson | |
The following program is supposed to cause an exception at run-time: foo() -> Sum1 = Sum2 = N = 2, pSum - (Sum1*(Sum2/N)). but the loader fails to load because it contains the following instruction: fconv {atom,pSum} {fr,2} Fix the loader so that it can handle fconv instructions where the first operand is a non-numeric literal. Reported-by: Torbjörn Törnkvist | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |