index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
big.c
Age
Commit message (
Expand
)
Author
2018-01-03
Fail if ':' is passed to binary_to_integer/2
Frank Hunleth
2017-07-13
Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint
Sverker Eriksson
2017-07-12
erts: Fix bug in bxor of a big negative number
Sverker Eriksson
2017-06-14
Update copyright year
Hans Nilsson
2017-05-16
erts: Remove old unused functions
Lukas Larsson
2016-03-15
update copyright-year
Henrik Nord
2016-02-24
Merge branch 'master' into sverk/master/halt-INT_MIN
Sverker Eriksson
2016-02-24
erts: Make erlang:halt() accept bignums as Status
Sverker Eriksson
2016-02-02
Better list_to_integer
Dmytro Lytovchenko
2016-01-25
Moved do_list_to_integer from bif.c to big.c
Dmytro Lytovchenko
2015-09-17
Merge branch 'maint'
Henrik Nord
2015-07-31
erts: fix binary_to_integer boundary case
Mikael Pettersson
2015-06-24
erts: Remove halfword basic relative heap operations
Björn-Egil Dahlberg
2015-06-24
erts: Remove HALFWORD_HEAP definition
Björn-Egil Dahlberg
2015-06-18
Change license text to APLv2
Bruce Yinhe
2015-03-20
Merge branch 'rickard/time_api/OTP-11997'
Rickard Green
2015-03-20
Introduce a new time API
Rickard Green
2015-02-04
don't create oversize bignums in binary matching
Mikael Pettersson
2014-09-22
erts: Fix ub in list_to_integer and bignum div
Lukas Larsson
2014-09-04
erts: Correct conversion of MIN_SMALL numeral to fixnum
Sverker Eriksson
2014-08-14
Merge branch 'lukas/erts/fix_neg_of_int64_min/OTP-12097' into maint
Lukas Larsson
2014-08-08
erts: Fix neg int overflow when sint is min size
Lukas Larsson
2014-07-02
Properly handle SINT_MIN in small_to_big()
Anthony Ramine
2014-01-22
erts: Fix crash when comparing very large floats with integers
Sverker Eriksson
2014-01-22
erts: Refactor big-float compare on HALFWORD to use C-stack
Sverker Eriksson
2013-10-10
Fix bsr bug
Lars Hesel Christensen
2013-06-12
Update copyright years
Björn-Egil Dahlberg
2013-04-30
Properly mark Uint literals as unsigned in big.c
Anthony Ramine
2013-03-04
erts: Use block comments - ansi style
Björn-Egil Dahlberg
2013-02-14
Add new binary conversion bifs
Lukas Larsson
2012-03-30
Update copyright years
Björn-Egil Dahlberg
2012-02-21
erts: Fix bignum-bug in ETS with compressed option
Sverker Eriksson
2011-12-02
Iron out bugs in Win64 found in daily builds
Patrik Nyblom
2011-12-02
Get cerl and distribution working in Win64
Patrik Nyblom
2011-11-16
Remove remaining gcc 4.6 assigned-but-not-used warnings from erts
Patrik Nyblom
2011-10-11
Cleanup double_to_bignum conversion code
Lukas Larsson
2011-10-11
Update integer and floating point number comparisons
Lukas Larsson
2011-05-06
erts_printf %R for relative ets-terms in halfword-vm
Sverker Eriksson
2011-02-18
HALFWORD ETS Fix copyright year in some source files
Sverker Eriksson
2011-02-03
HALFWORD ETS relative terms
Sverker Eriksson
2010-07-23
NIF 64-bit integer support
Sverker Eriksson
2010-06-30
Fix bug that caused faulty 64-bit integers from drivers.
Sverker Eriksson
2010-03-22
Merge branch 'pan/otp_8332_halfword' into dev
Erlang/OTP
2010-03-10
Correct the VM to work for more test suites
Patrik Nyblom
2010-03-10
Fix the BEAM dissambler for the half-word emulator
Patrik Nyblom
2010-03-10
Store pointers to heap data in 32-bit words
Patrik Nyblom
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP