aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, win32/Makefile.sub (RUNRUBY): require path shouldusa2011-01-141-2/+2
* * win32/win32.c (rb_w32_write_console): don't raise exception whennaruse2010-12-311-2/+2
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30431 b2dd03c8-39d4-4d8f-98...kosaki2010-12-301-11/+11
* * win32/rm.bat: remove duplicated line.nobu2010-12-291-1/+0
* * win32/Makefile.sub (clean-enc): pass V to inferior make.nobu2010-12-291-1/+1
* * win32/configure.bat: Remove obsoleted conding rule. Now, wekosaki2010-12-271-3/+0
* * win32/README.win32: note to need NT based OS to build ruby.usa2010-12-271-4/+6
* * win32/rmall.bat: property.nobu2010-12-271-6/+6
* * win32/Makefile.sub: suppress a strange error message when RMALLkosaki2010-12-262-1/+7
* * win32/Makefile.sub: fix 'nmake clean-enc' breakage since r28322.kosaki2010-12-261-1/+3
* * win32/setup.mak (BASERUBY): quit with an error when BASERUBY was notusa2010-12-171-0/+3
* * win32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX,usa2010-12-163-8/+8
* * configure.in, win32/Makefile.sub (WERRORFLAG): flag to treatnobu2010-12-061-1/+3
* * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor...tarui2010-12-061-1/+7
* * win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problemusa2010-12-031-1/+1
* * win32/Makefile.sub (RCFLAGS): -nologo switch is only available inusa2010-12-021-1/+6
* * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): rollback debug code of previous commit.usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): workaround for console reading troubles.usa2010-12-021-3/+7
* * win32/Makefile.sub (rc): suppress meaningless message.usa2010-12-021-1/+1
* * win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa2010-11-301-2/+4
* * win32/Makefile.sub (scriptbin.mk): fix generated rules.nobu2010-11-291-4/+4
* * win32/win32.c (rb_w32_write_console): fix argument type.nobu2010-11-291-1/+2
* * win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa2010-11-291-1/+3
* * win32/win32.c (rb_w32_write_console): fixed indentation.usa2010-11-291-7/+8
* * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena2010-11-271-0/+23
* * win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu2010-11-231-38/+18
* * win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu2010-11-231-4/+6
* * win32/Makefile.sub (insns_rules.mk): remove extra backslash.nobu2010-11-191-2/+2
* * cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files arenobu2010-11-191-1/+1
* * win32/Makefile.sub (scriptbin): create script binaries.nobu2010-11-181-12/+46
* * win32/configure.bat: remove quotes from arguments to be quoted.nobu2010-11-171-13/+13
* * lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu2010-11-171-7/+7
* * win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu2010-11-171-4/+6
* * win32/setup.mak (-basic-vars-, -runtime-): suppress trailingnobu2010-11-131-2/+2
* * common.mk (showflags, help): emit messages at once.nobu2010-11-131-2/+2
* * win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.nobu2010-11-131-2/+2
* win32/Makefile.sub: remove useless 'ECHO is <ON>' messagearton2010-11-121-2/+1
* win32/Makefile.sub: reoreder varialbe EOM (don't display it)arton2010-11-121-1/+2
* * common.mk (showflags, help): use caret to quote leading spaces on Windows.nobu2010-11-121-0/+3
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-70/+35
* * win32/setup.mak: use findstr.exe instead of find.exe, because allusa2010-11-121-1/+1
* * win32/Makefile.sub: shorten messages.nobu2010-11-111-0/+58
* * win32/Makefile.sub (config.h): need PRI_LL_PREFIX.nobu2010-11-111-0/+2
* * fix type warnings.nobu2010-11-111-3/+1
* * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.nobu2010-11-111-1/+4
* * cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu2010-11-092-0/+43
* * win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa2010-11-091-1/+3
* * win32/win32.c (get_wsa_extension_function): typos. orzusa2010-11-081-3/+3
* * win32/win32.c (finish_overlapped_socket): refactoring.usa2010-11-081-94/+43