summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | * mc/dialyzer-doc: dialyzer: Update documentation
| * dialyzer: Update documentationMaria Christakis2010-12-065-127/+231
| |
* | Merge branch 'rickard/rwmutex-bug/OTP-8925' into devRickard Green2010-12-061-1/+4
|\ \ | | | | | | | | | | | | * rickard/rwmutex-bug/OTP-8925: Fix erroneous assertion
| * | Fix erroneous assertionRickard Green2010-12-061-1/+4
| | |
* | | Merge branch 'sverker/ets_compress/OTP-8922' into devSverker Eriksson2010-12-031-0/+12
|\ \ \ | | | | | | | | | | | | | | | | * sverker/ets_compress/OTP-8922: Fix ets_SUITE:types to not fail due to false mem leaks
| * | | Fix ets_SUITE:types to not fail due to false mem leaksSverker Eriksson2010-12-031-0/+12
| | | | | | | | | | | | | | | | Waiting for table sys_dist to stablize after slave node has been stopped.
* | | | Merge branch 'pan/inet6_corrections/OTP-8969' into devRaimo Niskanen2010-12-035-22/+90
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pan/inet6_corrections/OTP-8969: Stop using uncertain flags for getaddrinfo() Teach inet_test_lib to understand enetunreach Make windows inet_gethost work for ipv6
| * | | | Stop using uncertain flags for getaddrinfo()Raimo Niskanen2010-12-023-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The AI_V4MAPPED flag is falling out of grace in modern IPv6 stacks, for security reasons, e.g. FreeBSD do not document it any longer. The AI_ADDRCONFIG flag have got unclear semantics on the same OS.
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ks/erl_bif_types-cleanup/OTP-8961: Fix type information of 'file' and 'code' modules Conflicts: lib/hipe/cerl/erl_bif_types.erl
| * | | | | Fix type information of 'file' and 'code' modulesKostis Sagonas2010-11-293-124/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dialyzer for a long time now has had hard-coded type information about key functions of the 'file' and 'code' modules in 'erl_bif_types'. Some of this information was not up-to-date according to the published Erlang/OTP documentation, while some other part contained small errors. Now that specs are available, this information should be moved to the corresponding files, not be hard-coded in erl_bif_types. This change takes out all information for the 'file' module and fixes some small errors in type information for the 'code' module.
* | | | | | Merge branch 'pan/unicode-filenames/OTP-8887' into devPatrik Nyblom2010-12-0351-780/+7472
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pan/unicode-filenames/OTP-8887: (27 commits) Test and correct filelib and filename Add documentation to erlang.xml and slight correction to unicode_usage.xml Add section about Unicode file names to stdlib users guide Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 Add documentation about raw filenames and Unicode file name translation mode Make filelib not crash on re codepoints beyond 255 in re when filename is raw Mend on_load_embedded testcase which did not handle windows links Correct testcase regarding windows versions supporting soft links. Teach filelib to use re in unicode mode when filenames are not raw Treat soft links on Windows correctly in file_name_SUITE Adapt new soft and hard link routines on Windos to Unicode Corrected testcases broken by unicode filenames Update preloaded prim_file Teach prim_file not to accept atoms and not to throw exceptions Adapt inet_drv to Visual Studio 2008 Teach spawn_executable about Unicode Convert filenames read on MacOSX to canonical form Teach file to accept codepoints beyond 255. Add testcases Correct shell utilities to handle unicode and possibly binaries ...
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also close find-handles in altname and other minor corrections to patch
| * | | | | | Corrected testcases broken by unicode filenamesPatrik Nyblom2010-11-305-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also corrected type-info for bifs
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also corrected compressed files on Windows
| * | | | | | 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
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | * lukas/common_test/extend_timeout_for_win: Update the support init_per_suite to extend the timeout for starting a slave node on windows.
| * | | | | | Update the support init_per_suite to extend the timeout for starting a slave ↵Lukas Larsson2010-12-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | node on windows.
* | | | | | | Merge branch 'lukas/common_test/parallel_group_tc_fix/OTP-8921' into devLukas Larsson2010-12-031-5/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lukas/common_test/parallel_group_tc_fix/OTP-8921: Fix bug in verification where a tc_done/start event which was generated inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail
| * | | | | | | Fix bug in verification where a tc_done/start event which was generated ↵Lukas Larsson2010-12-031-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail
* | | | | | | | Merge branch 'rickard/rwmutex-bug/OTP-8925' into devRickard Green2010-12-032-1/+43
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | * rickard/rwmutex-bug/OTP-8925: Use correct argument types on rwlock_wake_set_flags()
| * | | | | | | Use correct argument types on rwlock_wake_set_flags()Rickard Green2010-12-022-1/+43
| | | | | | | |