aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor...tarui2010-12-061-1/+7
* * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): rollback debug code of previous commit.usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): workaround for console reading troubles.usa2010-12-021-3/+7
* * win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa2010-11-301-2/+4
* * win32/win32.c (rb_w32_write_console): fix argument type.nobu2010-11-291-1/+2
* * win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa2010-11-291-1/+3
* * win32/win32.c (rb_w32_write_console): fixed indentation.usa2010-11-291-7/+8
* * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena2010-11-271-0/+23
* * win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu2010-11-231-38/+18
* * win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu2010-11-231-4/+6
* * fix type warnings.nobu2010-11-111-3/+1
* * win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa2010-11-091-1/+3
* * win32/win32.c (get_wsa_extension_function): typos. orzusa2010-11-081-3/+3
* * win32/win32.c (finish_overlapped_socket): refactoring.usa2010-11-081-94/+43
* * win32/win32.c (get_proc_address): refactoring.usa2010-11-081-39/+51
* * win32/win32.c (rb_w32_getppid): support Win64.usa2010-10-271-4/+4
* * 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