summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 34043,34045,34132: [Backport #5791]naruse2012-02-101-0/+8
* merge revision(s) 33937: [Backport #5704]naruse2012-02-101-11/+3
* merge rivision(s) 33685:usa2012-02-061-0/+3
* merge revision(s) 34040,34051,34063,34389,34402,34403:naruse2012-02-031-2/+8
* merge revision(s) 33556:kosaki2012-01-031-19/+23
* merge revision(s) 33630:kosaki2012-01-021-0/+2
* * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.nobu2011-09-021-2/+2
* merge revision(s) 33133:kosaki2011-08-301-1/+1
* merge revision(s) 33128:kosaki2011-08-301-0/+16
* * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_nobu2011-08-161-1/+2
* * common.mk (ECHO1): ":" in a make variable replacement cause a syntaxyugui2011-07-311-0/+1
* * win32/setup.mak: support to build x64-mswin64 on Windows7 (and Vista,usa2011-07-161-0/+10
* * win32/win32.c (rb_w32_{read,write}): should be signed.nobu2011-07-091-2/+2
* * common.mk (RUN_OPT): disable gems.nobu2011-07-081-1/+1
* * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa2011-07-081-6/+1
* * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa2011-07-081-0/+1
* * win32/win32.c (kill): check the process exited or not beforeusa2011-07-061-4/+29
* * thread.c (do_select): Windows: no need to poll if select(2) isusa2011-06-151-3/+18
* * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefixusa2011-05-161-0/+3
* * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki2011-05-151-1/+1
* fix mswin32 build error.kosaki2011-05-141-1/+1
* * win32/win32.c (rb_w32_select): check invalid handle before doingusa2011-05-131-21/+43
* * win32/win32.c (rb_w32_fdcopy): suppress a warning.nobu2011-05-021-1/+1
* * win32/win32.c: remove trailing spaces and no-cuddle "else".nobu2011-05-021-26/+27
* * win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki2011-04-301-0/+12
* * thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki2011-04-291-3/+7
* * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa2011-04-282-27/+38
* * win32/win32.c (kill): accept 0 only sig is SIGINT #4596arton2011-04-251-1/+1
* * win32/win32.c (kill): accept 0 as pid, fixes #4596arton2011-04-251-1/+1
* * win32/win32.c (CreateChild): maximum length of lpCommandLine istarui2011-04-201-0/+6
* * win32/win32.c (rb_w32_read): suppress warning.nobu2011-04-141-2/+2
* Evaluate truncate, ftruncate and ftello existenceluislavena2011-04-111-3/+3
* * win32/win32.c: fix r31152 (dup line)arton2011-03-221-1/+0
* * win32/win32.c: wait process real termination after reading arton2011-03-221-1/+7
* * hash.c (ruby_setenv): check env process block size with OS ver.arton2011-03-191-1/+1
* * win32/win32.c: revert r30987 because it causes some failures inusa2011-03-011-9/+0
* * win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki2011-02-281-0/+9
* * win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work onkosaki2011-02-141-0/+4
* * win32/win32.c (is_internal_cmd): if the first char of prog is '@',usa2011-02-141-0/+2
* * configure.in (rubygems): add --disable-rubygems option.nobu2011-02-112-0/+18
* * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui2011-01-311-0/+16
* * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.kosaki2011-01-271-3/+0
* * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().kosaki2011-01-271-1/+1
* * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().kosaki2011-01-271-3/+8
* * win32/win32.c (open_dir_handle): get rid of too huge alloca().kosaki2011-01-271-2/+3
* * win32/win32.c (wstati64): get rid of too huge alloca().kosaki2011-01-271-1/+5
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.usa2011-01-271-18/+13
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too hugeusa2011-01-271-10/+18
* * configure.in, win32/Makefile.sub (RUNRUBY): require path shouldusa2011-01-141-2/+2
* * win32/win32.c (rb_w32_write_console): don't raise exception whennaruse2010-12-311-2/+2