summaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* merges r24253 from trunk into ruby_1_9_1.yugui2009-12-051-1/+1
* merges r25092 from trunk into ruby_1_9_1.yugui2009-12-051-0/+14
* merges r25133 from trunk into ruby_1_9_1. c.f. [ruby-dev:39819]yugui2009-12-051-1/+1
* merges r21903 from trunk into ruby_1_9_1. fixes the backport task #1063.yugui2009-12-051-2/+17
* merges r24389 from trunk into ruby_1_9_1.yugui2009-08-081-2/+3
* merges r24367 from trunk into ruby_1_9_1.yugui2009-08-081-7/+4
* merges r21487 from trunk into ruby_1_9_1.yugui2009-01-151-39/+58
* 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 r21099 from trunk into ruby_1_9_1.yugui2008-12-281-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 r20909 and r20910 from trunk into ruby_1_9_1.yugui2008-12-251-20/+0
* 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
* * 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
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-1/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-21/+5
* * 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/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/win32.c (gettimeofday): easier calculation. use the definitionusa2008-09-021-1/+1
* * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa2008-09-021-6/+18
* * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it'susa2008-09-011-11/+2
* * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa2008-08-301-0/+17
* * win32/win32.c (rb_w32_read): EOF is not error.usa2008-08-301-1/+1
* * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa2008-08-281-2/+6
* * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa2008-08-281-2/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa2008-08-281-9/+448
* * win32.c (init_stdhandle): set binmode.usa2008-08-251-0/+9
* * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu2008-08-011-1/+1
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-301-8/+30
* * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu2008-07-281-4/+11
* * win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu2008-07-281-3/+3
* * win32/win32.c (MAXPATHLEN): define before use.usa2008-07-281-6/+6
* * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu2008-07-271-1/+2
* * win32/win32.c (exit_handler): use st_free_table() to free socklist.usa2008-07-241-16/+42