summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2009-12-05merges r24253 from trunk into ruby_1_9_1.yugui
2009-12-05merges r25092 from trunk into ruby_1_9_1.yugui
2009-12-05merges r25133 from trunk into ruby_1_9_1. c.f. [ruby-dev:39819]yugui
2009-12-05merges r21903 from trunk into ruby_1_9_1. fixes the backport task #1063.yugui
2009-08-08merges r24389 from trunk into ruby_1_9_1.yugui
2009-08-08merges r24367 from trunk into ruby_1_9_1.yugui
2009-01-15merges r21487 from trunk into ruby_1_9_1.yugui
2009-01-15merges r21506 from trunk into ruby_1_9_1.yugui
2009-01-15merges r21473 from trunk into ruby_1_9_1.yugui
2009-01-12merges r21447 from trunk into ruby_1_9_1.yugui
2009-01-09merges r21336 from trunk into ruby_1_9_1.yugui
2008-12-28merges r21099 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20945 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20942 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20909 and r20910 from trunk into ruby_1_9_1.yugui
2008-12-21merges r20892 from trunk into ruby_1_9_1.yugui
2008-12-21merges r20528 from trunk into ruby_1_9_1.yugui
2008-12-05 * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa
2008-12-04 * win32/win32.c (waitpid): fix bug of checking child slot.usa
2008-11-11 * win32/win32.c (rb_w32_accept): commit miss.usa
2008-11-11 * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa
2008-11-10 * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa
2008-10-29merged r20014 from trunk into ruby_1_9_1.yugui
2008-10-29merged 20011 from trunk into ruby_1_9_1.yugui
2008-10-29 * win32/win32.c (rb_w32_open): shouldn't seek here.usa
2008-10-28 * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa
2008-10-28merge from trunk (r19984, r19985, r19991-r19998)usa
2008-10-26* thread.c (blocking_region_{begin,end}): declared as inline.nobu
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-09-23 * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa
2008-09-08 * win32/win32.c (getppid): typo. [ruby-dev:36202]usa
2008-09-08 * win32/win32.c (filetime_to_unixtime): remove unused variable.usa
2008-09-03 * win32/win32.c (filetime_to_timeval): new function, split fromusa
2008-09-03* win32/win32.c: fix ruby/signal.h depending codes.ko1
2008-09-02 * win32/win32.c (gettimeofday): easier calculation. use the definitionusa
2008-09-02 * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa
2008-09-01 * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it'susa
2008-08-30 * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa
2008-08-30 * win32/win32.c (rb_w32_read): EOF is not error.usa
2008-08-28 * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa
2008-08-28 * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa
2008-08-28 * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa
2008-08-25 * win32.c (init_stdhandle): set binmode.usa
2008-08-01* win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-28* win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu
2008-07-28* win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu
2008-07-28 * win32/win32.c (MAXPATHLEN): define before use.usa
2008-07-27* dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu
2008-07-24 * win32/win32.c (exit_handler): use st_free_table() to free socklist.usa