summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/big.c
Commit message (Expand)AuthorAgeFilesLines
* lists_to_integer() & friends: Don't crash for overlong listsBjörn Gustavsson2023-02-221-0/+5
* Update copyright yearErlang/OTP2022-03-231-1/+1
* erts: Fix table info segfault during crash dumpLukas Larsson2022-02-171-0/+12
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-3/+3
|/
* big.h: Eliminate the BIG_DIGITS_PER_WORD defineBjörn Gustavsson2021-01-281-3/+0
* otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-9/+4
* erts: Implement the BeamAsm JITLukas Larsson2020-09-221-2/+46
* erts: Term decoding doesn't modify the input bufferJohn Högberg2020-09-211-1/+1
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | epmd: Support 32-bit creation values in local nodeSverker Eriksson2019-05-141-0/+18
|/
* Revert "epmd: Support 32-bit creation values in local node"Sverker Eriksson2019-04-091-18/+0
* epmd: Support 32-bit creation values in local nodeSverker Eriksson2019-03-221-0/+18
* Accept base in all integer-printing functionsStanislav Mayorov2019-01-101-48/+74
* Merge branch 'sverker/big-band-bug/ERL-804/OTP-15487' into maintSverker Eriksson2018-12-181-2/+5
|\
| * erts: Fix bug in 'band' of two negative numbers, one bigSverker Eriksson2018-12-171-2/+5
* | Fix reading beyond end of bignum in integer squaringBjörn Gustavsson2018-12-131-7/+5
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | Fail if ':' is passed to binary_to_integer/2Frank Hunleth2018-01-031-5/+10
* | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maintSverker Eriksson2017-07-131-3/+8
|\ \ | |/
| * erts: Fix bug in bxor of a big negative numberSverker Eriksson2017-07-121-3/+8
* | Update copyright yearHans Nilsson2017-06-141-1/+1
* | erts: Remove old unused functionsLukas Larsson2017-05-161-25/+0
* | update copyright-yearHenrik Nord2016-03-151-1/+1
* | Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson2016-02-241-118/+337
|\ \
| * | Better list_to_integerDmytro Lytovchenko2016-02-021-133/+213
| * | Moved do_list_to_integer from bif.c to big.cDmytro Lytovchenko2016-01-251-0/+153
| * | Merge branch 'maint'Henrik Nord2015-09-171-0/+3
| |\ \
| * | | erts: Remove halfword basic relative heap operationsBjörn-Egil Dahlberg2015-06-241-1/+1
| * | | erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg2015-06-241-17/+3
* | | | erts: Make erlang:halt() accept bignums as StatusSverker Eriksson2016-02-241-0/+26
| |/ / |/| |
* | | erts: fix binary_to_integer boundary caseMikael Pettersson2015-07-311-0/+3
|/ /
* | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* | Merge branch 'rickard/time_api/OTP-11997'Rickard Green2015-03-201-0/+40
|\ \ | |/ |/|
| * Introduce a new time APIRickard Green2015-03-201-0/+40
* | don't create oversize bignums in binary matchingMikael Pettersson2015-02-041-0/+2
|/
* erts: Fix ub in list_to_integer and bignum divLukas Larsson2014-09-221-4/+3
* erts: Correct conversion of MIN_SMALL numeral to fixnumSverker Eriksson2014-09-041-5/+6
* Merge branch 'lukas/erts/fix_neg_of_int64_min/OTP-12097' into maintLukas Larsson2014-08-141-6/+12
|\
| * erts: Fix neg int overflow when sint is min sizeLukas Larsson2014-08-081-6/+12
* | Properly handle SINT_MIN in small_to_big()Anthony Ramine2014-07-021-2/+4
|/
* erts: Fix crash when comparing very large floats with integersSverker Eriksson2014-01-221-1/+2
* erts: Refactor big-float compare on HALFWORD to use C-stackSverker Eriksson2014-01-221-2/+4
* Fix bsr bugLars Hesel Christensen2013-10-101-4/+4
* Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
* Properly mark Uint literals as unsigned in big.cAnthony Ramine2013-04-301-11/+12
* erts: Use block comments - ansi styleBjörn-Egil Dahlberg2013-03-041-5/+5
* Add new binary conversion bifsLukas Larsson2013-02-141-13/+234