| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (has_redirection): should use shell (cmd.exe) when | usa | 2012-10-25 | 1 | -0/+1 |
* | * win32/win32.c (check_valid_dir): reject "..." as directory name. | usa | 2012-08-14 | 1 | -1/+8 |
* | Optimize winnt_stat | shirosaki | 2012-08-09 | 1 | -16/+38 |
* | win32.c: rb_w32_inet_ntop should be const | nobu | 2012-07-29 | 1 | -1/+1 |
* | win32/win32.c: suppress warning redeclared | shirosaki | 2012-07-28 | 1 | -6/+4 |
* | win32/win32.c: fix localtime_r() on x64-mingw | shirosaki | 2012-07-28 | 1 | -3/+14 |
* | * win32/win32.c (rb_w32_socket, rb_w32_socketpair): remember the family | usa | 2012-07-24 | 1 | -11/+33 |
* | * win32/win32.c (win95_stat): remove unnecessary macro. | usa | 2012-07-09 | 1 | -1/+0 |
* | * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x | usa | 2012-07-09 | 1 | -110/+6 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API. | usa | 2012-06-06 | 1 | -0/+38 |
* | * win32/win32.c (rb_w32_close): of course, console handle is not socket. | usa | 2012-06-06 | 1 | -1/+9 |
* | no windows dialog | nobu | 2012-06-04 | 1 | -0/+2 |
* | win32: VT100 escape | nobu | 2012-06-04 | 1 | -6/+372 |
* | * win32/win32.c (finish_overlapped_socket, overlapped_socket_io): | usa | 2012-05-23 | 1 | -8/+21 |
* | * include/ruby/win32.h (FD_SET): change function to macro. | shirosaki | 2012-05-08 | 1 | -22/+12 |
* | * win32/win32.c (waitpid): need to check the return value of | usa | 2012-04-24 | 1 | -1/+7 |
* | * win32/win32.c (szInternalCmds, internal_match, internal_cmd_match): | usa | 2012-04-23 | 1 | -51/+51 |
* | * win32/win32.c (gmtime_r, localtime_r): POSIX compliant reentrant | nobu | 2012-04-16 | 1 | -0/+105 |
* | * configure.in (RUBY_MSVCRT_VERSION): define on mingw too. | nobu | 2012-04-16 | 1 | -5/+5 |
* | * reduce UNREACHABLE. | nobu | 2012-04-15 | 1 | -6/+2 |
* | * configure.in (UNREACHABLE): gcc 4.4 eliminates unreachable code | nobu | 2012-04-14 | 1 | -1/+1 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -2/+2 |
* | * win32/win32.c (isUNCRoot, winnt_stat): support long UNC. | nobu | 2012-04-09 | 1 | -3/+8 |
* | * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of | shirosaki | 2012-04-07 | 1 | -7/+12 |
* | * test/ruby/test_thread.rb | shirosaki | 2012-04-07 | 1 | -1/+1 |
* | * win32/win32.c (check_if_dir): fix memory leak. | kazu | 2012-03-27 | 1 | -16/+10 |
* | * win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++ | nobu | 2012-03-26 | 1 | -4/+16 |
* | * win32/win32.c (rb_w32_open, rb_w32_wopen): check if the file is a | nobu | 2012-03-26 | 1 | -4/+33 |
* | * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIME | nobu | 2012-03-22 | 1 | -25/+24 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to | usa | 2012-03-15 | 1 | -8/+59 |
* | * win32/win32.c (rb_w32_read): fix an issue that $stdin.read doesn't | shirosaki | 2012-01-28 | 1 | -1/+6 |
* | * test/ruby/test_thread.rb | shirosaki | 2012-01-28 | 1 | -2/+8 |
* | * win32/win32.c (rb_chsize): no need to get the current file size. | nobu | 2012-01-16 | 1 | -6/+3 |
* | * win32/win32.c (check_valid_dir): strict checking of root. | usa | 2012-01-05 | 1 | -1/+1 |
* | * win32/win32.c (check_valid_dir): special case for a root directory. | usa | 2012-01-04 | 1 | -1/+14 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function. | usa | 2011-12-14 | 1 | -0/+8 |
* | Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor... | luislavena | 2011-12-04 | 1 | -11/+3 |
* | * win32/win32.c (rb_w32_inet_ntop): constified. | nobu | 2011-11-29 | 1 | -7/+8 |
* | * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove | usa | 2011-11-28 | 1 | -17/+0 |
* | * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move the | usa | 2011-11-28 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898] | usa | 2011-11-28 | 1 | -1/+1 |
* | * win32/win32.c (_pioinfo): need to declare _pioinfo() before using | usa | 2011-11-22 | 1 | -0/+1 |
* | * win32/win32.c (_pioinfo): make an inline function. | nobu | 2011-11-22 | 1 | -1/+8 |
* | * win32/win32.c (dupfd): argument of _osfhnd and so on should not | nobu | 2011-11-22 | 1 | -2/+3 |
* | * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it is | usa | 2011-11-18 | 1 | -1/+2 |
* | * win32/win32.c (unixtime_to_filetime): should check the return value | usa | 2011-11-09 | 1 | -0/+3 |
* | * thread.c (rb_fd_rcopy): suppress warnings on mingw32. | nobu | 2011-11-03 | 1 | -4/+4 |
* | * win32/win32.c (setfl): extract from fcntl(). | usa | 2011-10-31 | 1 | -17/+78 |
* | * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete): | usa | 2011-10-20 | 1 | -32/+68 |
* | * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings. | nobu | 2011-09-02 | 1 | -2/+2 |