Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-03 | Merge branch 'sverker/dialyzer_kernel_fixes' into dev | Sverker Eriksson | |
* sverker/dialyzer_kernel_fixes: Fix dialyzer warning in os:start_port_srv_loop Update preloaded modules Fix three dialyzer warnings in kernel | |||
2011-03-02 | inets/httpc: Polish documentation | Christian von Roques | |
* Assure store_cookies (and verify_cookies) is documented instead of the nonexistent store_cookie and verify_cookie. * Make sure the cookies option is not called cookie in comments. * Sprinkle <c>...</c> arround symbols and code snippets in text. * Grammar, wording, and punctuation fixes. * Formalize See gen_tcp:connect/3,4 using <seealso>. | |||
2011-03-02 | Fix dialyzer warning in os:start_port_srv_loop | Sverker Eriksson | |
Rewrote the code a bit to silence dialyzer. Seems dialyzer can't handle a function that either returns or loops forever depending on function argument. | |||
2011-03-01 | Fix three dialyzer warnings in kernel | Sverker Eriksson | |
Joint effort by Kostis, pan, egil & sverker | |||
2011-02-24 | Merge branch 'bjorn/fix-dialyzer-warnings' into dev | Björn Gustavsson | |
* bjorn/fix-dialyzer-warnings: v3_kernel_pp: Eliminate dialyzer warning inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun" | |||
2011-02-24 | Merge branch 'bjorn/fix-os_find_executable/OTP-8983' into dev | Björn Gustavsson | |
* bjorn/fix-os_find_executable/OTP-8983: Never allow os:find_executable/1 to return the path of directories | |||
2011-02-23 | kernel: Eliminate compiler warning | Björn Gustavsson | |
2011-02-23 | inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun" | Björn Gustavsson | |
Replace the "tuple fun" with an external fun. | |||
2011-02-18 | Merge branch 'mh/file-fix_spec' into dev | Niclas Axelsson | |
* mh/file-fix_spec: Fix -spec for file:write_file/3 OTP-9067 | |||
2011-02-17 | Update gethostname test cases for v6 to use the v6 hosts instead of v4 | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update init_per_testcase to kill all slaves when called. | Lukas Larsson | |
This is to prevent testcases which fail to before to chain with the ones run after. | |||
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for kernel | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-14 | Fix -spec for file:write_file/3 | Magnus Henoch | |
Change type for second parameter from binary() to iodata(), since the function explicitly takes steps to accept lists as well as binaries. | |||
2011-02-14 | Never allow os:find_executable/1 to return the path of directories | Björn Gustavsson | |
2010-12-20 | Make file_name_SUITE:very_icky work on Windows | Patrik Nyblom | |
2010-12-15 | kernel: fix faulty distribution testcase | Björn-Egil Dahlberg | |
2010-12-10 | Fix a couple typos in filename encoding docs | Tuncer Ayaz | |
2010-12-08 | Update version numbers | Björn-Egil Dahlberg | |
2010-12-06 | Prepare release | Erlang/OTP | |
2010-12-03 | Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into dev | Patrik Nyblom | |
* ks/erl_bif_types-cleanup/OTP-8961: Fix type information of 'file' and 'code' modules Conflicts: lib/hipe/cerl/erl_bif_types.erl | |||
2010-12-03 | Merge branch 'pan/unicode-filenames/OTP-8887' into dev | Patrik Nyblom | |
* 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 ... | |||
2010-12-03 | Test and correct filelib and filename | Patrik Nyblom | |
2010-12-01 | Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 | Patrik Nyblom | |
2010-12-01 | Add documentation about raw filenames and Unicode file name translation mode | Patrik Nyblom | |
2010-12-01 | Mend on_load_embedded testcase which did not handle windows links | Patrik Nyblom | |
2010-12-01 | Run KERNEL file_SUITE:large_file on more platforms | Raimo Niskanen | |
2010-12-01 | Correct testcase regarding windows versions supporting soft links. | Patrik Nyblom | |
2010-11-30 | Teach filelib to use re in unicode mode when filenames are not raw | Patrik Nyblom | |
2010-11-30 | Treat soft links on Windows correctly in file_name_SUITE | Patrik Nyblom | |
2010-11-30 | Corrected testcases broken by unicode filenames | Patrik Nyblom | |
Also corrected type-info for bifs | |||
2010-11-30 | Teach spawn_executable about Unicode | Patrik Nyblom | |
Also corrected compressed files on Windows | |||
2010-11-30 | Convert filenames read on MacOSX to canonical form | Patrik Nyblom | |
2010-11-30 | Teach file to accept codepoints beyond 255. | Patrik Nyblom | |
2010-11-30 | Add testcases | Patrik Nyblom | |
2010-11-30 | Handle binary file names and conversion of unicode strings | Patrik Nyblom | |
2010-11-30 | Add test case for append to file > 4 GB | Raimo Niskanen | |
2010-11-29 | Teach filename to accept raw data and add filename enc option to emu | Patrik Nyblom | |
2010-11-29 | Merge branch 'pan/embedded-mode-testcase/OTP-8905' into dev | Patrik Nyblom | |
* pan/embedded-mode-testcase/OTP-8905: Unload stray applications from application_SUITE before creating script Make testcase filter away bogus applications from earlier suites Add test loading all of OTP in boot script and running embedded | |||
2010-11-29 | Merge branch 'pan/gen_udp-connect-testcase/OTP-8860' into dev | Patrik Nyblom | |
* pan/gen_udp-connect-testcase/OTP-8860: Teach gen_udp_SUITE:connect testcase about econnreset on Windows | |||
2010-11-29 | Merge branch 'pan/code-clash-testcase/OTP-8852' into dev | Patrik Nyblom | |
* pan/code-clash-testcase/OTP-8852: Teach code_SUITE:clash Windows file system semantics | |||
2010-11-29 | Fix type information of 'file' and 'code' modules | Kostis Sagonas | |
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. | |||
2010-11-26 | Merge branch 'ta/fix-native-looping' into dev | Björn Gustavsson | |
* ta/fix-native-looping: error_handler: add no_native compiler directive | |||
2010-11-26 | Unload stray applications from application_SUITE before creating script | Patrik Nyblom | |