| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (readdir_internal): free old temporary filename. | usa | 2009-08-12 | 1 | -2/+4 |
* | * win32/win32.c (has_redirection): need to execute shell if commandline | usa | 2009-08-04 | 1 | -2/+3 |
* | * win32/win32.c (rb_w32_connect): return value was broken when some | usa | 2009-08-03 | 1 | -7/+4 |
* | * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditions | usa | 2009-07-23 | 1 | -2/+2 |
* | * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw. | usa | 2009-07-22 | 1 | -1/+3 |
* | * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/ | usa | 2009-07-21 | 1 | -1/+206 |
* | * win32/win32.c (rb_w32_spawn): use original command if not found. | nobu | 2009-03-23 | 1 | -2/+1 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL as | nobu | 2009-03-22 | 1 | -29/+49 |
* | * win32/win32.c (rb_w32_conv_from_wstr): added. | nobu | 2009-03-20 | 1 | -56/+0 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program name | nobu | 2009-03-20 | 1 | -50/+117 |
* | * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND. | nobu | 2009-03-20 | 1 | -0/+1 |
* | * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP, | nobu | 2009-03-11 | 1 | -55/+0 |
* | * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long. | nobu | 2009-03-11 | 1 | -8/+113 |
* | * win32/win32.c: suppress warnings. based on a patch from Charlie | nobu | 2009-03-10 | 1 | -23/+24 |
* | * win32/win32.c (rb_w32_sysinit): initializes version info first. | nobu | 2009-03-05 | 1 | -14/+4 |
* | * win32/win32.c (Win32System, Win32Version): moved before get_version. | nobu | 2009-03-05 | 1 | -3/+5 |
* | * win32/win32.c (rb_w32_osid): always define for binary compatibility. | nobu | 2009-03-05 | 1 | -12/+25 |
* | * win32/win32.c (init_env): keeps wide chars as wide chars. | nobu | 2009-03-02 | 1 | -20/+37 |
* | * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open file | usa | 2009-02-25 | 1 | -3/+34 |
* | * debug.c (set_debug_option): added rtc_error option. | nobu | 2009-02-16 | 1 | -3/+25 |
* | * win32/win32.c (_CrtDbgReportW): prevent from false positive | nobu | 2009-02-15 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertion | usa | 2009-02-06 | 1 | -1/+4 |
* | * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to | usa | 2009-02-06 | 1 | -35/+95 |
* | * win32/win32.c (rb_w32_write): use of cast expressions as lvalues | nobu | 2009-02-02 | 1 | -1/+1 |
* | * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry, | usa | 2009-02-02 | 1 | -27/+37 |
* | * win32/win32.c (rb_w32_write): limit write size to 32KB if the file | usa | 2009-01-30 | 1 | -2/+17 |
* | * revert previous revision. it's already out-of-date. | usa | 2009-01-22 | 1 | -9/+0 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function | usa | 2009-01-22 | 1 | -0/+9 |
* | * win32/win32.c (rb_w32_aspawn): should not escape with carret | nobu | 2009-01-14 | 1 | -2/+3 |
* | * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, | usa | 2009-01-13 | 1 | -39/+58 |
* | * win32/win32.c (internal_cmd_match): extracted from | nobu | 2009-01-12 | 1 | -14/+34 |
* | * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir. | nobu | 2009-01-12 | 1 | -28/+67 |
* | * win32/win32.c (init_env): use user profile folder than personal | nobu | 2009-01-05 | 1 | -7/+24 |
* | * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's size | usa | 2008-12-27 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_spawn): deals with quoted commands. | nobu | 2008-12-23 | 1 | -0/+8 |
* | * win32/win32.c (rb_w32_spawn): support normal commands with arguments. | usa | 2008-12-23 | 1 | -17/+17 |
* | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu | 2008-12-22 | 1 | -20/+0 |
* | * dln.c (dln_find_1): supplements an extension for executable | nobu | 2008-12-20 | 1 | -182/+122 |
* | * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check | usa | 2008-12-05 | 1 | -0/+12 |
* | * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error | usa | 2008-12-04 | 1 | -2/+6 |
* | * win32/win32.c (waitpid): fix bug of checking child slot. | usa | 2008-12-04 | 1 | -1/+13 |
* | * win32/win32.c (rb_w32_accept): secure fd before accept because if | usa | 2008-11-11 | 1 | -11/+19 |
* | * win32/win32.c (ifs_open_socket): should retry without proto_buffer | usa | 2008-11-10 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_open): shouldn't seek here. | usa | 2008-10-29 | 1 | -5/+3 |
* | * win32/win32.c (rb_w32_open): need to seek to the end of the file when | usa | 2008-10-28 | 1 | -1/+3 |
* | * win32/win32.c (rb_w32_pipe_exec): internal fds should be always | usa | 2008-10-28 | 1 | -3/+2 |
* | * thread.c (blocking_region_{begin,end}): declared as inline. | nobu | 2008-10-26 | 1 | -1/+1 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -21/+5 |
* | * win32/win32.c (subtruct): check tv_sec. reported by ko1. | usa | 2008-09-23 | 1 | -0/+3 |
* | * win32/win32.c (getppid): typo. [ruby-dev:36202] | usa | 2008-09-08 | 1 | -15/+15 |