aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe2009-11-011-3/+3
* * win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa2009-10-301-5/+23
* * win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa2009-10-161-1/+1
* * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa2009-10-011-7/+4
* * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa2009-10-011-2/+1
* * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa2009-09-281-1/+1
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-251-0/+14
* * win32/win32.c (readdir_internal): free old temporary filename.usa2009-08-121-2/+4
* * win32/win32.c (has_redirection): need to execute shell if commandlineusa2009-08-041-2/+3
* * win32/win32.c (rb_w32_connect): return value was broken when someusa2009-08-031-7/+4
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-231-2/+2
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-221-1/+3
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-211-1/+206
* * win32/win32.c (rb_w32_spawn): use original command if not found.nobu2009-03-231-2/+1
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-29/+49
* * win32/win32.c (rb_w32_conv_from_wstr): added.nobu2009-03-201-56/+0
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu2009-03-201-50/+117
* * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu2009-03-201-0/+1
* * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,nobu2009-03-111-55/+0
* * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu2009-03-111-8/+113
* * win32/win32.c: suppress warnings. based on a patch from Charlienobu2009-03-101-23/+24
* * win32/win32.c (rb_w32_sysinit): initializes version info first.nobu2009-03-051-14/+4
* * win32/win32.c (Win32System, Win32Version): moved before get_version.nobu2009-03-051-3/+5
* * win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu2009-03-051-12/+25
* * win32/win32.c (init_env): keeps wide chars as wide chars.nobu2009-03-021-20/+37
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-251-3/+34
* * debug.c (set_debug_option): added rtc_error option.nobu2009-02-161-3/+25
* * win32/win32.c (_CrtDbgReportW): prevent from false positivenobu2009-02-151-0/+2
* * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa2009-02-061-1/+4
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-061-35/+95
* * win32/win32.c (rb_w32_write): use of cast expressions as lvaluesnobu2009-02-021-1/+1
* * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa2009-02-021-27/+37
* * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa2009-01-301-2/+17
* * revert previous revision. it's already out-of-date.usa2009-01-221-9/+0
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-221-0/+9
* * win32/win32.c (rb_w32_aspawn): should not escape with carretnobu2009-01-141-2/+3
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-131-39/+58
* * win32/win32.c (internal_cmd_match): extracted fromnobu2009-01-121-14/+34
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-28/+67
* * win32/win32.c (init_env): use user profile folder than personalnobu2009-01-051-7/+24
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-271-1/+1
* * win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu2008-12-231-0/+8
* * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa2008-12-231-17/+17
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-221-20/+0
* * dln.c (dln_find_1): supplements an extension for executablenobu2008-12-201-182/+122
* * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa2008-12-051-0/+12
* * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa2008-12-041-2/+6
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-041-1/+13
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-111-11/+19
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-101-0/+2