Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-11 | Remove comments about unicode atoms in OTP 18 | Siri Hansen | |
There was once a plan to implement support for unicode atoms in OTP 18. This plan has been stopped until further notice, and the information about this is now removed from the documentation. | |||
2014-03-14 | erts: Change external format for maps | Sverker Eriksson | |
to be: 116,Arity, K1,V1,K2,V2,...,Kn,Vn instead of: 116,Arity, K1,K2,...,Kn, V1,V2,....,Vn We think this will be better for future internal map structures like HAMT. Would be bad if we need to iterate twice over HAMT in term_to_binary, one for keys and one for values. | |||
2014-03-11 | erts: Document external format for maps (MAP_EXT) | Sverker Eriksson | |
2013-11-27 | Merge branch 'maint' | Sverker Eriksson | |
2013-11-18 | erts: Fix bugs in binary_to_term for invalid bitstrings | Sverker Eriksson | |
<<131, 77, Len:32, Bits:8, Data/binary>> badarg if Bits > 8 Used to return internally inconsistent bitstring badarg if Len==0 and Bits > 0 Used to return invalid *huge* binary (size = (Uint)-1) badarg if Bits==0 and Len > 0 Used to return valid binary as if Bits was 8 | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-19 | UTF-8 atom documentation | Rickard Green | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |