aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-10/+28
* * win32/win32.c (make_cmdvector): adjust successive double-quotenobu2004-02-261-6/+12
* * io.c (pipe_open): fix typo.nobu2004-02-201-1/+13
* * win32/win32.c, win32/win32.h: fixed prototypes.nobu2004-02-191-22/+15
* * configure.in: check functions, fork spawnv.nobu2004-02-161-90/+80
* * win32/win32.c (link): raise NotImplementedError on Win9X.usa2004-02-121-3/+2
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-0/+18
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-1/+1
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-7/+4
* * win32/dir.h, win32/win32.c: fix patch miss.usa2004-01-051-22/+0
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-051-10/+42
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-0/+22
* win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter.eban2003-11-271-1/+1
* * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.eban2003-11-271-14/+12
* * win32/win32.c (make_cmdvector): process backslashes even if a quotenobu2003-11-061-2/+1
* * 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