Age | Commit message (Collapse) | Author | |
---|---|---|---|
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' | 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' | Lukas Larsson | |
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 | 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 | 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 | |||
2019-06-25 | Always fallback to source when we can't parse AST | José Valim | |
This commit fixes a bug in Dialyzer where it would assume all Erlang AST can be converted back to valid Erlang code. A case where this was is no true was already documented in the source code, in relation to opaque types, but this can also be true when it comes to other BEAM languages. | |||
2019-06-24 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Fix handling of certificate decoding problems | |||
2019-06-24 | Merge branch 'peterdmv/ssl/fix-cert-error-handling/OTP-15900' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-cert-error-handling/OTP-15900: ssl: Fix handling of certificate decoding problems | |||
2019-06-24 | Merge branch 'maint' | Micael Karlberg | |
2019-06-24 | Merge branch 'bmk/snmp/20190524/ipv6_issues/OTP-15764' into maint | Micael Karlberg | |
2019-06-24 | Merge branch 'maint' | Micael Karlberg | |
2019-06-24 | Merge branch 'bmk/snmp/20190614/snmpnet_on_openindiana' into maint | Micael Karlberg | |
2019-06-24 | Eliminate dialyzer warnings | Björn Gustavsson | |
Eliminate the Dialyzer warnings shown when the limits in lib/cerl/erl_types.erl were raised as follows: -define(TUPLE_TAG_LIMIT, 10). -define(TUPLE_ARITY_LIMIT, 10). -define(SET_LIMIT, 64). | |||
2019-06-24 | Merge branch 'maint' | Lukas Larsson | |
2019-06-24 | Merge branch 'lukas/os_mon/disk_sup_ignore_sqashfs/OTP-15778' into maint | Lukas Larsson | |
* lukas/os_mon/disk_sup_ignore_sqashfs/OTP-15778: os_mon: Make disk_sup ignore squashfs | |||
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |