summaryrefslogtreecommitdiff
path: root/lib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2010-12-061-0/+39
* Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom2010-12-032-15/+16
|\
| * Fix type information of 'file' and 'code' modulesKostis Sagonas2010-11-292-15/+16
* | Merge branch 'pan/unicode-filenames/OTP-8887' into devPatrik Nyblom2010-12-039-18/+1850
|\ \
| * | Test and correct filelib and filenamePatrik Nyblom2010-12-031-0/+3
| * | Correct bug in file_name_SUITE making it fail on Unix instead of Windows7Patrik Nyblom2010-12-011-1/+8
| * | Add documentation about raw filenames and Unicode file name translation modePatrik Nyblom2010-12-011-1/+71
| * | Mend on_load_embedded testcase which did not handle windows linksPatrik Nyblom2010-12-012-3/+12
| * | Correct testcase regarding windows versions supporting soft links.Patrik Nyblom2010-12-011-1/+1
| * | Teach filelib to use re in unicode mode when filenames are not rawPatrik Nyblom2010-11-301-24/+60
| * | Treat soft links on Windows correctly in file_name_SUITEPatrik Nyblom2010-11-301-3/+8
| * | Corrected testcases broken by unicode filenamesPatrik Nyblom2010-11-303-2/+21
| * | Teach spawn_executable about UnicodePatrik Nyblom2010-11-301-6/+1
| * | Convert filenames read on MacOSX to canonical formPatrik Nyblom2010-11-301-5/+975
| * | Teach file to accept codepoints beyond 255.Patrik Nyblom2010-11-301-8/+10
| * | Add testcasesPatrik Nyblom2010-11-302-0/+714
| * | Handle binary file names and conversion of unicode stringsPatrik Nyblom2010-11-302-2/+4
| * | Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom2010-11-291-2/+2
* | | Run KERNEL file_SUITE:large_file on more platformsRaimo Niskanen2010-12-011-3/+3
* | | Add test case for append to file > 4 GBRaimo Niskanen2010-11-301-0/+11
|/ /
* | Merge branch 'pan/embedded-mode-testcase/OTP-8905' into devPatrik Nyblom2010-11-291-1/+86
|\ \
| * | Unload stray applications from application_SUITE before creating scriptPatrik Nyblom2010-11-261-12/+6
| * | Make testcase filter away bogus applications from earlier suitesPatrik Nyblom2010-11-251-0/+12
| * | Add test loading all of OTP in boot script and running embeddedPatrik Nyblom2010-11-251-1/+80
| |/
* | Merge branch 'pan/gen_udp-connect-testcase/OTP-8860' into devPatrik Nyblom2010-11-291-1/+5
|\ \
| * | Teach gen_udp_SUITE:connect testcase about econnreset on WindowsPatrik Nyblom2010-09-211-1/+5
* | | Merge branch 'pan/code-clash-testcase/OTP-8852' into devPatrik Nyblom2010-11-291-1/+9
|\ \ \
| * | | Teach code_SUITE:clash Windows file system semanticsPatrik Nyblom2010-09-211-1/+9
| |/ /
* | | Merge branch 'ta/fix-native-looping' into devBjörn Gustavsson2010-11-261-0/+5
|\ \ \ | |_|/ |/| |
| * | error_handler: add no_native compiler directiveTuncer Ayaz2010-10-051-0/+5
| |/
* | Merge branch 'ks/file_open-mode' into devBjörn Gustavsson2010-11-222-9/+20
|\ \
| * | Add the {encoding, _} options to file:open/2's modesKostis Sagonas2010-10-142-9/+20
| |/
* | Write documentationRaimo Niskanen2010-11-091-0/+63
* | Add testcaseRaimo Niskanen2010-11-091-3/+126
* | Implement basic inet:getifaddrs/0Raimo Niskanen2010-11-092-1/+14
* | Merge branch 'maint-r14' into devBjörn Gustavsson2010-10-213-1/+40
|\ \ | |/ |/|
| * Prepare releaseErlang/OTP2010-10-212-1/+24
| * Fix hang in on_load handlers in embedded modeBjörn Gustavsson2010-10-202-0/+16
* | Update version numbersBjörn Gustavsson2010-09-141-1/+1
|/
* Prepare releaseOTP_R14BErlang/OTP2010-09-131-0/+98
* Merge branch 'pan/epmd-vulnerabilities/OTP-8780' into devPatrik Nyblom2010-09-132-94/+9
|\
| * Remove all support for ancient EPMD protocolPatrik Nyblom2010-08-312-94/+9
* | Add line macros to gen_udp_SUITE:connectPatrik Nyblom2010-09-131-9/+9
* | Remove warnings for clashes with new autoimported BIFsPatrik Nyblom2010-09-102-0/+4
* | Make gen_tcp:recv/2 consistent with ssl:recv/2Björn Gustavsson2010-09-092-11/+11
* | Merge branch 'ph/auto_recognize_ipv6' into devBjörn Gustavsson2010-09-076-43/+233
|\ \
| * | Add testsRaimo Niskanen2010-09-063-8/+168
| * | Let an 8-tuple given as ip_address() for gen_tcp/gen_udp/gen_sctp imply 'inet6'Per Hedeland2010-09-063-35/+65
* | | Merge branch 'ms/inet-bug-fixes' into devBjörn Gustavsson2010-09-061-2/+28
|\ \ \
| * | | inet: support retrieving MAC address on BSDMichael Santos2010-09-031-0/+11