summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2010-01-12* win32/win32.c (init_env): use _wputenv() instead ofusa
2009-12-28* win32/win32.c (CreateChild): force to inherit standard I/O handles.usa
2009-11-01* win32/win32.c (overlapped_socket_io, recvmsg, sendmsg): pass handlewanabe
2009-10-30* win32.c (recvmsg, sendmsg, link): shouldn't raise ruby's exceptionsusa
2009-10-16* win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa
2009-10-01* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa
2009-10-01* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa
2009-09-28* win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa
2009-09-25* win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa
2009-08-12 * win32/win32.c (readdir_internal): free old temporary filename.usa
2009-08-04 * win32/win32.c (has_redirection): need to execute shell if commandlineusa
2009-08-03 * win32/win32.c (rb_w32_connect): return value was broken when someusa
2009-07-23 * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa
2009-07-22 * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa
2009-07-21 * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa
2009-03-23* win32/win32.c (rb_w32_spawn): use original command if not found.nobu
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-20* win32/win32.c (rb_w32_conv_from_wstr): added.nobu
2009-03-20* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu
2009-03-20* win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu
2009-03-11* win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,nobu
2009-03-11* win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu
2009-03-10* win32/win32.c: suppress warnings. based on a patch from Charlienobu
2009-03-05* win32/win32.c (rb_w32_sysinit): initializes version info first.nobu
2009-03-05* win32/win32.c (Win32System, Win32Version): moved before get_version.nobu
2009-03-05* win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu
2009-03-02* win32/win32.c (init_env): keeps wide chars as wide chars.nobu
2009-02-25 * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa
2009-02-16* debug.c (set_debug_option): added rtc_error option.nobu
2009-02-15* win32/win32.c (_CrtDbgReportW): prevent from false positivenobu
2009-02-06 * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa
2009-02-06 * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa
2009-02-02* win32/win32.c (rb_w32_write): use of cast expressions as lvaluesnobu
2009-02-02 * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa
2009-01-30 * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa
2009-01-22 * revert previous revision. it's already out-of-date.usa
2009-01-22 * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa
2009-01-14* win32/win32.c (rb_w32_aspawn): should not escape with carretnobu
2009-01-13 * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa
2009-01-12* win32/win32.c (internal_cmd_match): extracted fromnobu
2009-01-12* win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu
2009-01-05* win32/win32.c (init_env): use user profile folder than personalnobu
2008-12-27 * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa
2008-12-23* win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu
2008-12-23 * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu
2008-12-20* dln.c (dln_find_1): supplements an extension for executablenobu
2008-12-05 * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa
2008-12-04 * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa
2008-12-04 * win32/win32.c (waitpid): fix bug of checking child slot.usa