summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* merges r21764 and r21765 from trunk into ruby_1_9_1.yugui2009-01-283-4/+64
* merges r21602, r21603, r21607 and r21630 from trunk into ruby_1_9_1.yugui2009-01-171-0/+14
* merges r21591 from trunk into ruby_1_9_1.yugui2009-01-161-26/+11
* merges r21534 from trunk into ruby_1_9_1.yugui2009-01-151-6/+6
* merges r21517 and r21519 from trunk into ruby_1_9_1.yugui2009-01-151-1/+1
* merges r21516 from trunk into ruby_1_9_1.yugui2009-01-151-6/+6
* merges r21518 from trunk into ruby_1_9_1.yugui2009-01-151-1/+1
* merges r21487 from trunk into ruby_1_9_1.yugui2009-01-152-39/+63
* merges r21506 from trunk into ruby_1_9_1.yugui2009-01-151-2/+3
* merges r21473 from trunk into ruby_1_9_1.yugui2009-01-151-14/+34
* merges r21447 from trunk into ruby_1_9_1.yugui2009-01-121-28/+67
* merges r21336 from trunk into ruby_1_9_1.yugui2009-01-091-7/+24
* merges r21284 from trunk into ruby_1_9_1.yugui2009-01-041-2/+5
* merges r21280 from trunk into ruby_1_9_1.yugui2009-01-041-0/+36
* merges r21220 from trunk into ruby_1_9_1.yugui2009-01-011-1/+5
* merges r21136 from trunk into ruby_1_9_1.yugui2008-12-291-4/+0
* merges r21099 from trunk into ruby_1_9_1.yugui2008-12-281-1/+1
* merges r20088 from trunk into ruby_1_9_1.yugui2008-12-251-1/+1
* merges r20945 from trunk into ruby_1_9_1.yugui2008-12-251-0/+8
* merges r20942 from trunk into ruby_1_9_1.yugui2008-12-251-17/+17
* merges r20912 from trunk into ruby_1_9_1.yugui2008-12-251-0/+5
* merges r20909 and r20910 from trunk into ruby_1_9_1.yugui2008-12-253-20/+4
* merges r20892 from trunk into ruby_1_9_1.yugui2008-12-211-182/+122
* merges r20528 from trunk into ruby_1_9_1.yugui2008-12-211-2/+6
* merges r20754 from trunk into ruby_1_9_1.yugui2008-12-171-0/+1
* * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa2008-12-051-0/+12
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-041-1/+13
* * win32/win32.c (rb_w32_accept): commit miss.usa2008-11-111-0/+3
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-111-11/+16
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-101-0/+2
* merged r20014 from trunk into ruby_1_9_1.yugui2008-10-291-3/+1
* merged 20011 from trunk into ruby_1_9_1.yugui2008-10-291-1/+3
* * win32/win32.c (rb_w32_open): shouldn't seek here.usa2008-10-291-5/+3
* * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa2008-10-281-1/+3
* merge from trunk (r19984, r19985, r19991-r19998)usa2008-10-281-3/+2
* merged r19970-r19971 from trunk into ruby_1_9_1.yugui2008-10-281-1/+1
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-1/+1
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-241-11/+11
* * common.mk (ID_H_TARGET): phony target to update id.h.nobu2008-10-171-3/+13
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-042-56/+5
* * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefixusa2008-10-033-2/+12
* * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa2008-09-231-0/+3
* * win32/win32.c (getppid): typo. [ruby-dev:36202]usa2008-09-081-15/+15
* * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.usa2008-09-081-0/+3
* * win32/win32.c (filetime_to_unixtime): remove unused variable.usa2008-09-081-1/+0
* * win32/win32.c (filetime_to_timeval): new function, split fromusa2008-09-031-28/+23
* * win32/win32.c: fix ruby/signal.h depending codes.ko12008-09-031-9/+3
* * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compileusa2008-09-021-1/+4
* * win32/Makefile.sub (miniruby): new target.usa2008-09-021-0/+2
* * win32/win32.c (gettimeofday): easier calculation. use the definitionusa2008-09-021-1/+1