Age | Commit message (Expand) | Author |
2010-06-04 | Update preloaded modules | Raimo Niskanen |
2010-06-04 | Support opening files in exclusive mode | Michael Santos |
2010-06-03 | OTP-8675 Fix erroneous return value from erlang:system_info(multi_scheduling) | Rickard Green |
2010-06-03 | OTP-8673 Adjust alignment of scheduler data and run queues | Rickard Green |
2010-06-03 | OTP-8666 Enable automatic binding of schedulers when possible | Rickard Green |
2010-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson |
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/unregister_error' into dev | Erlang/OTP |
2010-06-03 | Merge branch 'pan/otp_8086_ms_grammar' 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 | Update preloaded modules | Patrik Nyblom |
2010-06-02 | Update primary bootstrap | Patrik Nyblom |
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 | Update bootstrap compiler | Björn Gustavsson |
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 | Merge branch 'jl/windows-file-share-delete' into dev | Erlang/OTP |
2010-06-02 | Windows: Open files with FILE_SHARE_DELETE to get closer to UNIX semantics | Jan Lehnardt |
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 match_specification grammar documentation specifically for ets | Patrik Nyblom |
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 |