| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * win32/Makefile.sub (config.h): VC6 has __int64. | usa | 2010-03-05 | 1 | -2/+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 | 2 | -0/+12 |
* | * win32/Makefile.sub, symbian/setup (config.h): pack.c requires | nobu | 2010-03-02 | 1 | -2/+9 |
* | * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand. | nobu | 2010-02-08 | 2 | -2/+2 |
* | * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should be | nobu | 2010-01-29 | 1 | -0/+3 |
* | * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures. | nobu | 2010-01-25 | 1 | -8/+0 |
* | * win32/win32.c (init_env): use _wputenv() instead of | usa | 2010-01-12 | 1 | -3/+10 |
* | * win32/configure.bat (WIN32DIR): regularise file separators. | nobu | 2010-01-08 | 1 | -1/+1 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -1/+0 |
* | * win32/Makefile.sub (TRACING_MODEL): follow yugui's previous changes. | usa | 2010-01-04 | 1 | -0/+1 |
* | * win32/win32.c (CreateChild): force to inherit standard I/O handles. | usa | 2009-12-28 | 1 | -20/+18 |
* | * win32/configure.bat: now recognize --with-*-{dir,include,lib} options | usa | 2009-12-08 | 2 | -3/+14 |
* | * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from | nobu | 2009-11-30 | 1 | -0/+3 |
* | * win32/{configure.bat, setup.mak, Makefile.sub}: add new configure | usa | 2009-11-26 | 3 | -1/+15 |
* | * win32/Makefile.sub: nmake execute the file named echo if it exists | usa | 2009-11-19 | 1 | -2/+2 |
* | * 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/Makefile.sub (config.h): added RUBY_SITEARCH to use | nobu | 2009-10-26 | 1 | -0/+2 |
* | * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable | nobu | 2009-10-22 | 1 | -0/+5 |
* | * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create | usa | 2009-10-19 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_spawn): `\'' is also quote character. | usa | 2009-10-16 | 1 | -1/+1 |
* | * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp), | nobu | 2009-10-10 | 1 | -1/+1 |
* | * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER): | usa | 2009-10-01 | 3 | -15/+16 |
* | * 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 |
* | * Makefile.in, win32/Makefile.sub (INSNS): depend on tools. | nobu | 2009-09-21 | 1 | -1/+3 |
* | * win32/Makefile.sub (config.status): install-capi needs docdir. And, | usa | 2009-09-16 | 1 | -3/+4 |
* | * win32/Makefile.sub: sorry, typo. | usa | 2009-09-16 | 1 | -1/+1 |
* | * win32/Makefile.sub (DOCTARGETS): rdoc is default. | usa | 2009-09-16 | 1 | -2/+2 |
* | * win32/Makefile.sub: typo. | usa | 2009-09-16 | 1 | -0/+1 |
* | * configure.in (CAPITARGET): enable iff doxygen is available. | nobu | 2009-09-16 | 1 | -2/+21 |
* | * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this | usa | 2009-09-15 | 1 | -1/+1 |
* | * win32/configure.bat: need a space before a tab to output the tab by | usa | 2009-09-15 | 1 | -3/+3 |
* | * configure.in, common.mk, */configure.bat (rdoc): make before | nobu | 2009-09-14 | 1 | -2/+2 |
* | * win32/configure.bat: keep old makefile with renamed. | nobu | 2009-09-14 | 1 | -1/+4 |
* | * win32/Makefile.sub (MAKEDIRS): define. | usa | 2009-08-24 | 1 | -0/+1 |
* | * win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead of | nobu | 2009-08-24 | 1 | -1/+1 |
* | * enc/unicode/name2ctype.h: split from enc/unicode.c and made a | nobu | 2009-08-21 | 1 | -0/+4 |
* | * 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 |