aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (get_proc_address): refactoring.usa2010-11-081-39/+51
* * win32/Makefile.sub (ruby_pc): ignore missing variables.nobu2010-10-301-2/+3
* * win32/win32.c (rb_w32_getppid): support Win64.usa2010-10-271-4/+4
* * common.mk (pkgconfig-data): moved from Makefile.in.nobu2010-10-261-0/+9
* * win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu2010-10-121-12/+14
* * win32/win32.c (rb_w32_strerror): get English message first, insteadusa2010-10-121-0/+4
* * win32/win32.c (rb_w32_strerror): unmap some range of errno forusa2010-10-121-0/+15
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu2010-10-081-1/+1
* * cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu2010-10-071-1/+2
* * win32/mkexports.rb: revert r29320 and r29402.wanabe2010-10-051-4/+1
* * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe2010-10-031-10/+2
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-2/+2