Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-09 | Merge branch 'bmk/inets/inets58_integration' into major | Micael Karlberg | |
[httpc] Deprecated interface module <c>http</c> has been removed. It has (long) been replaced by http client interface module httpc. OTP-9359 [httpc|httpd] The old ssl implementation (based on OpenSSL), has been deprecated. The config option that specified usage of this version of the ssl app, *ossl*, has been removed. OTP-9522 | |||
2011-09-08 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-08 | Merge branch 'fm/enif_compare-64-to-32bits-cast' into dev | Henrik Nord | |
* fm/enif_compare-64-to-32bits-cast: Fix enif_compare on 64bits machines OTP-9533 | |||
2011-09-08 | Merge branch 'dc/fix_win32_static_crypto' into dev | Henrik Nord | |
* dc/fix_win32_static_crypto: Fix win32 OpenSSL static linking broken in 20c9d6e OTP-9532 | |||
2011-09-08 | Merge branch 'hw/detect-cpus-on-irix' into dev | Henrik Nord | |
* hw/detect-cpus-on-irix: Detect the available CPUs on IRIX OTP-9531 | |||
2011-09-08 | Merge branch 'ms/ei-int-overflow-in-string-atom-enc' into dev | Henrik Nord | |
* ms/ei-int-overflow-in-string-atom-enc: ei: integer overflow in string/atom encoding OTP-9530 | |||
2011-09-08 | Merge branch 'sa/dialyzer-dev' into dev | Henrik Nord | |
* sa/dialyzer-dev: Add origin information to #fun_var closures Suppress some warnings about generation of non-returning funs Enhance Dialyzer's inference on comparisons Fix infinite loop in dataflow Minor fix in dead code Update r9c/{inets,mnesia} results in dialyzer's test suite OTP-9529 | |||
2011-09-08 | Merge branch 'fm/external_size_2' into dev | Henrik Nord | |
* fm/external_size_2: Add erlang:external_size/2 BIF OTP-9528 | |||
2011-09-08 | Merge branch 'ta/erl_compile-dead-code' into dev | Henrik Nord | |
* ta/erl_compile-dead-code: Remove dead code in erl_compile OTP-9527 | |||
2011-09-08 | Merge branch 'hw/ignore-empty-epmd-address' into dev | Henrik Nord | |
* hw/ignore-empty-epmd-address: Let epmd ignore empty ERL_EPMD_ADDRESS OTP-9525 | |||
2011-09-08 | snmp: extend warnings_as_errors test | Tuncer Ayaz | |
2011-09-08 | systools: add warnings_as_errors option | Tuncer Ayaz | |
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz | |
2011-09-08 | leex: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | yecc: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | yecc: use more descriptive name: 'werror' | Tuncer Ayaz | |
2011-09-08 | leex: use more descriptive name: 'werror' | Tuncer Ayaz | |
2011-09-08 | compile: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | compile: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | yecc: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | leex: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | yecc: honour -Werror passed from erlc | Tuncer Ayaz | |
2011-09-08 | leex: honour -Werror passed from erlc | Tuncer Ayaz | |
2011-09-08 | Do not write beam file if Werr and warnings /= [] | Tuncer Ayaz | |
2011-09-08 | erts: Add a sanity check to autoimport_SUITE | Björn Gustavsson | |
If we fail to parse out any functions from erlang.xml, make sure that we fail. | |||
2011-09-08 | erts: Fix failing autoimport test case | Björn Gustavsson | |
The autoimport_SUITE:autoimport/1 test case would interpret data type definitions as function calls. Fix this by skipping to the <funcs> tag before starting to collect function names. | |||
2011-09-08 | Merge branch 'dev' into major | Björn Gustavsson | |
* dev: erlc_SUITE: Fix arg_overflow/1 test case | |||
2011-09-08 | Merge branch 'bjorn/erts/fix-erlc_SUITE-arg_overflow' into dev | Björn Gustavsson | |
* bjorn/erts/fix-erlc_SUITE-arg_overflow: erlc_SUITE: Fix arg_overflow/1 test case | |||
2011-09-07 | [crypto] Fix rand_uniform for negative values | Sverker Eriksson | |
Also let it throw badarg if 'Hi' is not larger than 'Lo'. | |||
2011-09-06 | parsetools: test if warnings_as_errors writes file | Tuncer Ayaz | |
warnings_as_errors changes warnings to be treated as errors. Extend leex_SUITE and yecc_SUITE to check that output file is not generated if warnings_as_errors is enabled and warnings are emitted. | |||
2011-09-06 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-06 | Merge branch 'va/httpd-typo-fix' into dev | Henrik Nord | |
* va/httpd-typo-fix: Typofix in httpd_file:handle_error message OTP-9524 | |||
2011-09-06 | Merge branch 'pd/ttb-cleanup' into major | Henrik Nord | |
OTP-9430 OTP-9403 OTP-9431 | |||
2011-09-06 | BEAM: Unify allocation of X and float registers | Björn Gustavsson | |
In the half-word emulator, smp emulator, and non-smp emulator the X register and float register arrays were allocated in different ways. Always allocate the registers and store the pointers to the allocated register arrays in the scheduler data. | |||
2011-09-06 | Merge branch 'dev' into major | Ingela Anderton Andin | |
* dev: Corrected faulty dialyzer spec | |||
2011-09-06 | Merge branch 'ia/ssl/dialyzer-spec-correction' into dev | Ingela Anderton Andin | |
* ia/ssl/dialyzer-spec-correction: Corrected faulty dialyzer spec | |||
2011-09-06 | Corrected faulty dialyzer spec | Ingela Anderton Andin | |
2011-09-06 | Merge branch 'dev' into major | Siri Hansen | |
2011-09-06 | Merge branch 'siri/sasl/systools-ebin-dir/OTP-9507' into dev | Siri Hansen | |
* siri/sasl/systools-ebin-dir/OTP-9507: Fix bug in systools:make_tar when path given as just 'ebin' | |||
2011-09-05 | Merge branch 'bmk/inets/ossl_removed_from_ssl_app/OTP-9522' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration | |||
2011-09-05 | Removed the option *ossl* from the documentation. | Micael Karlberg | |
OTP-9522 | |||
2011-09-05 | Removed all ossl test cases (for both httpc and httpd). | Micael Karlberg | |
OTP-9522 | |||
2011-09-05 | Fix bug in systools:make_tar when path given as just 'ebin' | Siri Hansen | |
If a path was given as ONLY 'ebin' and not for example './ebin', then systools:make_tar would fail with a function_clause exception in filename:join/1. The bug was in systools_make:appDir/1, which tried to find the parent directory of the given path. This function now uses library functions filename:basename and filename:dirname instead of general list manipulations. | |||
2011-09-05 | Removed the ossl config option (from both client and server). | Micael Karlberg | |
The ossl option is no longer valid since the old ssl (OpenSSL based ssl variant) has been removed from the ssl app. OTP-9522 | |||
2011-09-05 | Merge branch 'bmk/inets/httpc/remove_deprecated_module_http/OTP-9359' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration | |||
2011-09-05 | Merge branch 'dev' into major | Siri Hansen | |
2011-09-05 | Merge branch 'siri/sasl/check_process_code/OTP-9395' into dev | Siri Hansen | |
* siri/sasl/check_process_code/OTP-9395: Add option purge to release_handler:check_install_release Improve performance of upgrade when many processes have old code | |||
2011-09-05 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Corrected spec name errors: ip_adress -> ip_address port_num -> port_number | |||
2011-09-05 | Merge branch 'ia/ssl/inet-spec-corrections' into dev | Ingela Anderton Andin | |
* ia/ssl/inet-spec-corrections: Corrected spec name errors: ip_adress -> ip_address port_num -> port_number | |||
2011-09-05 | Corrected spec name errors: ip_adress -> ip_address port_num -> port_number | Ingela Anderton Andin | |