summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/atom.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'john/erts/fix-xxx_to_existing_atom-overflow/ERL-944/OTP-15819' ...John Högberg2019-05-141-18/+59
|\
| * erts: Fix buffer overflow in xxx_to_existing_atomJohn Högberg2019-05-131-18/+59
* | Inline erts_cmpJohn Högberg2018-10-261-1/+1
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etcJohn Högberg2018-03-091-1/+1
* | Merge branch 'maint'Sverker Eriksson2017-09-011-1/+1
|\ \ | |/
| * Merge branch 'sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into maintSverker Eriksson2017-09-011-1/+1
| |\
| | * Merge tag 'OTP-20.0' into sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson2017-08-301-14/+36
| | |\
| | * \ Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson2017-08-301-11/+15
| | |\ \
| | * | | erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson2017-08-301-1/+1
* | | | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-16/+14
* | | | | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-12/+0
|/ / / /
* | | | Allow toggling lock counting at runtimeJohn Högberg2017-07-061-1/+2
| |_|/ |/| |
* | | Add new AtU8 beam chunkJosé Valim2017-01-301-11/+24
* | | erts: Add erts internal secret atomSverker Eriksson2016-11-291-1/+4
* | | Merge branch 'maint'Sverker Eriksson2016-11-221-2/+2
|\ \ \
| * | | erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-2/+2
| | |/ | |/|
* | | Add system_info(atom_limit)Gabriele Santomaggio2016-10-131-0/+6
|/ /
* | update copyright-yearHenrik Nord2016-03-151-1/+1
* | Avoid erts_cmp jump in atom, int and float comparisonsJosé Valim2016-02-151-1/+1
* | erts: Refactor out erts functions from hashLukas Larsson2015-12-151-0/+3
* | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|/
* erts: Fix atom hash for latin1 charactersBjörn-Egil Dahlberg2013-02-191-1/+9
* Merge branch 'sverk/enc_atom-opt'Sverker Eriksson2013-01-281-2/+2
|\
| * erts: Refactor erts_atom_get to use ErtsAtomEncodingSverker Eriksson2013-01-251-2/+2
* | Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
|/
* UTF-8 support for distributionRickard Green2013-01-161-50/+114
* erts: Change internal representation of atoms to utf8Sverker Eriksson2013-01-081-5/+56
* Use new atomic API in runtime systemRickard Green2011-06-141-4/+4
* Re-enable spin wait on ethreads rwlocksRickard Green2010-09-081-1/+1
* Rewrite ethread libraryRickard Green2010-08-101-3/+7
* Merge branch 'jb/atom-table-size' into ccase/r13b04_devErlang/OTP2010-02-031-6/+6
|\
| * Add the +t emulator option to change the maximum number of atomsJulien Barbot2010-02-021-1/+1
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+354