summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2011-06-15* thread.c (do_select): Windows: no need to poll if select(2) isusa
2011-05-15* include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki
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/win32.c (is_internal_cmd): if the first char of prog is '@',usa
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
2011-01-27 * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().kosaki
2011-01-27 * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().kosaki
2011-01-27 * win32/win32.c (open_dir_handle): get rid of too huge alloca().kosaki
2011-01-27 * win32/win32.c (wstati64): get rid of too huge alloca().kosaki
2011-01-27* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.usa
2011-01-27* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too hugeusa
2010-12-31* win32/win32.c (rb_w32_write_console): don't raise exception whennaruse
2010-12-06 * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor...tarui
2010-12-02* win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa
2010-12-02* win32/win32.c (rb_w32_read): rollback debug code of previous commit.usa
2010-12-02* win32/win32.c (rb_w32_read): workaround for console reading troubles.usa
2010-11-30* win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa
2010-11-29* win32/win32.c (rb_w32_write_console): fix argument type.nobu
2010-11-29* win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa
2010-11-29* win32/win32.c (rb_w32_write_console): fixed indentation.usa
2010-11-27 * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena
2010-11-23* win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu
2010-11-23* win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu
2010-11-11* fix type warnings.nobu
2010-11-09* win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa
2010-11-08* win32/win32.c (get_wsa_extension_function): typos. orzusa
2010-11-08* win32/win32.c (finish_overlapped_socket): refactoring.usa
2010-11-08* win32/win32.c (get_proc_address): refactoring.usa
2010-10-27* win32/win32.c (rb_w32_getppid): support Win64.usa
2010-10-12* win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu
2010-10-12* win32/win32.c (rb_w32_strerror): get English message first, insteadusa
2010-10-12* win32/win32.c (rb_w32_strerror): unmap some range of errno forusa
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa
2010-09-02* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa