| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (rb_w32_select): check invalid handle before doing | usa | 2011-05-13 | 1 | -21/+43 |
* | * win32/win32.c (rb_w32_fdcopy): suppress a warning. | nobu | 2011-05-02 | 1 | -1/+1 |
* | * win32/win32.c: remove trailing spaces and no-cuddle "else". | nobu | 2011-05-02 | 1 | -26/+27 |
* | * win32/win32.c (rb_w32_fdcopy): New. This can copy even though | kosaki | 2011-04-30 | 1 | -0/+12 |
* | * thread_win32.c (native_cond_timedwait): New. r31373 caused | kosaki | 2011-04-29 | 1 | -3/+7 |
* | * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path. | usa | 2011-04-28 | 2 | -27/+38 |
* | * win32/win32.c (kill): accept 0 only sig is SIGINT #4596 | arton | 2011-04-25 | 1 | -1/+1 |
* | * win32/win32.c (kill): accept 0 as pid, fixes #4596 | arton | 2011-04-25 | 1 | -1/+1 |
* | * win32/win32.c (CreateChild): maximum length of lpCommandLine is | tarui | 2011-04-20 | 1 | -0/+6 |
* | * win32/win32.c (rb_w32_read): suppress warning. | nobu | 2011-04-14 | 1 | -2/+2 |
* | Evaluate truncate, ftruncate and ftello existence | luislavena | 2011-04-11 | 1 | -3/+3 |
* | * win32/win32.c: fix r31152 (dup line) | arton | 2011-03-22 | 1 | -1/+0 |
* | * win32/win32.c: wait process real termination after reading | arton | 2011-03-22 | 1 | -1/+7 |
* | * hash.c (ruby_setenv): check env process block size with OS ver. | arton | 2011-03-19 | 1 | -1/+1 |
* | * win32/win32.c: revert r30987 because it causes some failures in | usa | 2011-03-01 | 1 | -9/+0 |
* | * win32/win32.c (rb_w32_spawn): use shell if a commandline contain | kosaki | 2011-02-28 | 1 | -0/+9 |
* | * win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work on | kosaki | 2011-02-14 | 1 | -0/+4 |
* | * win32/win32.c (is_internal_cmd): if the first char of prog is '@', | usa | 2011-02-14 | 1 | -0/+2 |
* | * configure.in (rubygems): add --disable-rubygems option. | nobu | 2011-02-11 | 2 | -0/+18 |
* | * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop. | tarui | 2011-01-31 | 1 | -0/+16 |
* | * win32/win32.c: get rid of STRNDUPA(). It's dangerous API. | kosaki | 2011-01-27 | 1 | -3/+0 |
* | * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca(). | kosaki | 2011-01-27 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_spawn): get rid of too huge alloca(). | kosaki | 2011-01-27 | 1 | -3/+8 |
* | * win32/win32.c (open_dir_handle): get rid of too huge alloca(). | kosaki | 2011-01-27 | 1 | -2/+3 |
* | * win32/win32.c (wstati64): get rid of too huge alloca(). | kosaki | 2011-01-27 | 1 | -1/+5 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry. | usa | 2011-01-27 | 1 | -18/+13 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too huge | usa | 2011-01-27 | 1 | -10/+18 |
* | * configure.in, win32/Makefile.sub (RUNRUBY): require path should | usa | 2011-01-14 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_write_console): don't raise exception when | naruse | 2010-12-31 | 1 | -2/+2 |
* | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30431 b2dd03c8-39d4-4d8f-98... | kosaki | 2010-12-30 | 1 | -11/+11 |
* | * win32/rm.bat: remove duplicated line. | nobu | 2010-12-29 | 1 | -1/+0 |
* | * win32/Makefile.sub (clean-enc): pass V to inferior make. | nobu | 2010-12-29 | 1 | -1/+1 |
* | * win32/configure.bat: Remove obsoleted conding rule. Now, we | kosaki | 2010-12-27 | 1 | -3/+0 |
* | * win32/README.win32: note to need NT based OS to build ruby. | usa | 2010-12-27 | 1 | -4/+6 |
* | * win32/rmall.bat: property. | nobu | 2010-12-27 | 1 | -6/+6 |
* | * win32/Makefile.sub: suppress a strange error message when RMALL | kosaki | 2010-12-26 | 2 | -1/+7 |
* | * win32/Makefile.sub: fix 'nmake clean-enc' breakage since r28322. | kosaki | 2010-12-26 | 1 | -1/+3 |
* | * win32/setup.mak (BASERUBY): quit with an error when BASERUBY was not | usa | 2010-12-17 | 1 | -0/+3 |
* | * win32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX, | usa | 2010-12-16 | 3 | -8/+8 |
* | * configure.in, win32/Makefile.sub (WERRORFLAG): flag to treat | nobu | 2010-12-06 | 1 | -1/+3 |
* | * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor... | tarui | 2010-12-06 | 1 | -1/+7 |
* | * win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problem | usa | 2010-12-03 | 1 | -1/+1 |
* | * win32/Makefile.sub (RCFLAGS): -nologo switch is only available in | usa | 2010-12-02 | 1 | -1/+6 |
* | * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513] | usa | 2010-12-02 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_read): rollback debug code of previous commit. | usa | 2010-12-02 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_read): workaround for console reading troubles. | usa | 2010-12-02 | 1 | -3/+7 |
* | * win32/Makefile.sub (rc): suppress meaningless message. | usa | 2010-12-02 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_read): read only 1 byte at once on console. | usa | 2010-11-30 | 1 | -2/+4 |
* | * win32/Makefile.sub (scriptbin.mk): fix generated rules. | nobu | 2010-11-29 | 1 | -4/+4 |
* | * win32/win32.c (rb_w32_write_console): fix argument type. | nobu | 2010-11-29 | 1 | -1/+2 |