Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-04 | Merge branch 'maint' | Siri Hansen | |
2013-06-04 | Delete 'icky' dirs and symlinks after kernel tests | Siri Hansen | |
This is to avoid lingering files on windows. | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | Update file_name_SUITE | Björn Gustavsson | |
Because {prim_file,file}:list_dir/1 no longer returns untranslatable filenames, we must use list_dir_all/1 instead. We also need to use read_link_all/1 instead of read_link/1. | |||
2013-02-13 | Rethink the filelib:wildcard() functions | Björn Gustavsson | |
Commit 70b5e24c9498225fadc08d19503269c8aad851bf broke filelib:wildcard(Pattern, "."). Over the years, the logic for filelib:wilcard() has become a mess of special cases. Probably because of premature optimization, filelib:wildcard(Pattern) and filelib:wildcard(Pattern, Cwd) are handled differently. They can be consolidated if we use a "." as the default Cwd argument. We can also simplify things by compiling the Cwd argument into the wildcard. We did not that in the initial implementation because it used to be possible to pre-compile a wildcard and pass it to filelib:wildcard/{1,2}. Since that is no longer possible, there is no point in keeping the compiled wildcard "portable" (not dependent on the Cwd argument). | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-14 | Make get/putenv and erlexec understand Unicode | Patrik Nyblom | |
Putenv and getenv needs to convert to the proper environment strings in Unicode depending on platform and user settings for filename encoding. Also erlexec needs to pass environment strings in an appropriate way for kernel to pick up. All environment strings on the command line, as well as home directory, is now passed in UTF8 on windows and in whatever encoding you have on Unix, kernel tries to convert all parameters and environments from UTF8 before making strings. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | 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 | |
2010-12-20 | Make file_name_SUITE:very_icky work on Windows | Patrik Nyblom | |
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 | 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 | 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 | Add testcases | Patrik Nyblom | |