aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in: read API version from include/ruby/version.h.nobu2010-08-241-3/+3
* * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): splitnobu2010-08-161-0/+6
* * win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu2010-08-011-0/+1
* * configure.in (config.h): add include guard.nobu2010-07-261-0/+5
* * configure.in (enable-debug-env): option for RUBY_DEBUG env.nobu2010-06-262-0/+15
* * Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaningnobu2010-06-141-0/+11
* * 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
* * dln.c (rb_w32_check_imported): check if extension library to benobu2010-05-161-1/+1
* * win32/Makefile.sub: link with ffs.obj.usa2010-05-131-1/+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
* * README: update.nobu2010-05-061-13/+1
* * 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/Makefile.sub (config.h): define some constants to selectusa2010-04-291-0/+16
* * 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/mkexports.rb (each_export): VC10 support.usa2010-04-051-1/+1
* * include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse2010-04-041-2/+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
* * win32/Makefile.sub (config.h): VC6 has __int64.usa2010-03-051-2/+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-022-0/+12
* * win32/Makefile.sub, symbian/setup (config.h): pack.c requiresnobu2010-03-021-2/+9
* * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.nobu2010-02-082-2/+2
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should benobu2010-01-291-0/+3
* * version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.nobu2010-01-251-8/+0
* * win32/win32.c (init_env): use _wputenv() instead ofusa2010-01-121-3/+10
* * win32/configure.bat (WIN32DIR): regularise file separators.nobu2010-01-081-1/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-1/+0
* * win32/Makefile.sub (TRACING_MODEL): follow yugui's previous changes.usa2010-01-041-0/+1
* * win32/win32.c (CreateChild): force to inherit standard I/O handles.usa2009-12-281-20/+18
* * win32/configure.bat: now recognize --with-*-{dir,include,lib} optionsusa2009-12-082-3/+14
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-301-0/+3
* * win32/{configure.bat, setup.mak, Makefile.sub}: add new configureusa2009-11-263-1/+15
* * win32/Makefile.sub: nmake execute the file named echo if it existsusa2009-11-191-2/+2
* * win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe2009-11-011-3/+3