Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-15 | Fix misspelling of compatibility | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of accommodate | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of exceed | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of accidentally | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of erroneous in xmerl_xsd | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of erroneous | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of successful | Tuncer Ayaz | |
2011-09-15 | Fix typos in instrument(3) | Tuncer Ayaz | |
2011-09-15 | Fix typos in dbg(3) | Tuncer Ayaz | |
2011-09-15 | dialyzer: fix a small typo in list_to_bitstring test | Tuncer Ayaz | |
2011-09-15 | Fix typos in cover.erl | Tuncer Ayaz | |
2011-09-15 | Fix typos (variable name) in erl_nif(3) | Tuncer Ayaz | |
2011-09-15 | Fix typos in mod_esi(3) | Tuncer Ayaz | |
2011-09-15 | Fix trivial typos in erlang(3) | Tuncer Ayaz | |
2011-09-14 | Merge branch 'bjorn/compiler-options/OTP-9534' into dev | Björn Gustavsson | |
* bjorn/compiler-options/OTP-9534: sys_pre_expand: Don't duplicate options given in the source code | |||
2011-09-14 | sys_pre_expand: Don't duplicate options given in the source code | Björn Gustavsson | |
Any compiler options given with a -compile() attribute in source file would be included both at the beginning and the end of the option list for the compiler. Including the options twice is harmless during compilation, but since the options will also be available in Mod:module_info(compile), including them twice will waste memory. Include the options from the source first in the list so that they override options given on the command line. | |||
2011-09-14 | Merge branch 'lukas/erts/ets_order_testcases/OTP-9459' into dev | Lukas Larsson | |
* lukas/erts/ets_order_testcases/OTP-9459: Add a high value to test data to catch type cast truncation errors | |||
2011-09-13 | Merge branch 'ta/werror' into dev | Henrik Nord | |
* ta/werror: snmp: extend warnings_as_errors test systools: add warnings_as_errors option asn1ct: add warnings_as_errors option leex: optimize werror/1 yecc: optimize werror/1 yecc: use more descriptive name: 'werror' leex: use more descriptive name: 'werror' compile: optimize werror/1 compile: log warnings as errors if -Werror is enabled yecc: log warnings as errors if -Werror is enabled leex: log warnings as errors if -Werror is enabled yecc: honour -Werror passed from erlc leex: honour -Werror passed from erlc Do not write beam file if Werr and warnings /= [] parsetools: test if warnings_as_errors writes file OTP-9536 | |||
2011-09-13 | Merge branch 'egil/fix-run_queue/OTP-9537' into dev | Björn-Egil Dahlberg | |
* egil/fix-run_queue/OTP-9537: Make sure we have a run_queue | |||
2011-09-12 | Make sure we have a run_queue | Björn-Egil Dahlberg | |
* In rare cases we could have no run_queue in schedule misc ops | |||
2011-09-10 | Merge branch 'bjorn/erts/fix-autoimports-testcase' into dev | Björn Gustavsson | |
* bjorn/erts/fix-autoimports-testcase: erts: Add a sanity check to autoimport_SUITE erts: Fix failing autoimport test case | |||
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 '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-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 '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 '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 | |