aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu2010-11-092-0/+43
* * win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa2010-11-091-1/+3
* * win32/win32.c (get_wsa_extension_function): typos. orzusa2010-11-081-3/+3
* * win32/win32.c (finish_overlapped_socket): refactoring.usa2010-11-081-94/+43
* * win32/win32.c (get_proc_address): refactoring.usa2010-11-081-39/+51
* * win32/Makefile.sub (ruby_pc): ignore missing variables.nobu2010-10-301-2/+3
* * win32/win32.c (rb_w32_getppid): support Win64.usa2010-10-271-4/+4
* * common.mk (pkgconfig-data): moved from Makefile.in.nobu2010-10-261-0/+9
* * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu2010-10-121-12/+14
* * win32/win32.c (rb_w32_strerror): get English message first, insteadusa2010-10-121-0/+4
* * win32/win32.c (rb_w32_strerror): unmap some range of errno forusa2010-10-121-0/+15
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu2010-10-081-1/+1
* * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu2010-10-071-1/+2
* * win32/mkexports.rb: revert r29320 and r29402.wanabe2010-10-051-4/+1
* * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe2010-10-031-10/+2
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-2/+2
* * tool/config.sub: add mingw64.wanabe2010-09-231-1/+12
* * common.mk (clean): removes all documents on cleaning.oyugui2010-09-191-1/+3
* * 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