Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add smoke tests | |||
2013-08-08 | Merge branch 'lukas/smoketests/OTP-11221' into maint | Lukas Larsson | |
* lukas/smoketests/OTP-11221: Add smoke tests | |||
2013-08-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-05 | Merge branch 'fredrik/inet/clarify_doc_address/OTP-10676' into maint | Fredrik Gustafsson | |
* fredrik/inet/clarify_doc_address/OTP-10676: kernel: fixed specs to inet:ntoa/1 kernel: changed tests where inet_parse:ntoa/1 was used to inet:parse/1 kernel: added ntoa documentation and exported it in inet.erl kernel: clarified inet:parse_address/1 referrering to old code | |||
2013-08-05 | Add smoke tests | Lukas Larsson | |
Smoke tests are meant to verify that a build of erlang has been successfull. | |||
2013-08-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-01 | Fix typo in abcast() function comment | Johannes Weißl | |
2013-07-30 | kernel: fixed specs to inet:ntoa/1 | Fredrik Gustafsson | |
2013-07-30 | kernel: changed tests where inet_parse:ntoa/1 was used to inet:parse/1 | Fredrik Gustafsson | |
2013-07-30 | kernel: added ntoa documentation and exported it in inet.erl | Fredrik Gustafsson | |
2013-07-30 | kernel: clarified inet:parse_address/1 referrering to old code | Fredrik Gustafsson | |
2013-07-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-21 | Fix indentation of User switch command help in Erlang shell | syl20bnr | |
2013-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-11 | Refactor away ?line macro in code_SUITE | Björn-Egil Dahlberg | |
2013-07-11 | Fix tests for erts app-file | Björn-Egil Dahlberg | |
2013-06-19 | Update version numbers for R16B02 development | Magnus Lidén | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-10 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/kernel/src/inet_db.erl | |||
2013-06-10 | Merge branch 'raimo/inet-gethostbyname-lowercase-search/OTP-10689' into maint | Raimo Niskanen | |
* raimo/inet-gethostbyname-lowercase-search/OTP-10689: Add test cases for host lookup case (in)sensitivity Improve case (in)sensitivity for host lookups | |||
2013-06-07 | Add test cases for host lookup case (in)sensitivity | Raimo Niskanen | |
2013-06-07 | Improve case (in)sensitivity for host lookups | Raimo Niskanen | |
2013-06-05 | Merge branch 'siri/kernel/heart-set_cmd-unicode/OTP-10843' | Siri Hansen | |
* siri/kernel/heart-set_cmd-unicode/OTP-10843: Convert command string to encoded binary in heart:set_cmd/1 Conflicts: lib/kernel/src/heart.erl | |||
2013-06-04 | Merge branch 'maint' | Siri Hansen | |
2013-06-04 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: Delete 'icky' dirs and symlinks after kernel tests [ct_netconfc] Improve error printout Fix interactive_shell_SUITE to handle node name with quotes | |||
2013-06-04 | Delete 'icky' dirs and symlinks after kernel tests | Siri Hansen | |
This is to avoid lingering files on windows. | |||
2013-06-03 | Merge branch 'maint' | Lukas Larsson | |
* maint: Do not fail if there is no variables file Run iter max ports on a seperate vm with smaller port table Set max ports for slave node Decrease sleep timer | |||
2013-06-03 | Merge branch 'lukas/r16b01/testcase-fixes/OTP-11138' into maint | Lukas Larsson | |
* lukas/r16b01/testcase-fixes/OTP-11138: Do not fail if there is no variables file Run iter max ports on a seperate vm with smaller port table Set max ports for slave node Decrease sleep timer | |||
2013-06-03 | kernel: Handle unicode in os:cmd | Dan Gudmundsson | |
Allow unicode strings in os:cmd and try to convert the result bytes to unicode list. Also test it. | |||
2013-05-28 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-05-28 | Merge branch 'avi/fix-os-cmd-win/OTP-11104' into maint | Fredrik Gustafsson | |
* avi/fix-os-cmd-win/OTP-11104: Add testcase to exported Added primary bootstrap for os.beam kernel: redefined deep_list_command test Remove unnecessary whitespaces in os.erl and os_SUITE.erl Fix deep list argument error under Windows in os:cmd/1 | |||
2013-05-22 | Fix interactive_shell_SUITE to handle node name with quotes | Siri Hansen | |
Some test hosts have e.g. '-' in the name, which causes the node name to have single quotes. This commit updates the suite to handle this correctly. | |||
2013-05-16 | Merge branch 'maint' | Rickard Green | |
* maint: Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled Make high_msgq_watermark and low_msgq_watermark generic inet options Do not treat port_set_data/port_get_data as signals Add 'frmptr' emulator type Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam erts/preloaded/ebin/prim_inet.beam | |||
2013-05-16 | Merge branch 'rickard/inet_opts/OTP-11075' into maint | Rickard Green | |
* rickard/inet_opts/OTP-11075: Make high_msgq_watermark and low_msgq_watermark generic inet options Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2013-05-06 | Make high_msgq_watermark and low_msgq_watermark generic inet options | Rickard Green | |
2013-05-06 | Fix unmatched_returns warnings in Kernel | Hans Bolinder | |
2013-05-06 | Fix unmatched_returns warning in Kernel | Hans Bolinder | |
If the file given by the Kernel application variable 'error_logger' cannot be opened a crash will occur. | |||
2013-05-06 | Fix unmatched_return warnings in kernel | Siri Hansen | |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder | |
2013-05-02 | Add testcase to exported | Fredrik Gustafsson | |
2013-04-30 | kernel: redefined deep_list_command test | Fredrik Gustafsson | |
2013-04-30 | Remove unnecessary whitespaces in os.erl and os_SUITE.erl | Aleksandr Vinokurov | |
Conflicts: lib/kernel/test/os_SUITE.erl | |||
2013-04-30 | Fix deep list argument error under Windows in os:cmd/1 | Aleksandr Vinokurov | |
Because of leeway in implementing os:cmd/1 under different OS there is a difference in results when calling it with deep list argument. os:cmd/1 specifies io_lib:chars() type for its argument and io_lib functions can produce deep lists inspite of io_lib:chars() result type specification. This commit flattens the argument for erlang:open_port/2 (which is used under Windows) and expands the os_SUITE to regress the bug. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-17 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Encode Erlang source files with non-ascii characters in UTF-8 |