aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/atom.c
AgeCommit message (Expand)Author
2019-05-14Merge branch 'john/erts/fix-xxx_to_existing_atom-overflow/ERL-944/OTP-15819' ...John Högberg
2019-05-13erts: Fix buffer overflow in xxx_to_existing_atomJohn Högberg
2018-10-26Inline erts_cmpJohn Högberg
2018-06-18Update copyright yearHenrik Nord
2018-03-09Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etcJohn Högberg
2017-09-01Merge branch 'maint'Sverker Eriksson
2017-09-01Merge branch 'sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into maintSverker Eriksson
2017-08-30Merge tag 'OTP-20.0' into sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-01-30Add new AtU8 beam chunkJosé Valim
2016-11-29erts: Add erts internal secret atomSverker Eriksson
2016-11-22Merge branch 'maint'Sverker Eriksson
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-10-13Add system_info(atom_limit)Gabriele Santomaggio
2016-03-15update copyright-yearHenrik Nord
2016-02-15Avoid erts_cmp jump in atom, int and float comparisonsJosé Valim
2015-12-15erts: Refactor out erts functions from hashLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2013-02-19erts: Fix atom hash for latin1 charactersBjörn-Egil Dahlberg
2013-01-28Merge branch 'sverk/enc_atom-opt'Sverker Eriksson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25erts: Refactor erts_atom_get to use ErtsAtomEncodingSverker Eriksson
2013-01-16UTF-8 support for distributionRickard Green
2013-01-08erts: Change internal representation of atoms to utf8Sverker Eriksson
2011-06-14Use new atomic API in runtime systemRickard Green
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-02-03Merge branch 'jb/atom-table-size' into ccase/r13b04_devErlang/OTP
2010-02-02Add the +t emulator option to change the maximum number of atomsJulien Barbot
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP