Age | Commit message (Expand) | Author |
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 |
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 | Teach os.erl to find executable names with extension (i.e. .exe) on windows | Patrik Nyblom |
2010-06-02 | Merge branch 'jv/autoimport-binary_to_term_2' into dev | Erlang/OTP |
2010-06-02 | Fixing compiler warnings regarding max/2 | Niclas Eklund |
2010-06-02 | Merge branch 'bg/compiler' into dev | Erlang/OTP |
2010-06-02 | Merge branch 'am/net_kernel_catchall' into dev | Erlang/OTP |
2010-06-02 | beam_peep: Remove optimization already done by beam_dead | Björn Gustavsson |
2010-06-02 | beam_dead: Combine is_eq_exact instructions into select_val instructions | Björn Gustavsson |
2010-06-02 | Evaluate is_record/3 at compile-time using type information | Björn Gustavsson |
2010-06-02 | Evaluate element/2 at compile-time using type information | Björn Gustavsson |
2010-06-02 | erl_expand_records: Replace is_record() with matching | Björn Gustavsson |
2010-06-02 | Merge branch 'rn/resolver-leaking-ports' into dev | Erlang/OTP |
2010-06-02 | Add documentation of what part of a re mp() can be used for guard tests | Patrik Nyblom |
2010-06-01 | Add catch all handle_call to net_kernel | Antonio SJ Musumeci |
2010-06-01 | Teach file:write/read/read_line about named io_servers | Patrik Nyblom |
2010-06-01 | Merge branch 'dgud/emacs-catch-improvements' into dev | Erlang/OTP |
2010-06-01 | Merge branch 'kj/emacs-erlang-flymake' into dev | Erlang/OTP |
2010-06-01 | OTP-8643 Improvements of net_kernel | Hans Bolinder |
2010-06-01 | Merge branch 'bg/dist_utils' into dev | Erlang/OTP |
2010-06-01 | Improved indentation of old catch. | Dan Gudmundsson |
2010-06-01 | Added more type highlighting and fixed record indentation with types. | Dan Gudmundsson |
2010-06-01 | erlang-flymake: Document in README | Klas Johansson |
2010-06-01 | erlang-flymake: Make the syntax check command configurable | Klas Johansson |
2010-06-01 | erlang-flymake: By default pass <app>/include and <app>/ebin to compiler | Klas Johansson |
2010-06-01 | erlang-flymake: Include in Makefile | Klas Johansson |
2010-06-01 | erlang-flymake: Syntax check erlang code on the fly (using flymake) | Klas Johansson |
2010-06-01 | Resolver: make inet_dns decode ugly truncated reply | Raimo Niskanen |
2010-06-01 | Resolver: stop inet_res leaking ports | Raimo Niskanen |