| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: read API version from include/ruby/version.h. | nobu | 2010-08-24 | 1 | -3/+3 |
* | * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): split | nobu | 2010-08-16 | 1 | -0/+6 |
* | * win32/Makefile.sub: needs stddef.h for size_t. a patch from | nobu | 2010-08-01 | 1 | -0/+1 |
* | * configure.in (config.h): add include guard. | nobu | 2010-07-26 | 1 | -0/+5 |
* | * configure.in (enable-debug-env): option for RUBY_DEBUG env. | nobu | 2010-06-26 | 2 | -0/+15 |
* | * Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaning | nobu | 2010-06-14 | 1 | -0/+11 |
* | * 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 |
* | * dln.c (rb_w32_check_imported): check if extension library to be | nobu | 2010-05-16 | 1 | -1/+1 |
* | * win32/Makefile.sub: link with ffs.obj. | usa | 2010-05-13 | 1 | -1/+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 |
* | * README: update. | nobu | 2010-05-06 | 1 | -13/+1 |
* | * 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/Makefile.sub (config.h): define some constants to select | usa | 2010-04-29 | 1 | -0/+16 |
* | * 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/mkexports.rb (each_export): VC10 support. | usa | 2010-04-05 | 1 | -1/+1 |
* | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse | 2010-04-04 | 1 | -2/+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 |
* | * 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 |