summaryrefslogtreecommitdiff
path: root/lib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Convert XML files to UTF-8, where neededHans Bolinder2013-04-191-5/+5
* Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder2013-04-194-6/+2
* Merge branch 'maint'Björn Gustavsson2013-04-171-4/+5
|\
| * Merge branch 'bjorn/fix-encoding/OTP-11041' into maintBjörn Gustavsson2013-04-171-4/+5
| |\
| | * Encode Erlang source files with non-ascii characters in UTF-8Björn Gustavsson2013-04-171-4/+5
* | | Update kernel.appup.src for R17Siri Hansen2013-04-151-7/+7
* | | Merge branch 'maint'Fredrik Gustafsson2013-04-157-49/+14
|\ \ \ | |/ /
| * | Merge branch 'lh/demonitor-flush/OTP-11039' into maintFredrik Gustafsson2013-04-157-49/+14
| |\ \
| | * | Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin2013-04-057-49/+14
| | |/
* | | Merge branch 'maint'Fredrik Gustafsson2013-04-152-30/+42
|\ \ \ | |/ /
| * | Optimize communication with file io serverAnthony Ramine2013-04-112-30/+42
| |/
* | Merge branch 'maint'Hans Bolinder2013-03-192-7/+10
|\ \ | |/
| * Fix a test caseHans Bolinder2013-03-181-5/+8
| * Correct a disk_log testcaseHans Bolinder2013-03-181-2/+2
* | Merge branch 'maint'Björn-Egil Dahlberg2013-03-123-759/+816
|\ \ | |/
| * kernel: Document application:ensure_started/1,2Björn-Egil Dahlberg2013-03-081-0/+9
| * tests: Refactor away ?line macro in test suiteBjörn-Egil Dahlberg2013-03-051-756/+756
| * kernel: Tests for application:ensure_started/1,2Björn-Egil Dahlberg2013-03-051-3/+28
| * kernel: Add application:ensure_started/1,2Björn-Egil Dahlberg2013-03-051-0/+23
| * Update version numbers for R16B01 developmentBjörn-Egil Dahlberg2013-02-271-1/+1
* | Update version numbers for R17A developmentBjörn-Egil Dahlberg2013-02-271-1/+1
|/
* Prepare releaseOTP_R16BErlang/OTP2013-02-251-0/+74
* Update to work with new default windows max portsLukas Larsson2013-02-251-1/+9
* Update copyright yearsBjörn-Egil Dahlberg2013-02-229-9/+9
* Merge branch 'hb/file_name_type/OTP-10852'Patrik Nyblom2013-02-223-68/+140
|\
| * Introduce new type file:name_all()Hans Bolinder2013-02-213-68/+140
* | Merge branch 'bjorn/unicode-doc/OTP-10852'Björn Gustavsson2013-02-221-9/+58
|\ \
| * | file: Document list_dir_all/1 and read_link_all/1Björn Gustavsson2013-02-141-1/+58
| * | file: Remove note about Unicode handling being experimentalBjörn Gustavsson2013-02-141-8/+0
* | | Merge branch 'pan/unicode_filename_warnings'Björn Gustavsson2013-02-211-2/+38
|\ \ \ | |_|/ |/| |
| * | prim_file: Fix error return from prim_file:list_dir/1Björn Gustavsson2013-02-201-2/+38
* | | Merge branch 'ks/hipe_bif-remove_refs_from/OTP-10851'Fredrik Gustafsson2013-02-202-17/+12
|\ \ \
| * | | Fixed test to allow for lists:foreach/2 callKostis Sagonas2013-02-191-0/+4
| * | | Change the return value of hipe_bifs:remove_refs_from/1Kostis Sagonas2013-02-131-17/+8
* | | | Merge branch 'sverk/is_module_native-fix'Sverker Eriksson2013-02-201-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | erts: Fix code:is_module_nativeSverker Eriksson2013-02-181-2/+2
* | | | Use ~ts for filenamesHans Bolinder2013-02-191-1/+1
* | | | Update file_name_SUITEBjörn Gustavsson2013-02-181-34/+12
* | | | Fix broken file:read_link_all/1Björn Gustavsson2013-02-181-1/+1
* | | | Fix broken prim_file:list_dir_all/1Björn Gustavsson2013-02-181-2/+74
|/ / /
* | | Merge branch 'sc/gen_tcp_send_error_closed/OTP-10839'Fredrik Gustafsson2013-02-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix type of error Reason on gen_tcp:send/2Sean Cribbs2013-02-111-1/+1
* | | Merge branch 'bjorn/stdlib/filelib-wildcard/OTP-10812'Björn Gustavsson2013-02-141-11/+0
|\ \ \
| * | | Rethink the filelib:wildcard() functionsBjörn Gustavsson2013-02-131-11/+0
* | | | Merge branch 'bjorn/stdlib/types'Björn Gustavsson2013-02-142-5/+9
|\ \ \ \
| * | | | Make the file:filename() type more restrictiveBjörn Gustavsson2013-02-132-5/+9
| |/ / /
* | | | [kernel] FIx a bug that could cause crash with wrong reasonHans Bolinder2013-02-131-0/+2
|/ / /
* | | Merge branch 'pan/unicode_filename_warnings'Björn Gustavsson2013-02-124-6/+105
|\ \ \ | |_|/ |/| |
| * | Add file:list_dir_all/1 and file:read_link_all/1Björn Gustavsson2013-02-113-3/+63
| * | prim_file: Add list_dir_all() and read_link_all()Björn Gustavsson2013-02-111-2/+30