aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/big.c
AgeCommit message (Expand)Author
2019-01-08Merge branch 'sverker/big-band-bug/ERL-804/OTP-15487' into maint-19Erlang/OTP
2018-12-17erts: Fix bug in 'band' of two negative numbers, one bigSverker Eriksson
2017-07-25Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-19Erlang/OTP
2017-07-12erts: Fix bug in bxor of a big negative numberSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Make erlang:halt() accept bignums as StatusSverker Eriksson
2016-02-02Better list_to_integerDmytro Lytovchenko
2016-01-25Moved do_list_to_integer from bif.c to big.cDmytro Lytovchenko
2015-09-17Merge branch 'maint'Henrik Nord
2015-07-31erts: fix binary_to_integer boundary caseMikael Pettersson
2015-06-24erts: Remove halfword basic relative heap operationsBjörn-Egil Dahlberg
2015-06-24erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Introduce a new time APIRickard Green
2015-02-04don't create oversize bignums in binary matchingMikael Pettersson
2014-09-22erts: Fix ub in list_to_integer and bignum divLukas Larsson
2014-09-04erts: Correct conversion of MIN_SMALL numeral to fixnumSverker Eriksson
2014-08-14Merge branch 'lukas/erts/fix_neg_of_int64_min/OTP-12097' into maintLukas Larsson
2014-08-08erts: Fix neg int overflow when sint is min sizeLukas Larsson
2014-07-02Properly handle SINT_MIN in small_to_big()Anthony Ramine
2014-01-22erts: Fix crash when comparing very large floats with integersSverker Eriksson
2014-01-22erts: Refactor big-float compare on HALFWORD to use C-stackSverker Eriksson
2013-10-10Fix bsr bugLars Hesel Christensen
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-30Properly mark Uint literals as unsigned in big.cAnthony Ramine
2013-03-04erts: Use block comments - ansi styleBjörn-Egil Dahlberg
2013-02-14Add new binary conversion bifsLukas Larsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-21erts: Fix bignum-bug in ETS with compressed optionSverker Eriksson
2011-12-02Iron out bugs in Win64 found in daily buildsPatrik Nyblom
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2011-11-16Remove remaining gcc 4.6 assigned-but-not-used warnings from ertsPatrik Nyblom
2011-10-11Cleanup double_to_bignum conversion codeLukas Larsson
2011-10-11Update integer and floating point number comparisonsLukas Larsson
2011-05-06erts_printf %R for relative ets-terms in halfword-vmSverker Eriksson
2011-02-18HALFWORD ETS Fix copyright year in some source filesSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-07-23NIF 64-bit integer supportSverker Eriksson
2010-06-30Fix bug that caused faulty 64-bit integers from drivers.Sverker Eriksson
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-10Correct the VM to work for more test suitesPatrik Nyblom
2010-03-10Fix the BEAM dissambler for the half-word emulatorPatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP