Age | Commit message (Expand) | Author |
2013-04-15 | Merge branch 'lh/demonitor-flush/OTP-11039' into maint | Fredrik Gustafsson |
2013-04-11 | Optimize communication with file io server | Anthony Ramine |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin |
2013-03-05 | kernel: Add application:ensure_started/1,2 | Björn-Egil Dahlberg |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-21 | Introduce new type file:name_all() | Hans Bolinder |
2013-02-20 | Merge branch 'ks/hipe_bif-remove_refs_from/OTP-10851' | Fredrik Gustafsson |
2013-02-19 | Use ~ts for filenames | Hans Bolinder |
2013-02-18 | Fix broken file:read_link_all/1 | Björn Gustavsson |
2013-02-15 | Merge branch 'sc/gen_tcp_send_error_closed/OTP-10839' | Fredrik Gustafsson |
2013-02-14 | Merge branch 'bjorn/stdlib/types' | Björn Gustavsson |
2013-02-13 | [kernel] FIx a bug that could cause crash with wrong reason | Hans Bolinder |
2013-02-13 | Make the file:filename() type more restrictive | Björn Gustavsson |
2013-02-13 | Change the return value of hipe_bifs:remove_refs_from/1 | Kostis Sagonas |
2013-02-12 | Merge branch 'pan/unicode_filename_warnings' | Björn Gustavsson |
2013-02-11 | Fix type of error Reason on gen_tcp:send/2 | Sean Cribbs |
2013-02-11 | Add file:list_dir_all/1 and file:read_link_all/1 | Björn Gustavsson |
2013-02-11 | Make Unicode corrections | Hans Bolinder |
2013-02-11 | Merge branch 'vd/code_get_mode/OTP-10823' | Fredrik Gustafsson |
2013-02-06 | Merge branch 'mh/duplicate_name_error_message/OTP-10797' | Fredrik Gustafsson |
2013-02-01 | Add a new function code:get_mode() can be used to detect how the code servers... | Vlad Dumitrescu |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | Slightly nicer error message when node start fails due to duplicate name | Magnus Henoch |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder |
2013-01-25 | [kernel] Correct bugs in the old shell (user.erl) | Hans Bolinder |
2013-01-25 | [stdlib] Remove documentation of Unicode functions in io_lib | Hans Bolinder |
2013-01-24 | Merge branch 'bjorn/warnings-zero-tolerance' | Björn Gustavsson |
2013-01-23 | Merge branch 'sverk/r16/utf8-atoms' | Sverker Eriksson |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson |
2013-01-23 | inet_parse: Eliminate a compiler warning | Björn Gustavsson |
2013-01-19 | Add search to Erlang shell's history | Fred Hebert |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg |
2013-01-18 | Merge branch 'bjorn/kernel/undefined-function-handler/OTP-10617' | Björn Gustavsson |
2013-01-17 | Merge branch 'sal/get_env/OTP-10694' | Fredrik Gustafsson |
2013-01-16 | UTF-8 support for distribution | Rickard Green |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine |
2013-01-14 | Add application:get_key/3 | serge |
2013-01-14 | Teach error_handler to call '$handle_undefined_function' | Björn Gustavsson |
2013-01-11 | Merge branch 'fdm/file-allocate/OTP-10680' | Björn-Egil Dahlberg |
2013-01-09 | Add file:allocate/3 operation | Filipe David Manana |
2013-01-09 | kernel: Remove the packages module | Björn Gustavsson |
2013-01-09 | kernel: Eliminate use of packages in code and code_server | Björn Gustavsson |
2013-01-03 | Merge branch 'ks/kernel/dist_util-minor-fix/OTP-10662' | Fredrik Gustafsson |
2013-01-02 | Make sure the Erlang shell prompt can handle Unicode | Hans Bolinder |
2013-01-02 | Correct bugs in the old shell (user.erl) | Hans Bolinder |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
2012-12-20 | Move ram option from mode() type into open/2 spec | Patrik Nyblom |
2012-12-20 | Basic documentation of the 'ram' mode in the 'file' module | Jan Daniel Bothma |
2012-12-13 | Do not return wrong terms unnecessarily | Kostis Sagonas |
2012-12-10 | Fix printout of application crash message on startup | serge |