aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu2010-10-121-12/+14
* * win32/win32.c (rb_w32_strerror): get English message first, insteadusa2010-10-121-0/+4
* * win32/win32.c (rb_w32_strerror): unmap some range of errno forusa2010-10-121-0/+15
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-2/+2
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa2010-09-021-4/+12
* * win32/win32.c (CreateChild): unicodize.usa2010-09-021-11/+34
* * win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa2010-05-271-2/+12
* * thread.c (subtract_tv): if the rest is zero, should finish waitingusa2010-05-201-1/+1
* * win32/win32.c (argv_size): merged into join_argv() to maintain theusa2010-05-171-52/+40
* * win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.nobu2010-05-161-8/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): newusa2010-05-101-0/+6
* * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu2010-05-081-0/+11
* * win32/win32.c: add declaration of wstati64 for gcc.wanabe2010-04-301-0/+1
* * merge some patches from win32-uncode-test branch.usa2010-04-301-126/+420
* * win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED withusa2010-04-221-3/+0
* * include/ruby/win32.h: check definition existance before definingusa2010-04-061-2/+36
* * include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 alreadyusa2010-04-051-1/+2
* * win32/win32.c (init_env): wrong calculation of the head of setenvusa2010-04-021-1/+1
* * win32/win32.c (rb_w32_{read,write}): fix handle leaks. based onnobu2010-03-251-0/+2
* * win32/win32.c (rb_w32_read): limit read size to 16KB if the filenobu2010-03-241-2/+17
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-161-9/+18
* * win32/win32.c (rb_w32_getcwd): remvoed duplicated code.nobu2010-03-161-6/+1
* * win32/win32.c (init_env): get rid of alloca() for outer string.nobu2010-03-111-11/+16
* * win32/win32.c (signbit): allow x64.wanabe2010-03-101-4/+0
* * io.c (pipe_open): suppressed a warning.nobu2010-03-051-4/+5
* * win32/win32.c (signbit): defined on mingw.nobu2010-03-051-0/+2
* * win32/win32.c (signbig): defined.nobu2010-03-021-0/+11
* * win32/win32.c (init_env): use _wputenv() instead ofusa2010-01-121-3/+10
* * win32/win32.c (CreateChild): force to inherit standard I/O handles.usa2009-12-281-20/+18
* * win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe2009-11-011-3/+3
* * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa2009-10-301-5/+23
* * win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa2009-10-161-1/+1
* * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa2009-10-011-7/+4
* * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa2009-10-011-2/+1
* * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa2009-09-281-1/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-251-0/+14
* * win32/win32.c (readdir_internal): free old temporary filename.usa2009-08-121-2/+4
* * win32/win32.c (has_redirection): need to execute shell if commandlineusa2009-08-041-2/+3
* * win32/win32.c (rb_w32_connect): return value was broken when someusa2009-08-031-7/+4
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-231-2/+2
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-221-1/+3
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-211-1/+206
* * win32/win32.c (rb_w32_spawn): use original command if not found.nobu2009-03-231-2/+1
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-29/+49
* * win32/win32.c (rb_w32_conv_from_wstr): added.nobu2009-03-201-56/+0
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu2009-03-201-50/+117
* * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu2009-03-201-0/+1
* * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,nobu2009-03-111-55/+0
* * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu2009-03-111-8/+113
* * win32/win32.c: suppress warnings. based on a patch from Charlienobu2009-03-101-23/+24