Age | Commit message (Expand) | Author |
2010-06-07 | Add type information for erlang:garbage_collect_message_area/0 | Björn Gustavsson |
2010-06-07 | Add type information for erts_debug:* BIFs | Björn Gustavsson |
2010-06-07 | Add type information for erlang:port_call/2 | Björn Gustavsson |
2010-06-07 | Add type information for erlang:display* BIFs | Björn Gustavsson |
2010-06-07 | Add type information for the BIFs in the binary module | Björn Gustavsson |
2010-06-07 | Introduce and use the t_endian() helper | Björn Gustavsson |
2010-06-07 | Add type information for erlang:binary_part/2,3 | Björn Gustavsson |
2010-06-07 | Add type info for erlang:append/2 and erlang:subtract/2 | Kostis Sagonas |
2010-06-07 | Add type information for the erlang:adler32* BIFs | Kostis Sagonas |
2010-06-07 | Add ppc64 return for erlang:system_info(hipe_architecture) | Kostis Sagonas |
2010-06-06 | erl_types: Export is_erl_type/1 | Björn Gustavsson |
2010-06-04 | Merge branch 'uw/mnesia-overload' into dev | Erlang/OTP |
2010-06-04 | Merge branch 'uw/mnesia-schema-merge' into dev | Erlang/OTP |
2010-06-04 | OTP-8478: Added support for multiple SNMPv3 EngineIDs in a single agent | Micael Karlberg |
2010-06-04 | Merge branch 'ks/dialyzer' into dev | Erlang/OTP |
2010-06-04 | OTP-8529: Raise condition processing replies | Micael Karlberg |
2010-06-03 | dialyzer: Build the PLT even if there are unresolved remote types | Kostis Sagonas |
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson |
2010-06-03 | proplists: Export the type property() | Björn Gustavsson |
2010-06-03 | erl_lint: Issue warnings for undefined exported types | Kostis Sagonas |
2010-06-03 | Minor fix in a print message | Kostis Sagonas |
2010-06-03 | Add handling of unknown types | Maria Christakis |
2010-06-03 | Add declaration for exported types | Kostis Sagonas |
2010-06-03 | Add types and specs; performed some cleanups also | Kostis Sagonas |
2010-06-03 | erl_scan: Add declarations for exported types | Kostis Sagonas |
2010-06-03 | stdlib: Add declarations for exported types | Kostis Sagonas |
2010-06-03 | hipe: Add declarations for exported types | Kostis Sagonas |
2010-06-03 | compiler: Add declarations for exported types | Kostis Sagonas |
2010-06-03 | syntax_tools: Add declarations for exported types | Kostis Sagonas |
2010-06-03 | kernel: Add declaration for exported types | Kostis Sagonas |
2010-06-03 | Support -export_type() in dialyzer and erl_types | Kostis Sagonas |
2010-06-03 | Add infrastructure for the -export_type() attribute | Kostis Sagonas |
2010-06-03 | OTP-8665 epp bug | Hans Bolinder |
2010-06-03 | Merge branch 'pan/otp_8579_autoimport_override' into dev | Erlang/OTP |
2010-06-03 | Merge branch 'pan/otp_8577_re_pattern_doc' into dev | Erlang/OTP |
2010-06-03 | Merge branch 'pan/otp_8611_standard_io' into dev | Erlang/OTP |
2010-06-03 | Merge branch 'pan/otp_3626_win_find_executable' into dev | Erlang/OTP |
2010-06-03 | Fixed a bug in the spec which caused dsa parameters to be lost in the certifi... | Dan Gudmundsson |
2010-06-02 | OTP-8529: Raise condition processing replies | Micael Karlberg |
2010-06-02 | OTP-8634: Pending counter raise condition. | Micael Karlberg |
2010-06-02 | Remove outcommented code from erl_lint | Patrik Nyblom |
2010-06-02 | Make port_command/3 auto-imported | Patrik Nyblom |
2010-06-02 | Remove (harmless) warnings about min/max in core applications | Patrik Nyblom |
2010-06-02 | Autoimport min/2 and max/2 | Patrik Nyblom |
2010-06-02 | Improve coverage of erl_int in testcases | Patrik Nyblom |
2010-06-02 | Change warning to error for nowarn_bif_clash compiler directive | Patrik Nyblom |
2010-06-02 | Add -compile({no_auto_import,[F/A]}) doc to compiler.xml | Patrik Nyblom |
2010-06-02 | Add some testcases to compiler to verify that overriding really happens | 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 |