summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2012-09-25merge revision(s) 36544: [Backport #7017]naruse
2012-08-23merge revision(s) 36668: [Backport #6846]naruse
2012-06-28merge revision(s) 32549,32557: [Backport #6661]naruse
2012-06-26merge revision(s) 35913: [Backport #6640]naruse
2012-05-25merge revision(s) 35595: [Backport #6446]naruse
2012-05-17merge revision(s) 35109,35110,35651: [Backport #6385]nobu
2012-04-14merge revision(s) 35249,35250: [Backport #6296]naruse
2012-02-22merge revision(s) 33873:nobu
2012-02-10merge revision(s) 34043,34045,34132: [Backport #5791]naruse
2012-02-10merge revision(s) 33937: [Backport #5704]naruse
2012-02-06merge rivision(s) 33685:usa
2012-02-03merge revision(s) 34040,34051,34063,34389,34402,34403:naruse
2012-01-03merge revision(s) 33556:kosaki
2012-01-02merge revision(s) 33630:kosaki
2011-09-02* win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.nobu
2011-08-30merge revision(s) 33133:kosaki
2011-08-30merge revision(s) 33128:kosaki
2011-08-16* win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_nobu
2011-07-31* common.mk (ECHO1): ":" in a make variable replacement cause a syntaxyugui
2011-07-16* win32/setup.mak: support to build x64-mswin64 on Windows7 (and Vista,usa
2011-07-09* win32/win32.c (rb_w32_{read,write}): should be signed.nobu
2011-07-08* common.mk (RUN_OPT): disable gems.nobu
2011-07-08* win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa
2011-07-08* win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa
2011-07-06* win32/win32.c (kill): check the process exited or not beforeusa
2011-06-15* thread.c (do_select): Windows: no need to poll if select(2) isusa
2011-05-16* configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefixusa
2011-05-15* include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki
2011-05-14fix mswin32 build error.kosaki
2011-05-13* win32/win32.c (rb_w32_select): check invalid handle before doingusa
2011-05-02* win32/win32.c (rb_w32_fdcopy): suppress a warning.nobu
2011-05-02* win32/win32.c: remove trailing spaces and no-cuddle "else".nobu
2011-04-30* win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki
2011-04-29* thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki
2011-04-28* win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa
2011-04-25* win32/win32.c (kill): accept 0 only sig is SIGINT #4596arton
2011-04-25* win32/win32.c (kill): accept 0 as pid, fixes #4596arton
2011-04-20 * win32/win32.c (CreateChild): maximum length of lpCommandLine istarui
2011-04-14* win32/win32.c (rb_w32_read): suppress warning.nobu
2011-04-11Evaluate truncate, ftruncate and ftello existenceluislavena
2011-03-22* win32/win32.c: fix r31152 (dup line)arton
2011-03-22* win32/win32.c: wait process real termination after reading arton
2011-03-19* hash.c (ruby_setenv): check env process block size with OS ver.arton
2011-03-01* win32/win32.c: revert r30987 because it causes some failures inusa
2011-02-28* win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki
2011-02-14* win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work onkosaki
2011-02-14* win32/win32.c (is_internal_cmd): if the first char of prog is '@',usa
2011-02-11* configure.in (rubygems): add --disable-rubygems option.nobu
2011-01-31 * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui
2011-01-27 * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.kosaki