Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-23 | Merge branch 'erland/revert_time/OTP-12444' into maint | Erland Schönbeck | |
* erland/revert_time/OTP-12444: Revert "Use new time API and be back-compatible in ssh" | |||
2015-03-22 | Merge branch 'anders/diameter/17/time/OTP-12439' into maint | Anders Svensson | |
* anders/diameter/17/time/OTP-12439: Adapt app suite to changes in time api | |||
2015-03-22 | Merge branch 'anders/diameter/time/OTP-12439' into maint | Anders Svensson | |
* anders/diameter/time/OTP-12439: Adapt to changes in time api | |||
2015-03-20 | Merge branch 'nox/fix-port_info-race' into maint | Zandra Hird | |
* nox/fix-port_info-race: Fix a race condition when calling port_info/1 OTP-12587 | |||
2015-03-20 | Merge branch 'anders/diameter/pool/OTP-12428' into maint | Anders Svensson | |
* anders/diameter/pool/OTP-12428: Add pool_size test to config suite | |||
2015-03-20 | Add pool_size test to config suite | Anders Svensson | |
Overlooked in commit 4b691d8d. | |||
2015-03-19 | Adapt to changes in time api | Anders Svensson | |
erlang:convert_time_resolution/3 has been renamed to convert_time_unit. erlang:time_resolution/0 has been removed: use new time resolution values instead. | |||
2015-03-19 | Adapt app suite to changes in time api | Anders Svensson | |
erlang:time_resolution/0 has been removed, erlang:convert_time_resolution/3 has been renamed convert_time_unit, and {os,erlang}:system_time/0,1 have been added. Modify the list of ignored undefined function calls accordingly. | |||
2015-03-19 | Merge branch 'johanclaesson/maint' into maint | Zandra Hird | |
* johanclaesson/maint: Fix tags completion in erlang.el for GNU Emacs 23+ OTP-12583 | |||
2015-03-19 | Merge branch 'kovyl2404/maint/cpu_sup_big_loadavg/OTP-12581' into maint | Björn-Egil Dahlberg | |
* kovyl2404/maint/cpu_sup_big_loadavg/OTP-12581: Handle big loadavg values correctly | |||
2015-03-18 | Merge branch 'egil/dialyzer/fix-find_terminals/OTP-12577' into maint | Björn-Egil Dahlberg | |
* egil/dialyzer/fix-find_terminals/OTP-12577: dialyzer: Add missing clause for map in find_terminals | |||
2015-03-18 | Handle big loadavg values correctly | Viacheslav V. Kovalev | |
Do not crash with badmatch when integer part of loadavg has more than 2 digits. | |||
2015-03-18 | Merge branch 'qrilka/patch-3' into maint | Zandra Hird | |
* qrilka/patch-3: Minor comment fix | |||
2015-03-18 | Merge branch 'nlmills/cleanup' into maint | Zandra Hird | |
* nlmills/cleanup: Remove unused time macros from efile_drv | |||
2015-03-18 | Merge branch 'jeffweiss/fix_eldap_doc_infinity_typo' into maint | Zandra Hird | |
* jeffweiss/fix_eldap_doc_infinity_typo: fix `infinity` typo in eldap docs | |||
2015-03-18 | Merge branch 'wmalik/minor-fixes' into maint | Zandra Hird | |
* wmalik/minor-fixes: Fix proc_lib doc Remove commented out code Fix make_hash description | |||
2015-03-18 | Fix a race condition when calling port_info/1 | Anthony Ramine | |
This variable hold the values returned by erlang:port_info/1 and shouldn't be static. Reported-by: Heinz Nikolaus Gies | |||
2015-03-18 | Merge branch 'peppe/common_test/end_per_group_event' into maint | Peter Andersson | |
* peppe/common_test/end_per_group_event: Always report ok to event handlers after successful cfg or tc func OTP-12279 | |||
2015-03-18 | Always report ok to event handlers after successful cfg or tc func | Peter Andersson | |
Also make sure test_server never reports failures that can be mistaken for positive results. | |||
2015-03-18 | Merge branch 'peppe/common_test/change_pre_post_io_test_timing' into maint | Peter Andersson | |
* peppe/common_test/change_pre_post_io_test_timing: Modify test timing by enabling time multiplier and scaling OTP-12574 | |||
2015-03-18 | Modify test timing by enabling time multiplier and scaling | Peter Andersson | |
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/enable_time_scaling' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/enable_time_scaling: Enable timetrap scaling for all tests | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/fix_xcomp' into maint | Peter Andersson | |
* origin/peppe/fix_xcomp: Modify the xcomp file for ARM and enable more flags Fix problem with variables not getting assigned during installation OTP-11441 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/tc_log_format' into maint | Peter Andersson | |
* origin/peppe/common_test/tc_log_format: Modify the top section of the test case log file OTP-12518 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/log_cache_problem' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/log_cache_problem: Fix problem with directories not listed in expected order OTP-11400 | |||
2015-03-18 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/ct_netconfc_action_ok' into maint * origin/peppe/common_test/ct_netconfc_action_ok: Handle {ok,Data} in RPC reply (decode_rpc_reply) OTP-12491 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/public_event_mgr' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/public_event_mgr: Add documentation Add API functions for reading CT event manager references OTP-12506 | |||
2015-03-18 | Enable timetrap scaling for all tests | Peter Andersson | |
2015-03-18 | Merge branch 'hb/tools/unicode_fix/OTP-12567' into maint | Hans Bolinder | |
* hb/tools/unicode_fix/OTP-12567: tools: Fix a Unicode bug in the tags module | |||
2015-03-17 | dialyzer: Add missing clause for map in find_terminals | Björn-Egil Dahlberg | |
Reported-by: Ali Sabil | |||
2015-03-17 | tools: Fix a Unicode bug in the tags module | Hans Bolinder | |
2015-03-17 | Merge branch 'rickard/port_control_flags_crash/OTP-12544' into maint | Rickard Green | |
* rickard/port_control_flags_crash/OTP-12544: Make access to control_flags safe in non-smp emulator | |||
2015-03-17 | Merge branch 'rickard/find_emu_cc/OTP-12388' into maint | Rickard Green | |
* rickard/find_emu_cc/OTP-12388: Fix missing quotation in LM_FIND_EMU_CC | |||
2015-03-17 | Merge branch 'rickard/otp_patch_apply/OTP-12565' into maint | Rickard Green | |
* rickard/otp_patch_apply/OTP-12565: Minor fixes | |||
2015-03-17 | Minor fixes | Rickard Green | |
2015-03-17 | Merge branch 'rickard/otp_patch_apply/OTP-12565' into maint | Rickard Green | |
* rickard/otp_patch_apply/OTP-12565: Add support for patching of individual applications | |||
2015-03-17 | Add support for patching of individual applications | Rickard Green | |
2015-03-16 | Fix tags completion in erlang.el for GNU Emacs 23+ | Johan Claesson | |
The tag completion code was changed in GNU Emacs 23.1 in a way that broke erlang.el tag completion. This commit fix that for Emacs 23.1 and later. Add progress report while building completion table. Add completion of module_info/0 for all modules. Add lib/tools/emacs/*.elc to .gitignore. | |||
2015-03-16 | Revert "Use new time API and be back-compatible in ssh" | Erland Schönbeck | |
This reverts commit af972aaf14a5f53510e692f48f672f7e6805ee6d. Conflicts: lib/ssh/test/ssh_basic_SUITE.erl | |||
2015-03-16 | Merge branch 'ia/public_key/crls_dialyzer' into maint | Ingela Anderton Andin | |
* ia/public_key/crls_dialyzer: public_key: dialyzer fixes | |||
2015-03-16 | Merge branch 'hans/version_updates' into maint | Hans Nilsson | |
2015-03-16 | ssh: uppdate version in vsn.mk | Hans Nilsson | |
2015-03-16 | eldap: uppdate version in vsn.mk | Hans Nilsson | |
2015-03-16 | Merge branch 'nlmills/docfix' into maint | Zandra Hird | |
* nlmills/docfix: Correct typo in erlang(3) documentation | |||
2015-03-16 | Minor comment fix | Kirill Zaborsky | |
2015-03-15 | Modify the top section of the test case log file | Peter Andersson | |
2015-03-14 | Remove unused time macros from efile_drv | Nick Mills | |
All uses of these macros were removed in commit c3a615aa2da09bc3a0575e973959f800460a63de. | |||
2015-03-13 | Modify the xcomp file for ARM and enable more flags | Peter Andersson | |
2015-03-13 | Fix problem with variables not getting assigned during installation | Peter Andersson | |
2015-03-13 | Merge branch 'raimo/infinite-loop-gethostbyname/OTP-12133' into maint | Raimo Niskanen | |
* raimo/infinite-loop-gethostbyname/OTP-12133: Restore lookup order after test |