aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean2005-01-051-0/+2
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-151-1/+6
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-141-0/+1
* * win32/win32.c (rb_w32_pipe_exec): need to close original socketusa2004-12-081-3/+1
* * win32/win32.c (rb_w32_pipe_exec): must close original handleusa2004-12-081-8/+6
* * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa2004-12-081-0/+4
* * win32/win32.c (is_socket): reorder of function definitions.usa2004-12-071-6/+6
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-071-67/+165
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-071-0/+39
* * io.c (is_socket): new function.usa2004-12-061-25/+17
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-291-1/+1
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-11-181-0/+14
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-121-13/+2
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-251-2/+2
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-1/+1
* * win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa2004-09-131-5/+1
* * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean2004-09-101-0/+6
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-2/+47
* * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu2004-08-271-8/+27
* * win32/win32.c (init_env): initialize HOME and USER environmentnobu2004-08-181-14/+61
* * rubyio.h (rb_eof_error): should mark as NORETURN.usa2004-08-121-29/+20
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-251-0/+52
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-211-0/+1
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-62/+50
* * 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