Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-15 | Error msg to be returned together with Key exchange failed | Fredrik Gustafsson | |
2013-02-15 | Returning the actual reason why key exchange failed | Fredrik Gustafsson | |
2013-02-15 | Do not use writev on osx snow leopard | Lukas Larsson | |
writev will for large files return 0 indefinetely causing the efile driver to go into an infinite loop. | |||
2013-02-15 | Merge branch 'ks/xcomp-powerpc64-bgq/OTP-10849' | Fredrik Gustafsson | |
* ks/xcomp-powerpc64-bgq/OTP-10849: Add an xcomp file for Blue Gene/Q | |||
2013-02-15 | Merge branch 'sc/gen_tcp_send_error_closed/OTP-10839' | Fredrik Gustafsson | |
* sc/gen_tcp_send_error_closed/OTP-10839: Fix type of error Reason on gen_tcp:send/2 | |||
2013-02-14 | Merge branch 'rickard/erl_drv_consume_timeslice/OTP-10810' | Rickard Green | |
* rickard/erl_drv_consume_timeslice/OTP-10810: Implement erl_drv_consume_timeslice() | |||
2013-02-14 | Merge branch 'rickard/win-drv-bugfix/OTP-10807' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10807: Fix flush of fd-driver on Windows | |||
2013-02-14 | Merge branch 'rickard/win-drv-bugfix/OTP-10803' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10803: Fix unsafe accesses to driver data from win32 fd/vanilla/spawn drivers | |||
2013-02-14 | Merge branch 'rickard/win-drv-bugfix/OTP-10802' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10802: Fix unsafe driver_select() from win32 vanilla/spawn drivers | |||
2013-02-14 | Merge branch 'rickard/r16b/port-optimizations-fixes/OTP-10809' | Rickard Green | |
* rickard/r16b/port-optimizations-fixes/OTP-10809: Add erl_drv_busy_msgq_limits() to driver API on Windows Fix driver port accesses Fix port exit | |||
2013-02-14 | Merge branch 'rickard/r16b/notes-fix' | Rickard Green | |
* rickard/r16b/notes-fix: Fix erts-5.10 release notes | |||
2013-02-14 | Merge branch 'rickard/small-build' | Rickard Green | |
* rickard/small-build: Include apps needed for tests and doc in small build | |||
2013-02-14 | Smoke test the 'der' option | Björn Gustavsson | |
2013-02-14 | der: Correct code generation for checking of empty sets | Björn Gustavsson | |
The ASN.1 compiler would generate an Erlang module with incorrect syntax for: T DEFINITIONS AUTOMATIC TAGS ::= BEGIN Empty ::= SET { } S ::= SEQUENCE { e Empty DEFAULT {} } END | |||
2013-02-14 | per,uper: Fix breakage of compilation of InformationFramework | Björn Gustavsson | |
Commit f16f43446a04c459486356c0b4ad517cc9201895 broke compilation of InformationFramework for per and uper. | |||
2013-02-14 | Add NullTest | Björn Gustavsson | |
Was broken in some backends in R15. Make sure that we will notice if it breaks again. | |||
2013-02-14 | asn1_SUITE: Shorten the path to case-specific directory | Björn Gustavsson | |
On Windows, there is a limit to the number of characters in a filename. Therefore, we don't want unnecessarily use any longer path than necessary for case-specific directory. Since all test cases that put anything into priv_dir is asn1_SUITE, it is not necessary to include "asn1_SUITE" as part of the case-specific directory. | |||
2013-02-14 | asn1_SUITE: Don't add priv_dir to the code path | Björn Gustavsson | |
All generated and compiled code are now put into separate sub directories below priv_dir, so there is no point in adding priv_dir to the code path. | |||
2013-02-14 | asn1 tests: Remove obsolete duplicates of ASN.1 specs | Björn Gustavsson | |
2013-02-14 | Merge branch 'lukas/erts/add_sha_to_shell_title/OTP-10838' | Lukas Larsson | |
* lukas/erts/add_sha_to_shell_title/OTP-10838: Remove surplus echos | |||
2013-02-14 | Remove surplus echos | Lukas Larsson | |
2013-02-14 | Update preloaded erlang.beam | Lukas Larsson | |
2013-02-14 | Merge branch 'lukas/erts/binary_conv_bifs/OTP-10300' | Lukas Larsson | |
* lukas/erts/binary_conv_bifs/OTP-10300: erts: Remove ?line macro from hash_SUITE Add float_to_binary and binary_to_float Add new binary conversion bifs | |||
2013-02-14 | Merge branch 'lukas/erts/update-config-guess-sub/OTP-10848' | Lukas Larsson | |
* lukas/erts/update-config-guess-sub/OTP-10848: Add +x rights to config.sub | |||
2013-02-14 | Add +x rights to config.sub | Lukas Larsson | |
2013-02-14 | erts: Remove ?line macro from hash_SUITE | Björn-Egil Dahlberg | |
2013-02-14 | Add float_to_binary and binary_to_float | Lukas Larsson | |
2013-02-14 | Add new binary conversion bifs | Lukas Larsson | |
Added: binary_to_integer/1,2, integer_to_binary/1,2 | |||
2013-02-14 | Merge branch 'lukas/erts/update-config-guess-sub/OTP-10848' | Lukas Larsson | |
* lukas/erts/update-config-guess-sub/OTP-10848: Update config.guess and config.sub to latest versions | |||
2013-02-14 | Update config.guess and config.sub to latest versions | Lukas Larsson | |
2013-02-14 | file: Document list_dir_all/1 and read_link_all/1 | Björn Gustavsson | |
2013-02-14 | file: Remove note about Unicode handling being experimental | Björn Gustavsson | |
2013-02-14 | filelib: Update documentation | Björn Gustavsson | |
2013-02-14 | Add an xcomp file for Blue Gene/Q | Kostis Sagonas | |
2013-02-14 | Update primary bootstrap | Björn Gustavsson | |
2013-02-14 | Update deprecation message for gs | Björn Gustavsson | |
Too late now to remove gs in R16. | |||
2013-02-14 | Merge branch 'bjorn/stdlib/filelib-wildcard/OTP-10812' | Björn Gustavsson | |
* bjorn/stdlib/filelib-wildcard/OTP-10812: Remove special case handling "-" at the beginning of a charset Optimize character sets using gb_sets Clean up and simplify the inner matching loop Only sort the result list once, just before returning Replace filename:join/2 with '++' Rethink the filelib:wildcard() functions Don't redefine error/1 Don't allow binaries as the Cwd argument for filelib:wildcard() Don't handle binaries from file:list_dir/1 Strengthen test suite | |||
2013-02-14 | Merge branch 'bjorn/stdlib/types' | Björn Gustavsson | |
* bjorn/stdlib/types: Make the file:filename() type more restrictive c: Remove handling of binaries in return from file:list_dir/1 | |||
2013-02-14 | Merge branch 'ia/ssh/derived-file-in-git' | Ingela Anderton Andin | |
* ia/ssh/derived-file-in-git: ssh: Remove derived file from git | |||
2013-02-14 | ssh: Remove derived file from git | Ingela Anderton Andin | |
2013-02-14 | Merge branch 'bjorn/remove-tuple-funs/OTP-10170' | Björn Gustavsson | |
* bjorn/remove-tuple-funs/OTP-10170: si_sasl_supp: Eliminate use of tuple fun pman: Eliminate use of tuple fun | |||
2013-02-14 | Merge branch 'bjorn/remove-packages/OTP-10348' | Björn Gustavsson | |
* bjorn/remove-packages/OTP-10348: edoc: Fix building of documentation in sub directories | |||
2013-02-14 | odbc: Use erlang:port_info to make sure test cases chooses the correct port | Ingela Anderton Andin | |
2013-02-14 | Merge branch 'ia/ssl/transport-cb-and-inet/OTP-10847' | Ingela Anderton Andin | |
* ia/ssl/transport-cb-and-inet/OTP-10847: ssl: Generalize cb_info option | |||
2013-02-14 | inets httpd: The option modules now defaults to its documented default value. | Ingela Anderton Andin | |
OTP-10844 | |||
2013-02-14 | inets httpc: Corrected separation of pipelining and persisten connections | Ingela Anderton Andin | |
OTP-10845 | |||
2013-02-14 | Merge branch 'hb/stdlib/extend_ts/OTP-10836' | Hans Bolinder | |
* hb/stdlib/extend_ts/OTP-10836: Extend ~ts to handle binaries with characters coded in ISO-latin-1 | |||
2013-02-14 | Merge branch 'hb/kernel/application_bug_fix/OTP-10754' | Hans Bolinder | |
* hb/kernel/application_bug_fix/OTP-10754: [kernel] FIx a bug that could cause crash with wrong reason | |||
2013-02-13 | Merge branch 'sverk/nif-cut-timeslice' | Sverker Eriksson | |
* sverk/nif-cut-timeslice: erts: Add enif_consume_timeslice OTP-10810 | |||
2013-02-13 | erts: Add enif_consume_timeslice | Sverker Eriksson | |