Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-12 | Support non top level letrecs in dialyzer | José Valim | |
Dialyzer so far only supported letrecs at the top-level and comprehension-like letrecs (i.e. that were directly applied) in their body. This commit address this issue by storing in the callgraph bound letrec labels pointing to their functions. This information is then used by the dataflow to properly lookup recursive definitions. | |||
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-09 | Update preloaded modules | Magnus Lidén | |
2013-12-09 | Merge branch 'siri/test-bugfix-upgrade-emulator' into maint | Magnus Lidén | |
* siri/test-bugfix-upgrade-emulator: [sasl] Test bugfix in branch 'schlagert/fix_emulator_upgrades' | |||
2013-12-09 | [sasl] Test bugfix in branch 'schlagert/fix_emulator_upgrades' | Siri Hansen | |
OTP-11529 | |||
2013-12-09 | Update system readme for R16B03 | Magnus Lidén | |
2013-12-09 | Update preloaded modules | Magnus Lidén | |
2013-12-07 | Merge branch 'rickard/garbage_collect/OTP-11388' | Rickard Green | |
* rickard/garbage_collect/OTP-11388: Parallel check_process_code when code_server purge a module Functionality for disabling garbage collection Use asynchronous check_process_code in code_parallel_SUITE Execution of system tasks in context of another process Conflicts: bootstrap/lib/kernel/ebin/hipe_unified_loader.beam erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam | |||
2013-12-06 | Update preloaded modules | Magnus Lidén | |
2013-12-06 | Merge branch 'maint' | Magnus Lidén | |
2013-12-06 | Update primary bootstrap app- and appup files | Magnus Lidén | |
2013-12-06 | Update primary bootstrap | Magnus Lidén | |
2013-12-05 | Merge branch 'maint' | Raimo Niskanen | |
2013-12-05 | Merge branch 'schlagert/fix_emulator_upgrades' into maint | Raimo Niskanen | |
* schlagert/fix_emulator_upgrades: Fix boot file generation for intermediate releases. | |||
2013-12-05 | Merge branch 'maint' | Hans Nilsson | |
2013-12-05 | Merge branch 'hans/inets/ftpc_test_fail' into maint | Hans Nilsson | |
* hans/inets/ftpc_test_fail: inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | |||
2013-12-05 | inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | Hans Nilsson | |
2013-12-05 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-12-05 | Merge branch 'ia/inets/cuddle-with-tests' into maint | Ingela Anderton Andin | |
* ia/inets/cuddle-with-tests: inets: Add crypto start check to ssl test cases | |||
2013-12-05 | Update primary bootstrap | Sverker Eriksson | |
2013-12-04 | Merge branch 'maint' | Peter Andersson | |
2013-12-04 | Merge branch 'peppe/common_test/r16b03_docs_updated' into maint | Peter Andersson | |
* peppe/common_test/r16b03_docs_updated: Update event handling documentation OTP-11524 | |||
2013-12-04 | Update event handling documentation | Peter Andersson | |
2013-12-04 | Merge branch 'sverk/crypto-strrchr-bug' | Sverker Eriksson | |
* sverk/crypto-strrchr-bug: crypto: Fix bug in change_basename | |||
2013-12-04 | Merge branch 'maint' | Peter Andersson | |
2013-12-04 | Merge branch 'peppe/common_test/r16b03_docs' into maint | Peter Andersson | |
* peppe/common_test/r16b03_docs: Update documentation OTP-10631 OTP-11305 OTP-11523 OTP-11524 | |||
2013-12-04 | Merge branch 'maint' | Anders Svensson | |
2013-12-04 | Merge branch 'anders/diameter/doc/OTP-11519' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-11519: Assorted doc fixes/tweaks | |||
2013-12-03 | Update documentation | Peter Andersson | |
2013-12-03 | crypto: Fix bug in change_basename | Sverker Eriksson | |
strrchr used on non null-terminated string. | |||
2013-12-03 | Merge branch 'sverk/yb/aes_ige_crypt' | Sverker Eriksson | |
* sverk/yb/aes_ige_crypt: crypto: Update supports/0 for des3_cbf and aes_ige256 crypto: Throw notsup for AES IGE if openssl older than 0.9.8c crypto: Add IGE mode for AES OTP-11522 | |||
2013-12-03 | Assorted doc fixes/tweaks | Anders Svensson | |
2013-12-03 | Merge branch 'maint' | Hans Nilsson | |
2013-12-03 | Merge branch 'hans/ssh/cli_delays' into maint | Hans Nilsson | |
* hans/ssh/cli_delays: ssh: Fix long cli delays. (Part of OTP-11339, OTP-10953) | |||
2013-12-03 | Merge branch 'hans/ftp/dialyzer_warning' into maint | Hans Nilsson | |
* hans/ftp/dialyzer_warning: ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | |||
2013-12-03 | ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | Hans Nilsson | |
2013-12-03 | ssh: Fix long cli delays. (Part of OTP-11339, OTP-10953) | Hans Nilsson | |
A step in fixing the tickets. | |||
2013-12-03 | Merge branch 'maint' | Sverker Eriksson | |
2013-12-03 | Merge branch 'sverk/crypto-no_answer_from_tc_supervisor' into maint | Sverker Eriksson | |
* sverk/crypto-no_answer_from_tc_supervisor: crypto: Add more lazy_eval to avoid no_answer_from_tc_supervisor | |||
2013-12-03 | Fix boot file generation for intermediate releases. | Tobias Schlager | |
A previous refactoring messed up the paths used in the start.boot file used in intermediate releases generated for emulator upgrades. | |||
2013-12-03 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-12-03 | Merge branch 'egil/fix-darwin-64-configure-default/OTP-11521' into maint | Björn-Egil Dahlberg | |
* egil/fix-darwin-64-configure-default/OTP-11521: erts: Let cc determine default wordsize for darwin build | |||
2013-12-03 | Merge branch 'maint' | Peter Andersson | |
2013-12-03 | Merge branch 'peppe/common_test/hook_skip_failure' into maint | Peter Andersson | |
* peppe/common_test/hook_skip_failure: Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} OTP-11409 | |||
2013-12-03 | inets: Add crypto start check to ssl test cases | Ingela Anderton Andin | |
2013-12-03 | Merge branch 'maint' | Sverker Eriksson | |
2013-12-03 | Merge branch 'sverk/test-cuddle' into maint | Sverker Eriksson | |
* sverk/test-cuddle: erts: Reduce wasted execution time for match_spec_SUITE:otp_9422 | |||
2013-12-03 | Merge branch 'maint' | Rickard Green | |
* maint: Fix observer retrieval of alloc info | |||
2013-12-03 | Merge branch 'rickard/alloc-info/OTP-11520' into maint | Rickard Green | |
* rickard/alloc-info/OTP-11520: Fix observer retrieval of alloc info |