Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-20 | stdlib: Remove old I/O-requests from test suites | Hans Bolinder | |
2019-08-20 | stdlib (doc): Do not mention old requests | Hans Bolinder | |
2019-08-20 | snmp: Update old format I/O-request | Hans Bolinder | |
2019-08-20 | sasl: Use encoding when reading terms | Hans Bolinder | |
2019-08-20 | parsetools (doc): Update old format I/O-requests | Hans Bolinder | |
2019-08-20 | mnesia: Update old format I/O-request | Hans Bolinder | |
2019-08-20 | kernel: Update old format I/O-requests | Hans Bolinder | |
2019-08-20 | stdlib: Remove no longer used function | Hans Bolinder | |
2019-08-20 | kernel: Remove commented out code | Hans Bolinder | |
2019-08-20 | stdlib: Remove commented out code | Hans Bolinder | |
2019-06-28 | Merge branch 'kostis/syntax_tools/remove_cond/OTP-15925' | Hans Bolinder | |
* kostis/syntax_tools/remove_cond/OTP-15925: Remove 'cond'-expressions from syntax_tools | |||
2019-06-27 | Merge branch 'maint' | Lukas Larsson | |
2019-06-27 | Merge branch 'lukas/erts/fix-half-arguments-to-erlexec/OTP-15931' into maint | Lukas Larsson | |
* lukas/erts/fix-half-arguments-to-erlexec/OTP-15931: erlexec: Fix argument separation when mixing env flags | |||
2019-06-27 | erlexec: Fix argument separation when mixing env flags | Lukas Larsson | |
Example: export ERL_AFLAGS=-test erl dummy_param In the above example, the dummy_param would be interpreted as an argument to -test, and not as a separate argument as it should. | |||
2019-06-27 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Fix the build of static crypto nifs Remove unused "ssh_assert" macro definition Remove unused "ssh_key" record definition | |||
2019-06-27 | Merge pull request #2297 from bitcrowd/ssh/remove-unused-definitions | Hans Nilsson | |
Remove unused SSH definitions OTP-15929 | |||
2019-06-27 | Merge pull request #2296 from grisp/sylane/crypto-fix-static-nifs-build | Hans Nilsson | |
crypto: Fix the build of static crypto nifs OTP-15928 | |||
2019-06-27 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Fix slow compilation of huge functions | |||
2019-06-27 | Merge pull request #2305 from ↵ | Björn Gustavsson | |
bjorng/bjorn/compiler/fix-slow-compilation/OTP-15923 Fix slow compilation of huge functions | |||
2019-06-27 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Fix ssl_basic_SUITE | |||
2019-06-27 | Merge branch 'peterdmv/ssl/fix-ssl-basic-suite' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-ssl-basic-suite: ssl: Fix ssl_basic_SUITE | |||
2019-06-27 | Merge branch 'maint' | Micael Karlberg | |
2019-06-27 | Merge branch ↵ | Micael Karlberg | |
'bmk/erts/esock/incorrect_map_size_check_update_membership/OTP-15908' into maint | |||
2019-06-27 | Merge branch 'maint' | Lukas Larsson | |
2019-06-27 | Merge branch 'lukas/erts/dist-optimize-large-data/PR-2291/OTP-15926' into maint | Lukas Larsson | |
* lukas/erts/dist-optimize-large-data/PR-2291/OTP-15926: erts: Don't copy binary data from dist data erts: Move copy of payload to receiving process | |||
2019-06-27 | Remove 'cond'-expressions from syntax_tools | Kostis Sagonas | |
'cond' expressions were an experimental addition to the Erlang language that never matured to the point that it could be incorporated to it. This pull request takes out the (incomplete anyway) handling of 'cond' expressions from the syntax_tools application, so as to simplify its code base. | |||
2019-06-27 | Merge pull request #2303 from bottleneko/kernel/fix-typo-in-logger-documentation | Hans Bolinder | |
Fix typo in logger_chapter.xml | |||
2019-06-27 | Merge branch 'maint' | Hans Bolinder | |
* maint: Always fallback to source when we can't parse AST | |||
2019-06-27 | Merge branch ↵ | Hans Bolinder | |
'josevalim/dialyzer/formatting_fallback/OTP-15922/PR-2240/ERL-949' into maint * josevalim/dialyzer/formatting_fallback/OTP-15922/PR-2240/ERL-949: Always fallback to source when we can't parse AST | |||
2019-06-26 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Adjust VALGRIND decls crypto: Fix mem leak detected by valgrind | |||
2019-06-26 | Merge branch 'hans/crypto/valgrind-fix-FIPS/OTP-15924' into maint | Hans Nilsson | |
* hans/crypto/valgrind-fix-FIPS/OTP-15924: crypto: Adjust VALGRIND decls crypto: Fix mem leak detected by valgrind | |||
2019-06-26 | ssl: Fix ssl_basic_SUITE | Péter Dimitrov | |
Do not automatically configure the TLS version for the 'tlsv1.3' group. | |||
2019-06-26 | crypto: Adjust VALGRIND decls | Hans Nilsson | |
Seem to detect false positives | |||
2019-06-26 | crypto: Fix mem leak detected by valgrind | Hans Nilsson | |
2019-06-26 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Fix spec/doc error for subsystem_specs | |||
2019-06-26 | Merge branch 'hans/ssh/spec_doc_error/OTP-15820' into maint | Hans Nilsson | |
* hans/ssh/spec_doc_error/OTP-15820: ssh: Fix spec/doc error for subsystem_specs | |||
2019-06-26 | ssh: Fix spec/doc error for subsystem_specs | Hans Nilsson | |
2019-06-26 | Fix slow compilation of huge functions | Björn Gustavsson | |
Some huge functions would compile very slowly because of a bottleneck in `beam_ssa:def_used/2`. One example is the `cuter_binlib` module in https://github.com/cuter-testing/cuter. On my computer, this commit reduces the compilatation time for `cuter_binlib` to 45 seconds down from more than 4 minutes. Noticed-by: Kostis Sagonas | |||
2019-06-26 | crypto: Fix the build of static crypto nifs | Sebastien Merle | |
2019-06-26 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Speed up compilation Cleanup configure Fail if no C++ compiler is avaiable | |||
2019-06-26 | Merge branch 'dgud/wx-configure-fixes' into maint | Dan Gudmundsson | |
* dgud/wx-configure-fixes: Speed up compilation Cleanup configure Fail if no C++ compiler is avaiable | |||
2019-06-26 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Eliminate dialyzer warnings | |||
2019-06-26 | Merge branch 'bjorn/compiler/fix-dialyzer-warnings' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-dialyzer-warnings: Eliminate dialyzer warnings | |||
2019-06-26 | Fix typo in logger_chapter.xml | Boris Murashov | |
2019-06-26 | Merge branch 'kjell/make_test/OTP-15812' | Kjell Winblad | |
2019-06-26 | Add "make test" command for root and application directories | Kjell Winblad | |
The added make target is described in HOWTO/TESTING.md. | |||
2019-06-25 | Remove unused "ssh_assert" macro definition | Paul Meinhardt | |
2019-06-25 | Remove unused "ssh_key" record definition | Paul Meinhardt | |
2019-06-25 | Merge branch 'maint' | Rickard Green | |
* maint: Update runtime dependency from stdlib to erts Yield when validating UTF8 for long subject in re:run() Add yield_on_subject_validation() test Update runtime dependency from stdlib to erts Only validate subject once when global is used in re:run() Add global_unicode_validation() test | |||
2019-06-25 | Merge pull request #2250 from ↵ | Rickard Green | |
rickard-green/rickard/re-unicode-validation/OTP-15831/OTP-15836/ERL-876 re unicode validation |