aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-16/+22
* * win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban2001-03-051-6/+16
* * win32/win32.c (myrename): fix error handling.eban2001-02-241-1/+1
* * win32/win32.c: fasten file I/O on mswin32/mingw32.usa2001-02-171-110/+176
* * win32/win32.c (win32_stat): replace stat for enable when pathnameusa2001-02-091-0/+21
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-5/+5
* *** empty log message ***usa2001-01-141-4/+33
* matzmatz2000-12-221-0/+5
* matzmatz2000-12-081-1/+1
* ebaneban2000-11-201-1/+1
* matzmatz2000-11-161-20/+16
* matzmatz2000-11-141-142/+410
* ebaneban2000-11-131-6/+9
* matzmatz2000-10-311-4/+8
* matzmatz2000-10-021-9/+1
* matzmatz2000-09-271-4/+122
* ebaneban2000-09-251-7/+6
* ebaneban2000-09-251-1/+6
* ebaneban2000-09-181-3/+7
* matzmatz2000-09-011-1/+7
* ebaneban2000-08-151-6/+6
* matzmatz2000-08-151-11/+30
* ebaneban2000-08-091-0/+48
* ebaneban2000-07-241-6/+5
* matzmatz2000-07-061-0/+11
* ebaneban2000-07-051-1/+16