Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-23 | Fix compilation of examples and tc names on windows | Lukas Larsson | |
2012-05-23 | Create erl.ini for host emulator | Lukas Larsson | |
2012-05-21 | Merge branch ↵ | Siri Hansen | |
'siri/crashdump_viewer/crash-when-hash-in-module-name/OTP-10090' into maint * siri/crashdump_viewer/crash-when-hash-in-module-name/OTP-10090: [crashdump_viewer] URL encode module names in link to loaded module details | |||
2012-05-16 | Merge branch 'siri/wx/edoc-deps' into maint | Siri Hansen | |
* siri/wx/edoc-deps: [wx] Add dependencies to .erl when generating edoc xmls | |||
2012-05-16 | [crashdump_viewer] URL encode module names in link to loaded module details | Siri Hansen | |
2012-05-15 | Merge branch 'hb/stdlib/correct_pretty_error/OTP-10054' into maint | Hans Bolinder | |
* hb/stdlib/correct_pretty_error/OTP-10054: Improve the nice 'badarith' message displayed by the shell | |||
2012-05-15 | Improve the nice 'badarith' message displayed by the shell | Hans Bolinder | |
2012-05-14 | [wx] Add dependencies to .erl when generating edoc xmls | Siri Hansen | |
2012-05-11 | Merge branch 'bjorn/test-cases' into maint | Björn Gustavsson | |
* bjorn/test-cases: ts: Recognize Windows 7 otp_SUITE: Ignore calls to dialyzer if the entire application is missing otp_SUITE: Remove broken filtering of megaco calls | |||
2012-05-11 | Merge branch 'ia/ssh/remote-connetion-id/OTP-10062' into maint | Ingela Anderton Andin | |
* ia/ssh/remote-connetion-id/OTP-10062: The channel id in a channel failure message, sent to the peer, is now in all cases the remote channel id | |||
2012-05-11 | Merge branch 'ia/ssl/doc-improvment' into maint | Ingela Anderton Andin | |
* ia/ssl/doc-improvment: Improved explanation of depth option | |||
2012-05-09 | Merge branch 'dgud/observer/bug-fixes/OTP-10075' into maint | Dan Gudmundsson | |
* dgud/observer/bug-fixes/OTP-10075: [observer] Add more popup menus and info selected pid [observer] Fix scrollbars in app-viewer [observer] Allow bifs when selecting functions for trace [observer] Fix gui-crash when table_copies couldn't be spawned [observer] Fix dead processes [observer] Ask epmd for local nodes [observer] Remove appmon ref when node goes down | |||
2012-05-08 | Merge branch 'sa/dialyzer-contract-variables' into maint | Henrik Nord | |
* sa/dialyzer-contract-variables: Correct handling of type names in contracts Don't rewrite unchanged PLT Fix crash related to contract checking OTP-10083 | |||
2012-05-08 | [observer] Add more popup menus and info selected pid | Dan Gudmundsson | |
2012-05-04 | Merge branch 'pan/active_once/OTP-10055' into maint | Patrik Nyblom | |
* pan/active_once/OTP-10055: Remove race in gen_tcp_misc_SUITE:otp_9389 gen_tcp: Make setopts(S,[{active,once}]) try a read | |||
2012-05-04 | Remove race in gen_tcp_misc_SUITE:otp_9389 | Patrik Nyblom | |
2012-05-04 | gen_tcp: Make setopts(S,[{active,once}]) try a read | Patrik Nyblom | |
This significantly reduces latency for tcp servers with high load, as we need not go into poll to get the next message. Maximum throughput may increase between 4 to 6 times compared to R15B. | |||
2012-05-04 | The channel id in a channel failure message, sent to the peer, is now in all ↵ | Ingela Anderton Andin | |
cases the remote channel id | |||
2012-05-03 | ts: Recognize Windows 7 | Björn Gustavsson | |
2012-05-03 | Merge branch 'sverk/cross_tests/OTP-10074' into maint | Lukas Larsson | |
* sverk/cross_tests/OTP-10074: Fix include issues in when building tests Fix cross compile of testcases Update cross build system for tests to work | |||
2012-05-02 | Merge branch 'egil/fix-run_erl/OTP-10076' into maint | Björn-Egil Dahlberg | |
* egil/fix-run_erl/OTP-10076: run_erl: Set controlling terminal run_erl: Use openpty slave descriptor run_erl: Retry interrupted system calls | |||
2012-05-02 | otp_SUITE: Ignore calls to dialyzer if the entire application is missing | Björn Gustavsson | |
2012-05-02 | otp_SUITE: Remove broken filtering of megaco calls | Björn Gustavsson | |
The call to the megaco_filter/1 function is broken. It will cause a badmatch if the megaco_filter/1 would return a different list than its argument. Since the test case has not failed, megaco_filter/1 has no effect and can be removed. | |||
2012-05-02 | otp_SUITE: Prefix MFAs with the application they belong to | Björn Gustavsson | |
2012-05-02 | Fix include issues in when building tests | Lukas Larsson | |
2012-05-02 | Fix cross compile of testcases | Lukas Larsson | |
2012-05-02 | Update cross build system for tests to work | Lukas Larsson | |
ts has been fixed to again work in a cross build environment. See ts:help() and xcomp/README.md for details about how it works. | |||
2012-04-30 | Merge branch 'egil/fix-port-io-statistics/OTP-10073' into maint | Björn-Egil Dahlberg | |
* egil/fix-port-io-statistics/OTP-10073: erts: Add port-I/O statistics for active once/true | |||
2012-04-27 | run_erl: Set controlling terminal | Björn-Egil Dahlberg | |
2012-04-27 | run_erl: Use openpty slave descriptor | Björn-Egil Dahlberg | |
2012-04-27 | Merge branch 'egil/fix-compiler-warnings' into maint | Björn-Egil Dahlberg | |
* egil/fix-compiler-warnings: erl_docgen: Do not overflow images for pdf doc gen kernel: Fix missing documentation link anchors megaco: Fix parallel make for behaviours inets: Fix parallel make for behaviours ssh: Fix parallel make for behaviours eunit: Fix parallel make for behaviours ssl: Fix parallel make for behaviours wx: configure.in needs AC_LANG_SOURCE gs: Suppress ignored result warning erts: Remove unused variable | |||
2012-04-27 | erl_docgen: Do not overflow images for pdf doc gen | Björn-Egil Dahlberg | |
2012-04-27 | kernel: Fix missing documentation link anchors | Björn-Egil Dahlberg | |
2012-04-27 | megaco: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | inets: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | ssh: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | eunit: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | ssl: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | wx: configure.in needs AC_LANG_SOURCE | Björn-Egil Dahlberg | |
2012-04-27 | gs: Suppress ignored result warning | Björn-Egil Dahlberg | |
* The whole 'handle_external_read' seems suspicious Keep original behaviour and just suppress | |||
2012-04-27 | erts: Remove unused variable | Björn-Egil Dahlberg | |
2012-04-27 | Merge branch 'maint-r15' into maint | Lars Thorsen | |
* maint-r15: Update release notes Fix continuation bug in parse_default_decl_1/2 | |||
2012-04-27 | Merge branch 'maint-r15' into maint | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2012-04-27 | erts: Add port-I/O statistics for active once/true | Björn-Egil Dahlberg | |
2012-04-27 | [observer] Fix scrollbars in app-viewer | Dan Gudmundsson | |
2012-04-27 | [observer] Allow bifs when selecting functions for trace | Dan Gudmundsson | |
Sigh (currently) bifs are not included in: Mod:module_info(functions) only in Mod:module_info(exports). Erlang compiler bug? | |||
2012-04-27 | [observer] Fix gui-crash when table_copies couldn't be spawned | Dan Gudmundsson | |
2012-04-27 | [observer] Fix dead processes | Dan Gudmundsson | |
Again sigh | |||
2012-04-27 | [observer] Ask epmd for local nodes | Dan Gudmundsson | |
Default menus include other erlang nodes on the local node | |||
2012-04-25 | Update release notes | Erlang/OTP | |