summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2011-01-19* win32/win32.c (init_stdhandle): backport mistake of r29382.usa
2011-01-06* win32/README.win32: fix the misunderstanding of previous commit.usa
2011-01-06 * win32/README.win32: Add byacc and sed to required commands list.kosaki
2010-12-27* win32/README.win32: note to need NT based OS to build ruby.usa
2010-11-26* ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig.nobu
2010-11-26* win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings ofusa
2010-11-24merge from trunk (r29767)usa
2010-10-08* common.mk (RBCONFIG): depends on version.h due tonobu
2010-10-07* cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu
2010-10-01* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.usa
2010-07-26* configure.in (config.h): add include guard.nobu
2010-06-07* include/ruby/win32.h: include errno.h before defining errnos.usa
2010-05-20* win32/Makefile.sub (miniruby.exe): merge miss of r27053, too.usa
2010-05-20* win32/Makefile.sub (ARCHMINIOBJ): merge miss of r27053.usa
2010-05-15* Makefile.in, common.mk, win32/Makefile.sub (REVISION_H): movenobu
2010-05-15* Makefile.in, common.mk, win32/Makefile.sub (revision.h): fix fornobu
2010-05-06* README: update.nobu
2010-04-16* Makefile.in, configure.in, common.mk, */Makefile.sub (CHDIR): cdnobu
2010-01-12* configure.in: check for if struct timezone is defined.nobu
2010-01-08* win32/configure.bat (WIN32DIR): regularise file separators.nobu
2009-11-30* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu
2009-11-19* win32/Makefile.sub: nmake executes the file named echo if it existsusa
2009-11-05* win32/win32.c (CreateChild): allocate temporary buffer and use itusa
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-10-20* include/ruby/win32.h (finite, scalb): inline'ed non-standardusa
2009-10-16* win32/win32.c (CreateChild): recognize escape characters.usa
2009-10-02* Makefile.sub (LDSHARED_2): typo.usa
2009-10-02* win32/Makefile.sub (LD_SHARED1): typo.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-09-15 * win32/Makefile.sub (RDOCTARGET): the meaning of this macro was changedusa
2009-09-14* configure.in, common.mk, */configure.bat (rdoc): make beforenobu
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-07-21 * win32/Makefile.sub (config.status): remove the definition of CP, sousa
2009-03-12 * mkconfig.rb: patchlevel is sometimes minus.usa
2009-02-24* common.mk (main): split from exts and makes main program afternobu
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