| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (make_cmdvector): process backslashes even if a quote | nobu | 2003-11-06 | 1 | -2/+1 |
* | * win32/win32.c (do_spawn, do_aspawn): should return child's exit | usa | 2003-10-21 | 1 | -2/+8 |
* | * win32/win32.c (do_spawn, do_aspawn): should wait child process even | usa | 2003-10-21 | 1 | -0/+2 |
* | * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. | usa | 2003-09-05 | 1 | -6/+11 |
* | * win32/win32.c (isInternalCmd): stupid miss. | nobu | 2003-09-05 | 1 | -1/+1 |
* | * lib/mkmf.rb (have_library, find_library): configure by library | nobu | 2003-09-05 | 1 | -42/+70 |
* | * win32/win32.c (map_errno): support winsock error. | usa | 2003-08-26 | 1 | -45/+49 |
* | * win32/win32.c (rb_w32_utime): never use utime() of C runtime. | usa | 2003-08-03 | 1 | -15/+16 |
* | * win32/win32.c (isInternalCmd): shouldn't return if find end of str. | usa | 2003-08-01 | 1 | -1/+1 |
* | * error.c (rb_raise): snprintf() termination moved to | nobu | 2003-07-30 | 1 | -63/+41 |
* | * io.c (rb_fdopen): set errno if it's zero on win32 platforms. | usa | 2003-07-26 | 1 | -16/+0 |
* | * win32/win32.c (make_cmdvector): recognize quote within string. | usa | 2003-07-18 | 1 | -211/+173 |
* | * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761] | usa | 2003-06-17 | 1 | -1/+4 |
* | * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW. | eban | 2003-05-29 | 1 | -3/+4 |
* | * win32/win32.c (kill): set errno after calling raise(). | usa | 2003-05-20 | 1 | -2/+7 |
* | * win32/win32.c (kill): fix typo and add signal 0 support. | usa | 2003-05-15 | 1 | -2/+22 |
* | * win32/win32.c (NtInitialize): set the floating-point control word | eban | 2003-04-20 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007] | nobu | 2003-04-11 | 1 | -3/+7 |
* | * win32/win32.c (map_errno): map OS error to errno. [new] | usa | 2003-02-28 | 1 | -49/+150 |
* | * win32/win32.c (flock): supports larger files, and maps error | nobu | 2003-02-28 | 1 | -33/+28 |
* | * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens. | nobu | 2003-02-17 | 1 | -3/+3 |
* | * win32/win32.c (link): implement with CreateHardLink(). | usa | 2003-02-17 | 1 | -0/+93 |
* | * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle(). | usa | 2003-01-22 | 1 | -76/+37 |
* | * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() | usa | 2003-01-06 | 1 | -7/+51 |
* | * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. | usa | 2003-01-04 | 1 | -4/+0 |
* | * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. | usa | 2003-01-04 | 1 | -15/+91 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -6/+22 |
* | * win32/win32.c (rb_w32_stat): empty path is invalid, and return | nobu | 2002-12-01 | 1 | -5/+4 |
* | * win32/win32.c (rb_w32_putc): wrong condition to fill or flush on | nobu | 2002-10-12 | 1 | -3/+8 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket() | nobu | 2002-10-10 | 1 | -24/+63 |
* | * ext/socket/socket.c (init_sock): no need for special finalizer, | nobu | 2002-10-01 | 1 | -22/+0 |
* | * win32/win32.c (rb_w32_open_osfhandle): adjust | nobu | 2002-09-29 | 1 | -122/+111 |
* | * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind, | usa | 2002-09-28 | 1 | -85/+131 |
* | * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ". | H_Konishi | 2002-09-15 | 1 | -18/+25 |
* | * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x. | usa | 2002-09-11 | 1 | -0/+10 |
* | * time.c: prototype; time_free() to avoid VC++ warnings. | usa | 2002-09-08 | 1 | -2/+8 |
* | * win32/win32.c (kill): negate pid under Win9x. | nobu | 2002-08-28 | 1 | -9/+18 |
* | * win32/win32.h: define SIGINT and SIGKILL if not defined. | usa | 2002-08-28 | 1 | -7/+0 |
* | * replace of check EPIPE error(in getc()) rutine on bcc32. | H_Konishi | 2002-08-20 | 1 | -0/+6 |
* | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns | eban | 2002-07-30 | 1 | -0/+3 |
* | * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32. | usa | 2002-06-28 | 1 | -121/+162 |
* | * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329) | usa | 2002-06-27 | 1 | -1/+1 |
* | *bcc32 fix for win9x. | H_Konishi | 2002-06-14 | 1 | -28/+11 |
* | new platform [bccwin32] merged. | H_Konishi | 2002-06-11 | 1 | -7/+64 |
* | Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org> | H_Konishi | 2002-05-29 | 1 | -61/+61 |
* | * win32/win32.c (insert): fix prototype for ANSI C. | eban | 2002-04-28 | 1 | -2/+3 |
* | * win32/win32.c: include <mswsock.h> on __MINGW32__. | eban | 2002-04-19 | 1 | -0/+3 |
* | * win32/win32.c (StartSockets): remove duplicated lines. | nobu | 2002-03-15 | 1 | -3/+0 |
* | * win32/win32.c (mypopen): fixed that mypclose() didn't really close | usa | 2001-11-26 | 1 | -26/+74 |
* | * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's | usa | 2001-11-14 | 1 | -254/+38 |