Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-15 | Fix one-letter typo | David N. Welton | |
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-10 | erl_interface: Add test for ei_skip_term of container terms | Sverker Eriksson | |
2014-03-10 | erl_interface: Fix mem leak in ei_decode_encode_test | Sverker Eriksson | |
2014-03-06 | erl_interface: test decode/encode of maps | Sverker Eriksson | |
2014-03-06 | erl_interface: test decode_encode of tuples and lists | Sverker Eriksson | |
2014-03-06 | erl_interface: refactor ei_decode_encode_test.c | Sverker Eriksson | |
to prepare for lists, tuples and ... maps! | |||
2014-02-24 | erts: Set default external enc to use new float scheme | Lukas Larsson | |
This change was triggered by the OSE float printing function not working exactly the same way as linux/win32. But it is also a good one in general as it cuts size in more than half for floats. | |||
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text ↵ | Pierre Fenoll | |
files as delimiters. While working on a tool that processes Erlang code and testing it against this repo, I found out about those little sneaky 0xff. I thought it may be of help to other people build such tools to remove non-conforming-to-standard characters. | |||
2013-09-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-30 | Fix location of true binary under Mac OSX | Simon Cornish | |
2013-08-08 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add smoke tests | |||
2013-08-05 | Add smoke tests | Lukas Larsson | |
Smoke tests are meant to verify that a build of erlang has been successfull. | |||
2013-05-20 | Handle space in paths in test Makefiles | Dan Gudmundsson | |
test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-20 | erl_interface: Fix some warnings in test code | Sverker Eriksson | |
by adding missing #include's | |||
2013-02-08 | Merge branch 'sverk/erl_interface-enum-typedef' | Sverker Eriksson | |
* sverk/erl_interface-enum-typedef: erl_interface: Change enum erlang_char_encoding to a typedef | |||
2013-02-07 | erl_interface: Change enum erlang_char_encoding to a typedef | Sverker Eriksson | |
to make the API independent of the actual type of erlang_char_encoding | |||
2013-01-30 | erl_interface: Fix ei_skip_term | Sverker Eriksson | |
2013-01-28 | Merge branch 'lukas/erl_interface/test_atom_as_functions/OTP-10753' | Lukas Larsson | |
* lukas/erl_interface/test_atom_as_functions/OTP-10753: Return if size test fails Add utf8 atom encode and decode testcases Validate UTF8/ASCII when buf is NULL | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Add utf8 atom encode and decode testcases | Lukas Larsson | |
2013-01-23 | Merge branch 'sverk/r16/utf8-atoms' | Sverker Eriksson | |
* sverk/r16/utf8-atoms: erl_interface: Fix bug when transcoding atoms from and to UTF8 erl_interface: Changed erlang_char_encoding interface erts: Testcase doing unicode atom printout with ~w erl_interface: even more utf8 atom stuff erts: Fix bug in analyze_utf8 causing faulty latin1 detection Add UTF-8 node name support for epmd workaround... Fix merge conflict with hasse UTF-8 atom documentation test case erl_interface: utf8 atoms continued Add utf8 atom distribution test cases atom fixes for NIFs and atom_to_binary UTF-8 support for distribution Implement UTF-8 atom support for jinterface erl_interface: Enable decode of unicode atoms stdlib: Fix printing of unicode atoms erts: Change internal representation of atoms to utf8 erts: Refactor rename DFLAG(S)_INTERNAL_TAGS for conformity Conflicts: erts/emulator/beam/io.c OTP-10753 | |||
2013-01-22 | erl_interface: even more utf8 atom stuff | Sverker Eriksson | |
2013-01-18 | erl_interface: utf8 atoms continued | Sverker Eriksson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-30 | Fix erl_interface testcases | Lukas Larsson | |
2012-05-30 | Update gccifier to respect -link option | Lukas Larsson | |
2012-05-02 | Fix cross compile of testcases | Lukas Larsson | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | erl_interface tests: Conform port_call_drv.c updated driver API | Björn Gustavsson | |
2011-10-27 | erl_interface tests: Eliminate use of deprecated regexp module | Björn Gustavsson | |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-28 | Merge branch 'bjorn/parallel-make/OTP-9451' into major | Björn Gustavsson | |
* bjorn/parallel-make/OTP-9451: ic documentation: Support parallel make system documentation: Support parallel make Support parallel make when running erl_interface tests odbc/c_src/Makefile.in: Support parallel make tools/c_src/Makefile.in: Support parallel make gs: Correct support for parallel make | |||
2011-09-22 | ei: Add gcc link flags to port_call_SUITE | Björn-Egil Dahlberg | |
2011-09-21 | Support parallel make when running erl_interface tests | Björn Gustavsson | |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for erl_interface | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |