summaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa2009-10-301-5/+23
* * win32/Makefile.sub (config.h): added RUBY_SITEARCH to usenobu2009-10-261-0/+2
* * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu2009-10-221-0/+5
* * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa2009-10-191-1/+1
* * win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa2009-10-161-1/+1
* * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),nobu2009-10-101-1/+1
* * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa2009-10-013-15/+16
* * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa2009-10-011-2/+1
* * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa2009-09-281-1/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-251-0/+14
* * Makefile.in, win32/Makefile.sub (INSNS): depend on tools.nobu2009-09-211-1/+3
* * win32/Makefile.sub (config.status): install-capi needs docdir. And,usa2009-09-161-3/+4
* * win32/Makefile.sub: sorry, typo.usa2009-09-161-1/+1
* * win32/Makefile.sub (DOCTARGETS): rdoc is default.usa2009-09-161-2/+2
* * win32/Makefile.sub: typo.usa2009-09-161-0/+1
* * configure.in (CAPITARGET): enable iff doxygen is available.nobu2009-09-161-2/+21
* * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of thisusa2009-09-151-1/+1
* * win32/configure.bat: need a space before a tab to output the tab byusa2009-09-151-3/+3
* * configure.in, common.mk, */configure.bat (rdoc): make beforenobu2009-09-141-2/+2
* * win32/configure.bat: keep old makefile with renamed.nobu2009-09-141-1/+4
* * win32/Makefile.sub (MAKEDIRS): define.usa2009-08-241-0/+1
* * win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead ofnobu2009-08-241-1/+1
* * enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu2009-08-211-0/+4
* * win32/win32.c (readdir_internal): free old temporary filename.usa2009-08-121-2/+4
* * win32/win32.c (has_redirection): need to execute shell if commandlineusa2009-08-041-2/+3
* * win32/win32.c (rb_w32_connect): return value was broken when someusa2009-08-031-7/+4
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-231-2/+2
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-221-1/+3
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-211-1/+206
* * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa2009-07-211-0/+3
* * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa2009-07-151-1/+1
* * win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API'susa2009-06-241-1/+1
* * win32/mkexports.rb: rbconfig.rb exists on ".".usa2009-06-241-1/+1
* * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu2009-06-091-0/+1
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-231-3/+1
* * instruby.rb: moved into tool/.yugui2009-05-221-1/+1
* * win32/setup.mak (-version-): r23426.nobu2009-05-171-1/+1
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-6/+11
* * win32/Makefile.sub (config.h): updated.nobu2009-04-011-4/+4
* * win32/win32.c (rb_w32_spawn): use original command if not found.nobu2009-03-231-2/+1
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-29/+49
* * win32/win32.c (rb_w32_conv_from_wstr): added.nobu2009-03-201-56/+0
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu2009-03-201-50/+117
* * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu2009-03-201-0/+1