ac0f5a53b6d567b319df73878bd08d70cbbdc37c
|
2010-11-27 |
* io.c (io_fwrite): use rb_w32_write_console under Windows. |
5d47965174bb16e93170c877d4d6faf522441a4b
|
2010-12-25 |
* ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature. Patch by Rafal Michalski [ruby-core:33874] [Ruby 1.9-Bug#4203] |
89bd00d804dd74451cf9e0d3bf528c1dd26d8854
|
2011-01-21 |
* configure.in: Fix incorrectly detected x86_64-w64-mingw32 due canonalization of target_os. Bug #3889 [ruby-core:32634] |
c2bfeaa2449671a4dcea16e09c6bc3e7c7095456
|
2011-04-11 |
Evaluate truncate, ftruncate and ftello existence |
9e49d29e0801e9d6543339cedfc373dadae7773a
|
2011-08-01 |
Correct RubyGems bin check on Windows. Bug #5111 |
0bbb8e8975ad9f00d467218098dd2d6ad8895974
|
2011-10-30 |
* configure.in: check -fno-omit-frame-pointer acceptance and usage under MinGW. [ruby-core:39957] [Bug #5407] |
f9a6a1dd0c687dfc6e63e5d20bc3812416def301
|
2011-12-04 |
Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decorator |
ef9bbba96f41d94c125460d4ca6a293996b8c09b
|
2011-12-08 |
Silence stat redefinition warnings under win32 |
3cbf3e207d460302a90b292304169f0b07397830
|
2011-12-24 |
* configure.in: add --with-ntver option to match win32/configure.bat functionality. Set 0x0501 as default. [ruby-core:35010] [ruby-core:35035] |
60b99d05c65261d329bfec7365486b9bf45acd28
|
2011-12-24 |
* configure.in: change --with-ntver to --with-winnt-ver to be more descriptive in the context. [ruby-core:41794] |
44d20d61c7babae9fd2ac3c6578208efa631d5a3
|
2012-01-12 |
Do not define _WIN32_WINNT multiple times |
32ef61144b9556fd73bd6c5d953b74a163939047
|
2012-05-12 |
* test/ruby/test_io.rb (class TestIO): Disable GC during IO tests to avoid file descriptors being GC'ed. Suggestion by Tomoyuki Chikanaga [ruby-core:43951][Bug #6228] |
030111ac9c00f6437263134b33a4fa616bac864c
|
2012-06-28 |
* test/win32ole/test_win32ole.rb (test_s_codepage_changed): FileSystemObject only supports ANSI or UTF-16LE encoding. Patch by bosko (Bosko Ivanisevic) [ruby-trunk - Bug #6650] |
fa608f4af2468b97deef422c7c913c481968008a
|
2012-07-23 |
Fix win32ole test failure under mingw-w64 (x64-mingw32) |
c4348fcd7f6742337d8b2187d8c23182e5a6973d
|
2012-07-23 |
Fix raw UTF-8 test for non-Japanase Windows systems |
86df08dac6fc4642a6bac7bab6ccd5f44b7a293c
|
2012-08-24 |
Improve require/File.expand_path performance on Windows |
3d8d595932bef78aa3a175ea2150c88ad3582cba
|
2012-08-24 |
Remove incorrectly committed timestamp file |
608a1f44761bc9a964fdf8a6c2a257374b89e761
|
2012-08-29 |
test/ruby/test_file_exhaustive.rb: fix test for HOME-less envs |
95cd5aaa48f6b39062b5c4a5950928817b9bf8d6
|
2012-11-06 |
Recognize zlibwapi as linking library |
75c20a7902e50a05263b30b5ae1feaf54788833c
|
2012-11-06 |
Remove FIXME skip on Windows test |
25058a58a290728e1bb0643145c19b283fba6db6
|
2012-11-16 |
skip long name conversion if last character is a wildcard one |
628559765352624df9aff2ff7d73927e0df858de
|
2012-11-17 |
Skip path expansion for all wildcard characters |
55915036a6d1edebe739737bb7d910a8851e21e5
|
2012-11-17 |
Swap logic around wildcard character detection |
ee90455a447aaafe1985ba365d0357ba8f524146
|
2013-03-10 |
Expand home directory when used in dir_string |
2caf0bc820b4be3956b8f26a81d279d815eaea2d
|
2013-03-14 |
Refactor rb_file_expand_path_internal for dir_string corner cases |