aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/num_bif_SUITE.erl
AgeCommit message (Expand)Author
2019-01-10Accept base in all integer-printing functionsStanislav Mayorov
2018-08-27Fix bug in compact representation of float_to_list/2Serge Aleynikov
2018-06-18Update copyright yearHenrik Nord
2018-04-10erts: Workaround test t_float_to_string for windowsSverker Eriksson
2018-04-04erts: Fix float_to_list(F, [{decimals,D}])Sverker Eriksson
2018-01-24Merge branch 'maint'Sverker Eriksson
2018-01-24Merge PR-1684 from sverker/float_to_list-rounding-bug/OTP-14890Sverker Eriksson
2018-01-17Merge branch 'maint'Lukas Larsson
2018-01-15erts: Fix float_to_list(F, [{decimals,D}]).Sverker Eriksson
2018-01-03Fail if ':' is passed to binary_to_integer/2Frank Hunleth
2017-10-13Eliminate use of deprecated functions in stringBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-02-16Merge branch 'maint' into 'master'Sverker Eriksson
2017-02-14erts: Fix round/1 for large floatsSverker Eriksson
2017-02-14Fixed typos in ertsAndrew Dryga
2016-09-05Implement the new ceil/1 and floor/1 guard BIFsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-02Better list_to_integerDmytro Lytovchenko
2015-07-31erts: fix binary_to_integer boundary caseMikael Pettersson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-25erts: Fix bug in list_to_integer for very large stringsSverker Eriksson
2014-09-04erts: Correct conversion of MIN_SMALL numeral to fixnumSverker Eriksson
2013-09-09Fix incorrect values returned by integer_to_binary/2Juan Jose Comellas
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2013-02-07float_to_list/2 changed rounding and cosmetic cleanupSerge Aleynikov
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21Text representation of a float formatted using given options.Serge Aleynikov
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for emulatorLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update emulator tests to conform with common_test standardLukas Larsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP