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
/
external.c
Age
Commit message (
Expand
)
Author
2013-07-11
Merge branch 'jw/fix-float-middle-endian/OTP-11201' into maint
Fredrik Gustafsson
2013-06-14
erts: Fix memory leak in term_to_binary/2 with compressed option
Sverker Eriksson
2013-06-14
Fix external term format BIFs on floating point middle-endian machines
Johannes Weißl
2013-06-10
term_to_binary: Remove debug code and set production trap levels
Patrik Nyblom
2013-06-06
Teach erl_gc:offset_rootset about extra_root
Patrik Nyblom
2013-06-05
Teach external.c to handle reallocs before compression
Patrik Nyblom
2013-06-05
Make all steps ofterm_to_binary work in chunks and yield
Patrik Nyblom
2013-06-04
Make term_to_binary yield (trap).
happi
2013-04-15
erts: Remove unnecessary utf8 analysis step in external decoding
Sverker Eriksson
2013-01-28
Merge branch 'sverk/enc_atom-opt'
Sverker Eriksson
2013-01-25
Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc'
Patrik Nyblom
2013-01-25
Update copyright years
Björn-Egil Dahlberg
2013-01-25
erts: Optimize atom encoding to use memcpy for pure ascii
Sverker Eriksson
2013-01-25
erts: Refactor erts_atom_get to use ErtsAtomEncoding
Sverker Eriksson
2013-01-23
Fix clang compiler warnings on FreeBSD in erts
Patrik Nyblom
2013-01-16
UTF-8 support for distribution
Rickard Green
2013-01-08
erts: Change internal representation of atoms to utf8
Sverker Eriksson
2013-01-08
erts: Refactor rename DFLAG(S)_INTERNAL_TAGS for conformity
Sverker Eriksson
2012-09-07
Replace sprintf with erts_snprintf in beam
Björn-Egil Dahlberg
2012-08-15
Merge branch 'maint'
Sverker Eriksson
2012-08-14
Fix corrupted binaries in compressed ETS tables
Sverker Eriksson
2012-06-04
Merge branch 'maint'
Lukas Larsson
2012-05-10
Remove stale code for hybrid heap and incremental GC
Björn Gustavsson
2012-03-30
Merge branch 'maint'
Björn-Egil Dahlberg
2012-03-30
Update copyright years
Björn-Egil Dahlberg
2012-03-09
Merge branch 'sverk/threadsafe-code-loading'
Sverker Eriksson
2012-02-21
erts: Multiple export tab's using code_ix
Sverker Eriksson
2012-02-21
erts: Fail binary_to_term if bignum arity is too large
Sverker Eriksson
2011-12-02
Get cerl and distribution working in Win64
Patrik Nyblom
2011-11-17
external.c: Remove the option to create over-sized heap binaries
Björn Gustavsson
2011-10-26
Use the proper macros in all BIFs
Björn Gustavsson
2011-08-27
Add erlang:external_size/2 BIF
Filipe David Manana
2011-03-11
Update copyright years
Björn-Egil Dahlberg
2011-03-09
Fix 18 exabyte memory allocation failure
Björn Gustavsson
2010-11-22
ETS 'compressed' option.
Sverker Eriksson
2010-08-07
Align trailing message data for all types of structures
Rickard Green
2010-07-20
One off-heap list, to eliminate two words per ETS object.
Sverker Eriksson
2010-07-05
term_to_binary use all 32 bits of INTEGER_EXT
Sverker Eriksson
2010-03-10
Fix further test-suite problems
Patrik Nyblom
2010-03-10
Correct the VM to work for more test suites
Patrik Nyblom
2010-03-10
Make tracing and distribution work
Patrik Nyblom
2010-03-10
Turn on instruction packing in the loader and virtual machine
Patrik Nyblom
2010-03-10
Store pointers to heap data in 32-bit words
Patrik Nyblom
2010-03-10
Fit all heap data into the 32-bit address range
Patrik Nyblom
2010-02-11
OTP-8335 Even more NIF features
Sverker Eriksson
2010-02-02
Add the +t emulator option to change the maximum number of atoms
Julien Barbot
2010-01-13
OTP-8240 Improved GC performance after BIF/NIF call when a lot of heap
Sverker Eriksson
2010-01-12
Merge branch 'jv/binary_to_term-opts' into ccase/r13b04_dev
Erlang/OTP
2010-01-08
add options to binary_to_term
Jayson Vantuyl
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP