aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_select): documented problem.ocean2005-09-171-6/+13
* * win32/win32.c (rb_w32_select): fixed deadlock bug.ocean2005-09-171-33/+37
* * win32/win32.c (rb_w32_select): I hope performance problem wasocean2005-09-171-8/+24
* * win32/win32.c (rb_w32_select): console support is back.ocean2005-09-171-1/+42
* * win32/win32.c (rb_w32_select): select for socket didn't work.ocean2005-09-171-223/+101
* * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu2005-09-161-1/+1
* * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle().usa2005-09-151-9/+94
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-141-11/+127
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-2/+4
* * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean2005-09-121-6/+7
* * win32/win32.[hc] (rb_w32_utime): constified.ocean2005-09-071-13/+9
* * win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa2005-08-181-2/+2
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-031-0/+20
* * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa2005-07-251-18/+0
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-3/+1
* * win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean2005-07-161-21/+19
* reordered just for diffing.ocean2005-07-141-16/+16
* * win32/win32.c (rb_w32_strerror): should return correct messageocean2005-07-141-6/+19
* * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean2005-07-131-23/+23
* * win32/win32.c (StartSockets): iSockOpt is no longer used.nobu2005-07-081-5/+1
* * win32/win32.c (open_ifs_socket): new function.usa2005-07-061-16/+44
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+20
* * win32/win32.c (NtInitialize): fix typo.usa2005-05-181-1/+1
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-0/+10
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-171-1/+1
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-151-6/+6
* * win32/win32.c (unixtime_to_filetime): deal with DST.nobu2005-05-151-1/+3
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-10/+10
* * dir.c (rb_glob): fixed mismatch of argument.ocean2005-03-051-4/+0
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+4
* * win32/win32.c (rb_w32_fdopen): suppress warning.nobu2005-02-101-1/+1
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-101-9/+5
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-101-0/+17
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2005-02-101-0/+22
* * win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa2005-01-261-0/+2
* * win32/win32.c (rb_w32_close): didn't close socket handle.ocean2005-01-061-1/+15
* * 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