aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (do_select): Windows: no need to poll if select(2) isusa2011-06-151-3/+18
* * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki2011-05-151-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-281-27/+37
* * 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/win32.c (is_internal_cmd): if the first char of prog is '@',usa2011-02-141-0/+2
* * 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
* * win32/win32.c (rb_w32_write_console): don't raise exception whennaruse2010-12-311-2/+2
* * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor...tarui2010-12-061-1/+7
* * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): rollback debug code of previous commit.usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): workaround for console reading troubles.usa2010-12-021-3/+7
* * win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa2010-11-301-2/+4
* * win32/win32.c (rb_w32_write_console): fix argument type.nobu2010-11-291-1/+2
* * win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa2010-11-291-1/+3
* * win32/win32.c (rb_w32_write_console): fixed indentation.usa2010-11-291-7/+8
* * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena2010-11-271-0/+23
* * win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu2010-11-231-38/+18
* * win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu2010-11-231-4/+6
* * fix type warnings.nobu2010-11-111-3/+1
* * win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa2010-11-091-1/+3
* * win32/win32.c (get_wsa_extension_function): typos. orzusa2010-11-081-3/+3
* * win32/win32.c (finish_overlapped_socket): refactoring.usa2010-11-081-94/+43
* * win32/win32.c (get_proc_address): refactoring.usa2010-11-081-39/+51
* * win32/win32.c (rb_w32_getppid): support Win64.usa2010-10-271-4/+4
* * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu2010-10-121-12/+14
* * win32/win32.c (rb_w32_strerror): get English message first, insteadusa2010-10-121-0/+4
* * win32/win32.c (rb_w32_strerror): unmap some range of errno forusa2010-10-121-0/+15
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-2/+2
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa2010-09-021-4/+12