summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2002-10-12* win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu
2002-10-10* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu
2002-10-01 * ext/socket/socket.c (init_sock): no need for special finalizer,nobu
2002-09-29* win32/win32.c (rb_w32_open_osfhandle): adjustnobu
2002-09-28* win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa
2002-09-15* win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi
2002-09-11* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa
2002-09-08* time.c: prototype; time_free() to avoid VC++ warnings.usa
2002-08-28* win32/win32.c (kill): negate pid under Win9x.nobu
2002-08-28* win32/win32.h: define SIGINT and SIGKILL if not defined.usa
2002-08-20* replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi
2002-07-30* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban
2002-06-28* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa
2002-06-27* win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa
2002-06-14*bcc32 fix for win9x.H_Konishi
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-29Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi
2002-04-28* win32/win32.c (insert): fix prototype for ANSI C.eban
2002-04-19* win32/win32.c: include <mswsock.h> on __MINGW32__.eban
2002-03-15* win32/win32.c (StartSockets): remove duplicated lines.nobu
2001-11-26 * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa
2001-11-14 * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa
2001-11-13 * win32/win32.c (waitpid): fix wait count.usa
2001-11-13 * win32/win32.c (mypopen): return error status instead of callingusa
2001-11-13 * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa
2001-09-25* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa
2001-08-24* dln.c (dln_strerror): fix a bug that sometimes made null message onusa
2001-08-15* win32/win32.c (NtCmdGlob): avoid VC++ warning.usa
2001-05-12* win32/win32.c (kill): add support of signal 9 on mswin32/mingw32.usa
2001-05-06forgot some checkins.matz
2001-04-01* win32/win32.c: use ruby's opendir on mingw32.eban
2001-03-21* win32/win32.c (isUNCRoot): multibyte character support.eban
2001-03-21* win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban
2001-03-21rb_iglob -> rb_globieban
2001-03-20* win32/dir.h: replace missing/dir.h .usa
2001-03-20* win32/win32.c (win32_stat): UNC support.eban
2001-03-05* win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban
2001-02-24* win32/win32.c (myrename): fix error handling.eban
2001-02-17* win32/win32.c: fasten file I/O on mswin32/mingw32.usa
2001-02-09* win32/win32.c (win32_stat): replace stat for enable when pathnameusa
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-01-14*** empty log message ***usa
2000-12-22matzmatz
2000-12-08matzmatz
2000-11-20ebaneban
2000-11-16matzmatz
2000-11-14matzmatz
2000-11-13ebaneban
2000-10-31matzmatz
2000-10-02matzmatz