summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2010-11-09* win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa
2010-11-08* win32/win32.c (get_wsa_extension_function): typos. orzusa
2010-11-08* win32/win32.c (finish_overlapped_socket): refactoring.usa
2010-11-08* win32/win32.c (get_proc_address): refactoring.usa
2010-10-30* win32/Makefile.sub (ruby_pc): ignore missing variables.nobu
2010-10-27* win32/win32.c (rb_w32_getppid): support Win64.usa
2010-10-26* common.mk (pkgconfig-data): moved from Makefile.in.nobu
2010-10-12* win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu
2010-10-12* win32/win32.c (rb_w32_strerror): get English message first, insteadusa
2010-10-12* win32/win32.c (rb_w32_strerror): unmap some range of errno forusa
2010-10-08git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu
2010-10-07* cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu
2010-10-05* win32/mkexports.rb: revert r29320 and r29402.wanabe
2010-10-03* tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa
2010-09-23* tool/config.sub: add mingw64.wanabe
2010-09-19* common.mk (clean): removes all documents on cleaning.oyugui
2010-09-02* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa
2010-09-02* win32/win32.c (CreateChild): unicodize.usa
2010-08-24* configure.in: read API version from include/ruby/version.h.nobu
2010-08-16* Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): splitnobu
2010-08-01* win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu
2010-07-26* configure.in (config.h): add include guard.nobu
2010-06-26* configure.in (enable-debug-env): option for RUBY_DEBUG env.nobu
2010-06-14* Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaningnobu
2010-05-27* win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa
2010-05-20* thread.c (subtract_tv): if the rest is zero, should finish waitingusa
2010-05-17* win32/win32.c (argv_size): merged into join_argv() to maintain theusa
2010-05-16* win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.nobu
2010-05-16* dln.c (rb_w32_check_imported): check if extension library to benobu
2010-05-13* win32/Makefile.sub: link with ffs.obj.usa
2010-05-10* win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): newusa
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-06* README: update.nobu
2010-04-30* win32/win32.c: add declaration of wstati64 for gcc.wanabe
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-04-29* win32/Makefile.sub (config.h): define some constants to selectusa
2010-04-22* win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED withusa
2010-04-06* include/ruby/win32.h: check definition existance before definingusa
2010-04-05* include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 alreadyusa
2010-04-05* win32/mkexports.rb (each_export): VC10 support.usa
2010-04-04* include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse
2010-04-02* win32/win32.c (init_env): wrong calculation of the head of setenvusa
2010-03-25* win32/win32.c (rb_w32_{read,write}): fix handle leaks. based onnobu
2010-03-24* win32/win32.c (rb_w32_read): limit read size to 16KB if the filenobu
2010-03-16* ext/tmpdir: split from lib/tmpdir.rb.nobu
2010-03-16* win32/win32.c (rb_w32_getcwd): remvoed duplicated code.nobu
2010-03-11* win32/win32.c (init_env): get rid of alloca() for outer string.nobu
2010-03-10* win32/win32.c (signbit): allow x64.wanabe
2010-03-05* win32/Makefile.sub (config.h): VC6 has __int64.usa