| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe): | nobu | 2010-10-12 | 1 | -12/+14 |
* | * win32/win32.c (rb_w32_strerror): get English message first, instead | usa | 2010-10-12 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_strerror): unmap some range of errno for | usa | 2010-10-12 | 1 | -0/+15 |
* | * win32/win32.c (rb_w32_getenv): should return NULL if specified name | usa | 2010-09-30 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to free | usa | 2010-09-02 | 1 | -4/+12 |
* | * win32/win32.c (CreateChild): unicodize. | usa | 2010-09-02 | 1 | -11/+34 |
* | * win32/win32.c (rb_w32_read): call ReadFile() with len = 0 before | usa | 2010-05-27 | 1 | -2/+12 |
* | * thread.c (subtract_tv): if the rest is zero, should finish waiting | usa | 2010-05-20 | 1 | -1/+1 |
* | * win32/win32.c (argv_size): merged into join_argv() to maintain the | usa | 2010-05-17 | 1 | -52/+40 |
* | * win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE. | nobu | 2010-05-16 | 1 | -8/+1 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): new | usa | 2010-05-10 | 1 | -0/+6 |
* | * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. | nobu | 2010-05-08 | 1 | -0/+11 |
* | * win32/win32.c: add declaration of wstati64 for gcc. | wanabe | 2010-04-30 | 1 | -0/+1 |
* | * merge some patches from win32-uncode-test branch. | usa | 2010-04-30 | 1 | -126/+420 |
* | * win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED with | usa | 2010-04-22 | 1 | -3/+0 |
* | * include/ruby/win32.h: check definition existance before defining | usa | 2010-04-06 | 1 | -2/+36 |
* | * include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 already | usa | 2010-04-05 | 1 | -1/+2 |
* | * win32/win32.c (init_env): wrong calculation of the head of setenv | usa | 2010-04-02 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_{read,write}): fix handle leaks. based on | nobu | 2010-03-25 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_read): limit read size to 16KB if the file | nobu | 2010-03-24 | 1 | -2/+17 |
* | * ext/tmpdir: split from lib/tmpdir.rb. | nobu | 2010-03-16 | 1 | -9/+18 |
* | * win32/win32.c (rb_w32_getcwd): remvoed duplicated code. | nobu | 2010-03-16 | 1 | -6/+1 |
* | * win32/win32.c (init_env): get rid of alloca() for outer string. | nobu | 2010-03-11 | 1 | -11/+16 |
* | * win32/win32.c (signbit): allow x64. | wanabe | 2010-03-10 | 1 | -4/+0 |
* | * io.c (pipe_open): suppressed a warning. | nobu | 2010-03-05 | 1 | -4/+5 |
* | * win32/win32.c (signbit): defined on mingw. | nobu | 2010-03-05 | 1 | -0/+2 |
* | * win32/win32.c (signbig): defined. | nobu | 2010-03-02 | 1 | -0/+11 |
* | * win32/win32.c (init_env): use _wputenv() instead of | usa | 2010-01-12 | 1 | -3/+10 |
* | * win32/win32.c (CreateChild): force to inherit standard I/O handles. | usa | 2009-12-28 | 1 | -20/+18 |
* | * win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handle | wanabe | 2009-11-01 | 1 | -3/+3 |
* | * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptions | usa | 2009-10-30 | 1 | -5/+23 |
* | * win32/win32.c (rb_w32_spawn): `\'' is also quote character. | usa | 2009-10-16 | 1 | -1/+1 |
* | * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER): | usa | 2009-10-01 | 1 | -7/+4 |
* | * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId() | usa | 2009-10-01 | 1 | -2/+1 |
* | * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returns | usa | 2009-09-28 | 1 | -1/+1 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to | usa | 2009-09-25 | 1 | -0/+14 |
* | * win32/win32.c (readdir_internal): free old temporary filename. | usa | 2009-08-12 | 1 | -2/+4 |
* | * win32/win32.c (has_redirection): need to execute shell if commandline | usa | 2009-08-04 | 1 | -2/+3 |
* | * win32/win32.c (rb_w32_connect): return value was broken when some | usa | 2009-08-03 | 1 | -7/+4 |
* | * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditions | usa | 2009-07-23 | 1 | -2/+2 |
* | * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw. | usa | 2009-07-22 | 1 | -1/+3 |
* | * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/ | usa | 2009-07-21 | 1 | -1/+206 |
* | * win32/win32.c (rb_w32_spawn): use original command if not found. | nobu | 2009-03-23 | 1 | -2/+1 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL as | nobu | 2009-03-22 | 1 | -29/+49 |
* | * win32/win32.c (rb_w32_conv_from_wstr): added. | nobu | 2009-03-20 | 1 | -56/+0 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program name | nobu | 2009-03-20 | 1 | -50/+117 |
* | * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND. | nobu | 2009-03-20 | 1 | -0/+1 |
* | * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP, | nobu | 2009-03-11 | 1 | -55/+0 |
* | * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long. | nobu | 2009-03-11 | 1 | -8/+113 |
* | * win32/win32.c: suppress warnings. based on a patch from Charlie | nobu | 2009-03-10 | 1 | -23/+24 |