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