Age | Commit message (Expand) | Author |
2010-05-20 | Remove the bs_bits_to_bytes/3 instruction | Björn Gustavsson |
2010-05-20 | Cover handling of 'math' BIFs | Björn Gustavsson |
2010-05-20 | beam_bool: Remove a clause in live_regs/1 that cannot match | Björn Gustavsson |
2010-05-20 | beam_bool: Cover handling of bs_context_to_binary in initialized_regs/2 | Björn Gustavsson |
2010-05-20 | beam_bool: Remove a clause in initialized_regs/2 that cannot match | Björn Gustavsson |
2010-05-20 | beam_block: Remove a clause that will never be executed | Björn Gustavsson |
2010-05-20 | erts: Stop supporting non-literal empty tuples | Björn Gustavsson |
2010-05-20 | compile: Remove code that is only executed on Solaris | Björn Gustavsson |
2010-05-20 | Do not cover-analyze core_scan | Björn Gustavsson |
2010-05-20 | core_SUITE_data: Don't ignore *.core files in this directory | Björn Gustavsson |
2010-05-20 | Merge branch 'pan/otp_8217_binary' into dev | Erlang/OTP |
2010-05-20 | Honor internal API | Ingela Anderton Andin |
2010-05-20 | Fixed internal API | Ingela Anderton Andin |
2010-05-19 | Merge branch 'dp/shell-line-editing' into dev | Erlang/OTP |
2010-05-18 | Fixed extended_key_usage test so that it really tests what we want it to test. | Ingela Anderton Andin |
2010-05-18 | Commented out currently unsupported code. To be supported or removed in the f... | Ingela Anderton Andin |
2010-05-17 | Add documentation for binary module | Patrik Nyblom |
2010-05-17 | Add more tests and make some go easier on small systems | Patrik Nyblom |
2010-05-17 | Correct Boyer More and trapping for longest_common_suffix | Patrik Nyblom |
2010-05-17 | Add longer timetrap to testcases and add binary to app file | Patrik Nyblom |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-17 | Add binary:{encode,decode}_unsigned({1,2} | Patrik Nyblom |
2010-05-17 | Add referenced_byte_size/1 | Patrik Nyblom |
2010-05-17 | Add binary:list_to_bin/1 and binary:copy/1,2 | Patrik Nyblom |
2010-05-17 | Add bin_to_list/{1,2,3} | Patrik Nyblom |
2010-05-17 | Add binary:longest_common_prefix/longest_common_suffix | Patrik Nyblom |
2010-05-17 | Add binary:part to erl_bif_binary.c | Patrik Nyblom |
2010-05-17 | Move binary module bif's to erl_bif_binary.c | Patrik Nyblom |
2010-05-17 | Count reductions for process even when not trapping | Patrik Nyblom |
2010-05-17 | Add random compare testcase | Patrik Nyblom |
2010-05-17 | Teach BIF's binary:match/matches interrupting/restarting | Patrik Nyblom |
2010-05-17 | Teach binary.c the semantics to take longest instead of shortest match | Patrik Nyblom |
2010-05-17 | Initial commit of the binary EEP | Patrik Nyblom |
2010-05-17 | Fix typo in code example | Raimo Niskanen |
2010-05-17 | Merge branch 'mp/fix-erts_poll_info_kp-livelock' into dev | Erlang/OTP |
2010-05-17 | Removed/commented out currently dead code. | Ingela Anderton Andin |
2010-05-15 | fix livelock in erts_poll_info_kp() | Mikael Pettersson |
2010-05-12 | timer: Update specs and apply tidier cleanups | Kostis Sagonas |
2010-05-12 | Merge branch 'bg/compiler-attributes' into dev | Erlang/OTP |
2010-05-12 | hipe_beam_to_icode: Correct names of new recv_* instructions | Kostis Sagonas |
2010-05-12 | OTP-8629 stdlib: prepare erl_parse.yrl for future extension | Hans Bolinder |
2010-05-12 | OTP-8628 stdlib: correction lists(3) | Hans Bolinder |
2010-05-12 | Remove opaque declarations from the attributes | Björn Gustavsson |
2010-05-12 | Merge branch 'bg/opt-receive' into dev | Erlang/OTP |
2010-05-11 | OTP-8620 Updates of ct_ssh | Peter Andersson |
2010-05-11 | Updated vsn | Ingela Anderton Andin |
2010-05-11 | Handling of empty certificate extensions OTP-8626 | Ingela Anderton Andin |
2010-05-11 | OTP-8561: A minor compiler related performance improvement. | Micael Karlberg |
2010-05-11 | hipe_icode: Suppress a dialyzer warning | Kostis Sagonas |
2010-05-11 | Merge branch 'bg/beam_lib' into dev | Erlang/OTP |