Age | Commit message (Expand) | Author |
2014-03-17 | Change encoding for XML files to utf-8 | Siri Hansen |
2014-03-15 | Fix evaluation of empty map patterns in erl_lint | Anthony Ramine |
2014-03-15 | Fix evaluation of empty map updates in the debugger | Anthony Ramine |
2014-03-14 | Fix evaluation of empty map updates in erl_eval | Anthony Ramine |
2014-03-14 | compiler: Create literal Maps in creation if possible | Björn-Egil Dahlberg |
2014-03-14 | Merge branch 'sverk/maps-erl_interface' | Sverker Eriksson |
2014-03-14 | ssl: Server now ignores client ECC curves that it does not support instead of | Ingela Anderton Andin |
2014-03-14 | Add test for unknown elliptic curve supported by client | Danil Zagoskin |
2014-03-14 | erts: Add distribution capability flag for maps DFLAG_MAP_TAG | Sverker Eriksson |
2014-03-14 | erts: Change external format for maps | Sverker Eriksson |
2014-03-14 | Merge branch 'nox/compiler/beam_bool-mixed-boolean' | Björn Gustavsson |
2014-03-14 | Merge branch 'nox/compiler/sys_core_fold-redundant-clauses' | Björn Gustavsson |
2014-03-14 | Merge branch 'nox/compiler/v3_core-mismatched-apply' | Björn Gustavsson |
2014-03-13 | Activate Emacs erlang-mode for .app files inside ebin directory. | Phil Hagelberg |
2014-03-13 | Add more file types to Emacs auto-mode-alist. | Phil Hagelberg |
2014-03-13 | Merge branch 'nox/maps-erl_docgen/OTP-11776' | Björn-Egil Dahlberg |
2014-03-13 | fix file_SUITE:cur_dir_0 for long windows paths | Sverker Eriksson |
2014-03-13 | erts: Fix file_SUITE:make_del_dir for long paths | Sverker Eriksson |
2014-03-13 | Merge branch 'hb/erts/escript_note' | Hans Bolinder |
2014-03-13 | Add Emacs autoloads for .erl and .app.src. | Phil Hagelberg |
2014-03-12 | Merge branch 'peppe/common_test/group_events' | Peter Andersson |
2014-03-12 | Update test suites and fix various remaining problems | Peter Andersson |
2014-03-12 | Update event protocol and CT Hooks API | Peter Andersson |
2014-03-12 | Introduce group name for skipped cases in events, hooks and overview log | Peter Andersson |
2014-03-12 | Merge branch 'peppe/common_test/test_server_enoent_crash' | Peter Andersson |
2014-03-12 | Merge branch 'peppe/common_test/auto_compile_flag' | Peter Andersson |
2014-03-12 | Add ts:run/5 function to run specific test case(s) in a group | Peter Andersson |
2014-03-12 | Add test cases and fix some problems with logging and with the telnet client | Peter Andersson |
2014-03-12 | Get ct_telnet_client to print all data from server to log | Peter Andersson |
2014-03-12 | Change telnet logging behaviour | Peter Andersson |
2014-03-12 | cerl_inline: Fix type error | Björn Gustavsson |
2014-03-12 | Merge branch 'nox/compiler/v3_core-mismatched-apply' | Björn Gustavsson |
2014-03-12 | erts: Clarify escript's encoding of the I/O-server | Hans Bolinder |
2014-03-10 | Correct file:set_cwd/1 typespec | José Valim |
2014-03-10 | erl_interface: Add test for ei_skip_term of container terms | Sverker Eriksson |
2014-03-10 | erl_interface: Add map support in ei_skip_term | Sverker Eriksson |
2014-03-10 | erl_interface: Fix mem leak in ei_decode_encode_test | Sverker Eriksson |
2014-03-10 | remove reference to dbg_wx_edit* modules that don't exist | Vlad Dumitrescu |
2014-03-10 | Properly handle redundant boolean clauses in sys_core_fold | Anthony Ramine |
2014-03-09 | Support identity transfer-encoding in httpc | Anthony Ramine |
2014-03-09 | inets: Fix incorrect argument order | Kirilll Zaborsky |
2014-03-08 | Properly detect reused boolean values in beam_bool | Anthony Ramine |
2014-03-07 | Support the LLVM backend in HiPE | Yiannis Tsiouris |
2014-03-07 | Implement the LLVM backend | Yiannis Tsiouris |
2014-03-07 | Extend RTL API to support the LLVM backend | Yiannis Tsiouris |
2014-03-07 | Add support for llvm unique symbols in hipe_gensym | Yiannis Tsiouris |
2014-03-07 | Move some common code in hipe_pack_constants | Yiannis Tsiouris |
2014-03-07 | Add better specs in hipe_pack_constants and cleanup | Yiannis Tsiouris |
2014-03-07 | Merge branch 'nox/maps-beam_jump-put_map' | Björn-Egil Dahlberg |
2014-03-07 | Emit errors when redefining arity(), bitstring(), iodata(), or boolean() | Hans Bolinder |