Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for ampersands in INSTALL-WIN32.md | Patrik Nyblom | 2010-12-07 | 1 | -0/+2 |
| | |||||
* | Prepare release | Erlang/OTP | 2010-12-06 | 49 | -25/+1095 |
| | |||||
* | Merge branch 'mc/dialyzer-doc' into dev | Niclas Axelsson | 2010-12-06 | 5 | -127/+231 |
|\ | | | | | | | | | * mc/dialyzer-doc: dialyzer: Update documentation | ||||
| * | dialyzer: Update documentation | Maria Christakis | 2010-12-06 | 5 | -127/+231 |
| | | |||||
* | | Merge branch 'rickard/rwmutex-bug/OTP-8925' into dev | Rickard Green | 2010-12-06 | 1 | -1/+4 |
|\ \ | | | | | | | | | | | | | * rickard/rwmutex-bug/OTP-8925: Fix erroneous assertion | ||||
| * | | Fix erroneous assertion | Rickard Green | 2010-12-06 | 1 | -1/+4 |
| | | | |||||
* | | | Merge branch 'sverker/ets_compress/OTP-8922' into dev | Sverker Eriksson | 2010-12-03 | 1 | -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 leaks | Sverker Eriksson | 2010-12-03 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | Waiting for table sys_dist to stablize after slave node has been stopped. | ||||
* | | | | Merge branch 'pan/inet6_corrections/OTP-8969' into dev | Raimo Niskanen | 2010-12-03 | 5 | -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 Niskanen | 2010-12-02 | 3 | -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 enetunreach | Patrik Nyblom | 2010-12-02 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Make windows inet_gethost work for ipv6 | Patrik Nyblom | 2010-12-01 | 3 | -19/+89 |
| | | | | | |||||
* | | | | | Update preloaded modules | Patrik Nyblom | 2010-12-03 | 8 | -0/+0 |
| | | | | | |||||
* | | | | | Update primary bootstrap | Patrik Nyblom | 2010-12-03 | 12 | -94/+94 |
| | | | | | |||||
* | | | | | Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into dev | Patrik Nyblom | 2010-12-03 | 3 | -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' modules | Kostis Sagonas | 2010-11-29 | 3 | -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 dev | Patrik Nyblom | 2010-12-03 | 51 | -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 filename | Patrik Nyblom | 2010-12-03 | 5 | -18/+363 |
| | | | | | | | |||||
| * | | | | | | Add documentation to erlang.xml and slight correction to unicode_usage.xml | Patrik Nyblom | 2010-12-03 | 2 | -4/+44 |
| | | | | | | | |||||
| * | | | | | | Add section about Unicode file names to stdlib users guide | Patrik Nyblom | 2010-12-02 | 1 | -1/+43 |
| | | | | | | | |||||
| * | | | | | | Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 | Patrik Nyblom | 2010-12-01 | 1 | -1/+8 |
| | | | | | | | |||||
| * | | | | | | Add documentation about raw filenames and Unicode file name translation mode | Patrik Nyblom | 2010-12-01 | 4 | -7/+120 |
| | | | | | | | |||||
| * | | | | | | Make filelib not crash on re codepoints beyond 255 in re when filename is raw | Patrik Nyblom | 2010-12-01 | 1 | -2/+5 |
| | | | | | | | |||||
| * | | | | | | Mend on_load_embedded testcase which did not handle windows links | Patrik Nyblom | 2010-12-01 | 2 | -3/+12 |
| | | | | | | | |||||
| * | | | | | | Correct testcase regarding windows versions supporting soft links. | Patrik Nyblom | 2010-12-01 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Teach filelib to use re in unicode mode when filenames are not raw | Patrik Nyblom | 2010-11-30 | 4 | -39/+79 |
| | | | | | | | |||||
| * | | | | | | Treat soft links on Windows correctly in file_name_SUITE | Patrik Nyblom | 2010-11-30 | 1 | -3/+8 |
| | | | | | | | |||||
| * | | | | | | Adapt new soft and hard link routines on Windos to Unicode | Patrik Nyblom | 2010-11-30 | 1 | -21/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also close find-handles in altname and other minor corrections to patch | ||||
| * | | | | | | Corrected testcases broken by unicode filenames | Patrik Nyblom | 2010-11-30 | 5 | -3/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also corrected type-info for bifs | ||||
| * | | | | | | Update preloaded prim_file | Patrik Nyblom | 2010-11-30 | 1 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | Teach prim_file not to accept atoms and not to throw exceptions | Patrik Nyblom | 2010-11-30 | 2 | -1/+10 |
| | | | | | | | |||||
| * | | | | | | Adapt inet_drv to Visual Studio 2008 | Patrik Nyblom | 2010-11-30 | 2 | -2/+14 |
| | | | | | | | |||||
| * | | | | | | Teach spawn_executable about Unicode | Patrik Nyblom | 2010-11-30 | 8 | -148/+424 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also corrected compressed files on Windows | ||||
| * | | | | | | Convert filenames read on MacOSX to canonical form | Patrik Nyblom | 2010-11-30 | 9 | -91/+4204 |
| | | | | | | | |||||
| * | | | | | | Teach file to accept codepoints beyond 255. | Patrik Nyblom | 2010-11-30 | 1 | -8/+10 |
| | | | | | | | |||||
| * | | | | | | Add testcases | Patrik Nyblom | 2010-11-30 | 2 | -0/+714 |
| | | | | | | | |||||
| * | | | | | | Correct shell utilities to handle unicode and possibly binaries | Patrik Nyblom | 2010-11-30 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Make Unicode filenames work on Windows | Patrik Nyblom | 2010-11-30 | 9 | -321/+408 |
| | | | | | | | |||||
| * | | | | | | Correction of VS2008 redistributables location | Patrik Nyblom | 2010-11-30 | 1 | -22/+49 |
| | | | | | | | |||||
| * | | | | | | Allow installer to take redistributables from VC9 | Patrik Nyblom | 2010-11-30 | 4 | -12/+33 |
| | | | | | | | |||||
| * | | | | | | Handle binary file names and conversion of unicode strings | Patrik Nyblom | 2010-11-30 | 8 | -60/+177 |
| | | | | | | | |||||
| * | | | | | | Teach binary:matches not to return 'nomatch' on empty input | Patrik Nyblom | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Teach filename to accept raw data and add filename enc option to emu | Patrik Nyblom | 2010-11-29 | 8 | -184/+345 |
| | | | | | | | |||||
| * | | | | | | Add bifs to translate between erlang filenames and native encoding | Patrik Nyblom | 2010-11-29 | 9 | -7/+490 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'lukas/common_test/extend_timeout_for_win' into dev | Lukas Larsson | 2010-12-03 | 1 | -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 Larsson | 2010-12-03 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | node on windows. | ||||
* | | | | | | | Merge branch 'lukas/common_test/parallel_group_tc_fix/OTP-8921' into dev | Lukas Larsson | 2010-12-03 | 1 | -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 Larsson | 2010-12-03 | 1 | -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 dev | Rickard Green | 2010-12-03 | 2 | -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 Green | 2010-12-02 | 2 | -1/+43 |
| | | | | | | | |