Age | Commit message (Expand) | Author |
2011-01-19 | * win32/win32.c (init_stdhandle): backport mistake of r29382. | usa |
2010-10-01 | * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL. | usa |
2010-06-07 | * include/ruby/win32.h: include errno.h before defining errnos. | usa |
2009-11-05 | * win32/win32.c (CreateChild): allocate temporary buffer and use it | usa |
2009-10-22 | * *.[chy]: removed trailing spaces. | nobu |
2009-10-16 | * win32/win32.c (CreateChild): recognize escape characters. | usa |
2009-10-02 | * win32/{setup.mak,Makefile.sub,win32.c} (RT_VER): split compiler | usa |
2009-10-02 | * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId() | usa |
2009-09-24 | * win32/win32.c (subtract): if the parameters are same value, should | usa |
2009-09-24 | * win32/win32.c (rb_w32_select): of course, need to initialize rest. | usa |
2009-09-18 | * win32/win32.c (rb_w32_select): wait specified time on select. | usa |
2009-09-18 | * win32/win32.c (rb_w32_select): on 1.8, we don't need to poll sockets, | usa |
2009-08-04 | * win32/win32.c (has_redirection): need to execute shell if commandline | usa |
2009-08-03 | * win32/win32.c (rb_w32_connect): return value was broken when some | usa |
2009-02-16 | * win32/Makefile.sub (CRTDEFFLAGS): separated from DEFS. | nobu |
2009-02-15 | * win32/win32.c (_CrtDbgReportW): prevent from false positive | nobu |
2009-01-12 | * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir. | nobu |
2009-01-05 | * win32/win32.c (init_env): use user profile folder than personal | nobu |
2008-12-05 | * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check | usa |
2008-12-05 | * win32/win32.c (waitpid): fix bug of checking child slot. | usa |
2008-11-11 | * win32/win32.c (rb_w32_accept): secure fd before accept because if | usa |
2008-11-10 | * win32/win32.c (ifs_open_socket): should retry without proto_buffer | usa |
2008-09-23 | * win32/win32.c (subtruct): check tv_sec. | usa |
2008-09-23 | * win32/win32.c (filetime_to_timeval): new function, split from | usa |
2008-09-02 | * win32/win32.c (gettimeofday): tv_usec is usec, not msec. | usa |
2008-09-02 | * win32/win32.c (gettimeofday): easier calculation. use the definition | usa |
2008-09-02 | * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system | usa |
2008-09-01 | * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's | usa |
2008-08-01 | * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward. | nobu |
2008-08-01 | * win32/win32.c (rb_w32_telldir): just returns loc. | nobu |
2008-07-30 | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu |
2008-06-01 | * suppress warnings on cygwin, mingw and mswin. | nobu |
2008-05-12 | * win32/win32.c (rb_w32_select): backport from trunk. | usa |
2008-03-11 | * win32/win32.c (rb_w32_cmdvector): terminate shrunken command line. | nobu |
2008-02-20 | * win32/win32.c (rb_w32_map_errno): exported. | nobu |
2008-01-10 | * win32/win32.c (rb_w32_open_osfhandle): reverted to old definition. | nobu |
2007-10-02 | * win32/win32.c (make_cmdvector): adjust escaped successive | usa |
2007-10-02 | * win32/win32.c (init_env): initialize HOME and USER environment | usa |
2007-07-21 | * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_args | nobu |
2007-07-15 | * ext/digest/digest.c (rb_digest_instance_update, | nobu |
2007-07-13 | * win32/win32.c (CreateChild): enclose command line except for | nobu |
2007-05-29 | * win32/win32.c (rb_w32_opendir): store attributes of the second | nobu |
2007-05-18 | * win32/win32.c (move_to_next_entry): loc also must move forward. | nobu |
2007-05-15 | * win32/win32.c (init_stdhandle): stderr should be without buffering, | usa |
2007-04-10 | * thread_win32.ci (w32_wait_events): check whether interrupt_event is | usa |
2007-02-23 | * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 | usa |
2007-02-23 | * signal.c (sighandler): need to tell to be interrupted to main | usa |
2007-02-15 | * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bring | knu |
2006-10-30 | * dir.c (glob_helper): get rid of possible memory leak. | nobu |
2006-10-18 | * win32/win32.c (rb_w32_utime): allow NULL to set the current time. | nobu |