summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit 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 itusa
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 compilerusa
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, shouldusa
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 commandlineusa
2009-08-03 * win32/win32.c (rb_w32_connect): return value was broken when someusa
2009-02-16* win32/Makefile.sub (CRTDEFFLAGS): separated from DEFS.nobu
2009-02-15* win32/win32.c (_CrtDbgReportW): prevent from false positivenobu
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 personalnobu
2008-12-05 * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa
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 ifusa
2008-11-10 * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa
2008-09-23 * win32/win32.c (subtruct): check tv_sec.usa
2008-09-23 * win32/win32.c (filetime_to_timeval): new function, split fromusa
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 definitionusa
2008-09-02 * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa
2008-09-01 * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it'susa
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 eachnobu
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 successiveusa
2007-10-02 * win32/win32.c (init_env): initialize HOME and USER environmentusa
2007-07-21* bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu
2007-07-15* ext/digest/digest.c (rb_digest_instance_update,nobu
2007-07-13* win32/win32.c (CreateChild): enclose command line except fornobu
2007-05-29* win32/win32.c (rb_w32_opendir): store attributes of the secondnobu
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 isusa
2007-02-23* win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1usa
2007-02-23* signal.c (sighandler): need to tell to be interrupted to mainusa
2007-02-15* dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu
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