Age | Commit message (Expand) | Author |
2010-06-02 | Change warning to error for nowarn_bif_clash compiler directive | Patrik Nyblom |
2010-06-02 | Return nowarn_bif_clash functionality but with warning | Patrik Nyblom |
2010-06-02 | Teach erl_lint to better override BIFs with local functions and imports | Patrik Nyblom |
2010-06-02 | Teach compiler to override autoimport with import | Patrik Nyblom |
2010-06-02 | First prototype for local functions overriding autoimported | Patrik Nyblom |
2010-06-02 | OTP-8664 Erlang parser augmented with operators for integer types | Hans Bolinder |
2010-06-02 | Merge branch 'jv/autoimport-binary_to_term_2' into dev | Erlang/OTP |
2010-06-02 | erl_expand_records: Replace is_record() with matching | Björn Gustavsson |
2010-05-31 | OTP-8657 New Erlang scanner tokens: '..' and '...' | Hans Bolinder |
2010-05-27 | handle {global, term()} names in format_status/2 | Steve Vinoski |
2010-05-24 | Change binary_to_term/2 to be auto-imported | Jayson Vantuyl |
2010-05-21 | Merge branch 'sv/format_status_error_info' into dev | Erlang/OTP |
2010-05-20 | Merge branch 'pan/otp_8217_binary' into dev | Erlang/OTP |
2010-05-19 | Merge branch 'dp/shell-line-editing' into dev | Erlang/OTP |
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 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:part to erl_bif_binary.c | 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-12 | timer: Update specs and apply tidier cleanups | Kostis Sagonas |
2010-05-12 | OTP-8629 stdlib: prepare erl_parse.yrl for future extension | Hans Bolinder |
2010-05-12 | Add support for the format_status callback to gen_event | Steve Vinoski |
2010-05-12 | Extend format_status for gen_server/gen_fsm termination error logging | Steve Vinoski |
2010-05-12 | Merge branch 'bg/opt-receive' into dev | Erlang/OTP |
2010-05-11 | Merge branch 'bg/beam_lib' into dev | Erlang/OTP |
2010-05-10 | gen: Inline wait_resp_mon/2 to help the compiler optimize | Björn Gustavsson |
2010-05-06 | Remove redundant includes | Björn Gustavsson |
2010-05-06 | Make beam_lib:cmp/2 stricter | Björn Gustavsson |
2010-04-30 | Fix mispelled type name in spec for ets:to_dets/2 | Björn Gustavsson |
2010-04-27 | OTP-8564 Update deprecation status | Micael Karlberg |
2010-04-23 | Merge branch 'ta/nested-records' into dev | Erlang/OTP |
2010-04-21 | Removed deprecated functions and module | Niclas Eklund |
2010-04-20 | Support nested record field access without parentheses | Tuncer Ayaz |
2010-04-19 | Merge branch 'bg/deprecations' into dev | Erlang/OTP |
2010-04-19 | OTP-8567 The word 'spec' is no longer reserved. | Hans Bolinder |
2010-04-14 | Fix spec for ets:to_dets/2 | Kostis Sagonas |
2010-04-14 | Merge branch 'ks/stdlib' into dev | Erlang/OTP |
2010-04-13 | erl_parse.yrl: Add missing operator in type declaration | Kostis Sagonas |
2010-04-13 | stdlib: Add types and specs | Kostis Sagonas |
2010-04-13 | stdlib: Use fun object instead of {M,F} tuple | Kostis Sagonas |
2010-04-13 | ets: Cleanup as suggested by tidier | Kostis Sagonas |
2010-04-09 | OTP-8562 Closing right parenthesis in macro definitions is mandatory. | Hans Bolinder |
2010-04-08 | Postpone removal of concat_binary/1 | Björn Gustavsson |
2010-04-08 | Remove deprecated lists:flat_length/1 | Björn Gustavsson |
2010-03-30 | erl_parse: Remove more stray 'cond' support | Björn Gustavsson |
2010-03-17 | OTP-8522 Avoid duplicated 'undefined' in record field types | Hans Bolinder |
2010-03-16 | Remove the undocumented function escript:foldl/3 | Håkan Mattsson |