summaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (mypopen): return error status instead of callingusa2001-11-131-5/+5
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-131-429/+345
* * win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa2001-09-251-12/+14
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-241-1/+2
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-151-1/+1
* * win32/win32.c (kill): add support of signal 9 on mswin32/mingw32.usa2001-05-121-9/+27
* forgot some checkins.matz2001-05-061-1/+1
* * win32/win32.c: use ruby's opendir on mingw32.eban2001-04-011-3/+1
* * win32/win32.c (isUNCRoot): multibyte character support.eban2001-03-211-7/+10
* * win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban2001-03-211-3/+22
* rb_iglob -> rb_globieban2001-03-211-1/+1
* * win32/dir.h: replace missing/dir.h .usa2001-03-201-5/+3