summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2005-10-14* win32/win32.c (ioctl): should set errno.usa
2005-10-01* win32/win32.c (do_select, rb_w32_select): brush up.usa
2005-09-17* win32/win32.c (rb_w32_select): documented problem.ocean
2005-09-17* win32/win32.c (rb_w32_select): fixed deadlock bug.ocean
2005-09-17* win32/win32.c (rb_w32_select): I hope performance problem wasocean
2005-09-17* win32/win32.c (rb_w32_select): console support is back.ocean
2005-09-17* win32/win32.c (rb_w32_select): select for socket didn't work.ocean
2005-09-16* dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu
2005-09-15* win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle().usa
2005-09-14* win32/win32.c (collect_file_fd): rename from extract_file_fd.usa
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-09-12* win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean
2005-09-07* win32/win32.[hc] (rb_w32_utime): constified.ocean
2005-08-18* win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa
2005-08-03* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa
2005-07-25* win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-16* win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean
2005-07-14reordered just for diffing.ocean
2005-07-14* win32/win32.c (rb_w32_strerror): should return correct messageocean
2005-07-13* win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean
2005-07-08* win32/win32.c (StartSockets): iSockOpt is no longer used.nobu
2005-07-06* win32/win32.c (open_ifs_socket): new function.usa
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-05-18* win32/win32.c (NtInitialize): fix typo.usa
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-17* win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean
2005-05-15* win32/win32.c (unixtime_to_filetime): deal with DST.nobu
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-03-05* dir.c (rb_glob): fixed mismatch of argument.ocean
2005-03-04* file.c (eaccess): workaround for VC++8 runtime.usa
2005-02-10* win32/win32.c (rb_w32_fdopen): suppress warning.nobu
2005-02-10* configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa
2005-02-10* bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu
2005-02-10* win32/win32.c (init_stdhandle): assign standard file handles.nobu
2005-01-26* win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa
2005-01-06* win32/win32.c (rb_w32_close): didn't close socket handle.ocean
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-08* win32/win32.c (rb_w32_pipe_exec): need to close original socketusa
2004-12-08* win32/win32.c (rb_w32_pipe_exec): must close original handleusa
2004-12-08* win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa
2004-12-07* win32/win32.c (is_socket): reorder of function definitions.usa
2004-12-07* io.c (pipe_open): win32 bidirectional pipe support.usa
2004-12-07* io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa
2004-12-06* io.c (is_socket): new function.usa
2004-11-29* win32/win32.c (CreateChild): push back the last space before nextusa
2004-11-18* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa