summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pan/doc-md-panic-fix' into devOTP_R14B01Patrik Nyblom2010-12-071-0/+2
|\
| * Workaround for ampersands in INSTALL-WIN32.mdPatrik Nyblom2010-12-071-0/+2
|/
* Prepare releaseErlang/OTP2010-12-0649-25/+1095
* Merge branch 'mc/dialyzer-doc' into devNiclas Axelsson2010-12-065-127/+231
|\
| * dialyzer: Update documentationMaria Christakis2010-12-065-127/+231
* | Merge branch 'rickard/rwmutex-bug/OTP-8925' into devRickard Green2010-12-061-1/+4
|\ \
| * | Fix erroneous assertionRickard Green2010-12-061-1/+4
* | | Merge branch 'sverker/ets_compress/OTP-8922' into devSverker Eriksson2010-12-031-0/+12
|\ \ \
| * | | Fix ets_SUITE:types to not fail due to false mem leaksSverker Eriksson2010-12-031-0/+12
* | | | Merge branch 'pan/inet6_corrections/OTP-8969' into devRaimo Niskanen2010-12-035-22/+90
|\ \ \ \
| * | | | Stop using uncertain flags for getaddrinfo()Raimo Niskanen2010-12-023-10/+5
| * | | | Teach inet_test_lib to understand enetunreachPatrik Nyblom2010-12-021-0/+3
| * | | | Make windows inet_gethost work for ipv6Patrik Nyblom2010-12-013-19/+89
* | | | | Update preloaded modulesPatrik Nyblom2010-12-038-0/+0
* | | | | Update primary bootstrapPatrik Nyblom2010-12-0312-94/+94
* | | | | Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom2010-12-033-120/+24
|\ \ \ \ \
| * | | | | Fix type information of 'file' and 'code' modulesKostis Sagonas2010-11-293-124/+23
* | | | | | Merge branch 'pan/unicode-filenames/OTP-8887' into devPatrik Nyblom2010-12-0351-780/+7472
|\ \ \ \ \ \
| * | | | | | Test and correct filelib and filenamePatrik Nyblom2010-12-035-18/+363
| * | | | | | Add documentation to erlang.xml and slight correction to unicode_usage.xmlPatrik Nyblom2010-12-032-4/+44
| * | | | | | Add section about Unicode file names to stdlib users guidePatrik Nyblom2010-12-021-1/+43
| * | | | | | 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-014-7/+120
| * | | | | | Make filelib not crash on re codepoints beyond 255 in re when filename is rawPatrik Nyblom2010-12-011-2/+5
| * | | | | | 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-304-39/+79
| * | | | | | Treat soft links on Windows correctly in file_name_SUITEPatrik Nyblom2010-11-301-3/+8
| * | | | | | Adapt new soft and hard link routines on Windos to UnicodePatrik Nyblom2010-11-301-21/+39
| * | | | | | Corrected testcases broken by unicode filenamesPatrik Nyblom2010-11-305-3/+51
| * | | | | | Update preloaded prim_filePatrik Nyblom2010-11-301-0/+0
| * | | | | | Teach prim_file not to accept atoms and not to throw exceptionsPatrik Nyblom2010-11-302-1/+10
| * | | | | | Adapt inet_drv to Visual Studio 2008Patrik Nyblom2010-11-302-2/+14
| * | | | | | Teach spawn_executable about UnicodePatrik Nyblom2010-11-308-148/+424
| * | | | | | Convert filenames read on MacOSX to canonical formPatrik Nyblom2010-11-309-91/+4204
| * | | | | | Teach file to accept codepoints beyond 255.Patrik Nyblom2010-11-301-8/+10
| * | | | | | Add testcasesPatrik Nyblom2010-11-302-0/+714
| * | | | | | Correct shell utilities to handle unicode and possibly binariesPatrik Nyblom2010-11-301-2/+2
| * | | | | | Make Unicode filenames work on WindowsPatrik Nyblom2010-11-309-321/+408
| * | | | | | Correction of VS2008 redistributables locationPatrik Nyblom2010-11-301-22/+49
| * | | | | | Allow installer to take redistributables from VC9Patrik Nyblom2010-11-304-12/+33
| * | | | | | Handle binary file names and conversion of unicode stringsPatrik Nyblom2010-11-308-60/+177
| * | | | | | Teach binary:matches not to return 'nomatch' on empty inputPatrik Nyblom2010-11-291-1/+1
| * | | | | | Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom2010-11-298-184/+345
| * | | | | | Add bifs to translate between erlang filenames and native encodingPatrik Nyblom2010-11-299-7/+490
* | | | | | | Merge branch 'lukas/common_test/extend_timeout_for_win' into devLukas Larsson2010-12-031-0/+10
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Update the support init_per_suite to extend the timeout for starting a slave ...Lukas Larsson2010-12-031-0/+10
* | | | | | | Merge branch 'lukas/common_test/parallel_group_tc_fix/OTP-8921' into devLukas Larsson2010-12-031-5/+25
|\ \ \ \ \ \ \
| * | | | | | | Fix bug in verification where a tc_done/start event which was generated inbet...Lukas Larsson2010-12-031-5/+25
* | | | | | | | Merge branch 'rickard/rwmutex-bug/OTP-8925' into devRickard Green2010-12-032-1/+43
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |