aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-05-24erl_nif: add make_atom_len, make_existing_atom_len and make_string_lenTuncer Ayaz
2010-05-24erl_nif: add enif_get_atom_length and enif_get_list_lengthTuncer Ayaz
2010-05-24erl_nif: add enif_is_list and enif_is_tupleTuncer Ayaz
2010-05-24Fixed session validation bug thanks to cover.Ingela Anderton Andin
2010-05-24Changed the documentation to match latest implementation and design decisions.Ingela Anderton Andin
2010-05-21Clean up of codeIngela Anderton Andin
2010-05-21Prepare new version.Niclas Eklund
2010-05-21Worked on getting better code coverage.Ingela Anderton Andin
2010-05-21Decision not to support export cipher suites.Ingela Anderton Andin
2010-05-21Decision not to support DH and export cipher suites.Ingela Anderton Andin
2010-05-21Decision not to support DH and export cipher suites and clean up.Ingela Anderton Andin
2010-05-21Merge branch 'bg/compiler-cover-and-clean' into devErlang/OTP
2010-05-21Merge branch 'sv/format_status_error_info' into devErlang/OTP
2010-05-21Correct typos in EEP-0031 implementationTuncer Ayaz
2010-05-20Merge branch 'jn/ic-docs-without-java' into devErlang/OTP
2010-05-20v3_life: Remove clause that cannot match in match_fail/3Björn Gustavsson
2010-05-20v3_life tests: Cover exception handling code in v3_life:function/1Björn Gustavsson
2010-05-20beam_type: Remove redundant clauseBjörn Gustavsson
2010-05-20v3_core tests: Cover make_bool_switch_guard/5Björn Gustavsson
2010-05-20v3_core tests: Cover handling of pattern aliasesBjörn Gustavsson
2010-05-20v3_core: Remove a clause in is_simple/1 that cannot matchBjörn Gustavsson
2010-05-20v3_core: Remove unused support for generating compilation errorsBjörn Gustavsson
2010-05-20Remove stray support for the put_literal/2 instructionBjörn Gustavsson
2010-05-20Remove stray support for the bs_bits_to_bytes2/2 instructionBjörn Gustavsson
2010-05-20Remove the bs_bits_to_bytes/3 instructionBjörn Gustavsson
2010-05-20Cover handling of 'math' BIFsBjörn Gustavsson
2010-05-20beam_bool: Remove a clause in live_regs/1 that cannot matchBjörn Gustavsson
2010-05-20beam_bool: Cover handling of bs_context_to_binary in initialized_regs/2Björn Gustavsson
2010-05-20beam_bool: Remove a clause in initialized_regs/2 that cannot matchBjörn Gustavsson
2010-05-20beam_block: Remove a clause that will never be executedBjörn Gustavsson
2010-05-20erts: Stop supporting non-literal empty tuplesBjörn Gustavsson
2010-05-20compile: Remove code that is only executed on SolarisBjörn Gustavsson
2010-05-20Do not cover-analyze core_scanBjörn Gustavsson
2010-05-20core_SUITE_data: Don't ignore *.core files in this directoryBjörn Gustavsson
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-20Honor internal APIIngela Anderton Andin
2010-05-20Fixed internal APIIngela Anderton Andin
2010-05-19Merge branch 'dp/shell-line-editing' into devErlang/OTP
2010-05-18Fixed extended_key_usage test so that it really tests what we want it to test.Ingela Anderton Andin
2010-05-18Commented out currently unsupported code. To be supported or removed in the f...Ingela Anderton Andin
2010-05-17Add documentation for binary modulePatrik Nyblom
2010-05-17Add more tests and make some go easier on small systemsPatrik Nyblom
2010-05-17Correct Boyer More and trapping for longest_common_suffixPatrik Nyblom
2010-05-17Add longer timetrap to testcases and add binary to app filePatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-17Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom
2010-05-17Add referenced_byte_size/1Patrik Nyblom
2010-05-17Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom
2010-05-17Add bin_to_list/{1,2,3}Patrik Nyblom
2010-05-17Add binary:longest_common_prefix/longest_common_suffixPatrik Nyblom