Age | Commit message (Expand) | Author |
2018-06-04 | erts: Refactor usage of am_atom_put to ERTS_MAKE_AM | Sverker Eriksson |
2018-03-09 | Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etc | John Högberg |
2018-01-11 | Merge branch 'maint' | Rickard Green |
2018-01-11 | Fix encoding of filenames in stacktraces | Rickard Green |
2018-01-03 | Disallow NULs in filename-encoded strings | John Högberg |
2018-01-03 | Replace the libc environment with a thread-safe emulation | John Högberg |
2017-10-12 | Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint" | Rickard Green |
2017-10-11 | Don't allow null chars in various strings | Rickard Green |
2017-09-27 | Don't allow null in filenames | Rickard Green |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-02-14 | erts: Add deallocation veto for magic destructors | Sverker Eriksson |
2017-02-06 | Use magic refs for unicode static NIFs traps | Rickard Green |
2017-01-30 | Add new AtU8 beam chunk | José Valim |
2016-05-05 | erl_unicode.c: fix integer truncation problems | Mikael Pettersson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-24 | erts: Change erl_exit into erts_exit | Sverker Eriksson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2014-05-22 | Fix conversion of empty string in erts_convert_native_to_filename() | Rickard Green |
2013-12-16 | erts: Add 'extra' argument to erts_convert_filename_to_encoding | Sverker Eriksson |
2013-10-16 | Merge branch 'sverk/load-nif-unicode' | Sverker Eriksson |
2013-10-15 | Merge branch 'maint' | Sverker Eriksson |
2013-09-30 | erts: erts_mmap supercarrier management and erts_mseg usage | Rickard Green |
2013-09-24 | erts: Fix bug in atom to filename conversions | Sverker Eriksson |
2013-09-19 | erts: Factor out erts_convert_filename_to_wchar() | Sverker Eriksson |
2013-06-05 | Merge branch 'maint' | Patrik Nyblom |
2013-06-03 | erts: Change erlang:open_port spawn to handle unicode | Dan Gudmundsson |
2013-05-02 | Fix faulty rest on error in unicode:characters_to_list | Patrik Nyblom |
2013-03-04 | erts: Use block comments - ansi style | Björn-Egil Dahlberg |
2013-02-18 | Add +pc {latin1|unicode} switch and io:printable_range/0 | Patrik Nyblom |
2013-02-11 | Teach prim_file:set_cwd() to avoid entering non-translatable directories | Björn Gustavsson |
2013-02-11 | Make prim_file skip invalid filenames in unicode mode | Patrik Nyblom |
2013-01-28 | Merge branch 'sverk/enc_atom-opt' | Sverker Eriksson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | erts: Refactor erts_atom_get to use ErtsAtomEncoding | Sverker Eriksson |
2013-01-22 | erts: Fix bug in analyze_utf8 causing faulty latin1 detection | Sverker Eriksson |
2013-01-16 | atom fixes for NIFs and atom_to_binary | Sverker Eriksson |
2013-01-16 | UTF-8 support for distribution | Rickard Green |
2013-01-08 | erts: Change internal representation of atoms to utf8 | Sverker Eriksson |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-20 | Merge branch 'maint' | Patrik Nyblom |
2012-08-14 | Make get/putenv and erlexec understand Unicode | Patrik Nyblom |
2012-02-21 | erts: Refactor new helper function erts_init_trap_export | Sverker Eriksson |
2011-11-16 | Remove remaining gcc 4.6 assigned-but-not-used warnings from erts | Patrik Nyblom |
2011-10-26 | Use the proper macros in all BIFs | Björn Gustavsson |
2011-10-13 | Allow noncharacter code points in unicode encoding and decoding | Björn Gustavsson |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg |
2011-03-16 | erts: Remove unused variables | Tuncer Ayaz |
2010-12-10 | Fix a couple typos in filename encoding docs | Tuncer Ayaz |
2010-11-30 | Teach prim_file not to accept atoms and not to throw exceptions | Patrik Nyblom |