aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (VCSUP): fixed the cases for git-svn or git.yugui2009-01-171-2/+2
* * win32/Makefile.sub (up): tell nmake that need to run command viausa2009-01-161-1/+1
* * configure.in (Makefile): set VCS and VCSUP.nobu2009-01-161-0/+14
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-161-26/+11
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.usa2009-01-161-0/+4
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-151-6/+6
* * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.usa2009-01-151-1/+1
* * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu2009-01-151-1/+1
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-151-6/+6
* * win32/win32.c (rb_w32_aspawn): should not escape with carretnobu2009-01-141-2/+3
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-132-39/+63
* * win32/win32.c (internal_cmd_match): extracted fromnobu2009-01-121-14/+34
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-28/+67
* * win32/win32.c (init_env): use user profile folder than personalnobu2009-01-051-7/+24
* * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macrousa2009-01-031-2/+5
* * common.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc,usa2009-01-021-0/+36
* * Makefile.in (distclean-ext, realclean-ext): use EXTS as default.nobu2008-12-311-1/+5
* * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu2008-12-281-4/+0
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-271-1/+1
* * win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu2008-12-231-0/+8
* * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa2008-12-231-17/+17
* * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu2008-12-221-0/+5
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-223-20/+4
* * dln.c (dln_find_1): supplements an extension for executablenobu2008-12-201-182/+122
* * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHNusa2008-12-151-0/+1
* * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa2008-12-051-0/+12
* * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa2008-12-041-2/+6
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-041-1/+13
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-111-11/+19
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-101-0/+2
* win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009]suke2008-11-021-1/+1
* * win32/win32.c (rb_w32_open): shouldn't seek here.usa2008-10-291-5/+3
* * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa2008-10-281-1/+3
* * win32/win32.c (rb_w32_pipe_exec): internal fds should be alwaysusa2008-10-281-3/+2
* * win32/Makefile.sub (RUNRUBY): now ruby requires something fromusa2008-10-281-1/+1
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-1/+1
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-241-11/+11
* * common.mk (ID_H_TARGET): phony target to update id.h.nobu2008-10-171-3/+13
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-042-56/+5
* * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefixusa2008-10-033-2/+12
* * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa2008-09-231-0/+3
* * win32/win32.c (getppid): typo. [ruby-dev:36202]usa2008-09-081-15/+15
* * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.usa2008-09-081-0/+3
* * win32/win32.c (filetime_to_unixtime): remove unused variable.usa2008-09-081-1/+0
* * win32/win32.c (filetime_to_timeval): new function, split fromusa2008-09-031-28/+23
* * win32/win32.c: fix ruby/signal.h depending codes.ko12008-09-031-9/+3
* * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compileusa2008-09-021-1/+4
* * win32/Makefile.sub (miniruby): new target.usa2008-09-021-0/+2
* * win32/win32.c (gettimeofday): easier calculation. use the definitionusa2008-09-021-1/+1
* * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa2008-09-021-6/+18