summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2010-12-06* configure.in, win32/Makefile.sub (WERRORFLAG): flag to treatnobu
2010-12-06 * win32/win32.c (rb_w32_read): fixed more for readline, and so on. [ruby-cor...tarui
2010-12-03* win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problemusa
2010-12-02* win32/Makefile.sub (RCFLAGS): -nologo switch is only available inusa
2010-12-02* win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]usa
2010-12-02* win32/win32.c (rb_w32_read): rollback debug code of previous commit.usa
2010-12-02* win32/win32.c (rb_w32_read): workaround for console reading troubles.usa
2010-12-02* win32/Makefile.sub (rc): suppress meaningless message.usa
2010-11-30* win32/win32.c (rb_w32_read): read only 1 byte at once on console.usa
2010-11-29* win32/Makefile.sub (scriptbin.mk): fix generated rules.nobu
2010-11-29* win32/win32.c (rb_w32_write_console): fix argument type.nobu
2010-11-29* win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine theusa
2010-11-29* win32/win32.c (rb_w32_write_console): fixed indentation.usa
2010-11-27 * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena
2010-11-23* win32/win32.c (filecp, wstr_to_mbstr, mbstr_to_wstr):nobu
2010-11-23* win32/win32.c (wlink, rb_w32_getppid): use typedef instead ofnobu
2010-11-19* win32/Makefile.sub (insns_rules.mk): remove extra backslash.nobu
2010-11-19* cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files arenobu
2010-11-18* win32/Makefile.sub (scriptbin): create script binaries.nobu
2010-11-17* win32/configure.bat: remove quotes from arguments to be quoted.nobu
2010-11-17* lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu
2010-11-17* win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu
2010-11-13* win32/setup.mak (-basic-vars-, -runtime-): suppress trailingnobu
2010-11-13* common.mk (showflags, help): emit messages at once.nobu
2010-11-13* win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.nobu
2010-11-12win32/Makefile.sub: remove useless 'ECHO is <ON>' messagearton
2010-11-12win32/Makefile.sub: reoreder varialbe EOM (don't display it)arton
2010-11-12* common.mk (showflags, help): use caret to quote leading spaces on Windows.nobu
2010-11-12* Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu
2010-11-12* win32/setup.mak: use findstr.exe instead of find.exe, because allusa
2010-11-11* win32/Makefile.sub: shorten messages.nobu
2010-11-11* win32/Makefile.sub (config.h): need PRI_LL_PREFIX.nobu
2010-11-11* fix type warnings.nobu
2010-11-11* configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.nobu
2010-11-09* cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu
2010-11-09* win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa
2010-11-08* win32/win32.c (get_wsa_extension_function): typos. orzusa
2010-11-08* win32/win32.c (finish_overlapped_socket): refactoring.usa
2010-11-08* win32/win32.c (get_proc_address): refactoring.usa
2010-10-30* win32/Makefile.sub (ruby_pc): ignore missing variables.nobu
2010-10-27* win32/win32.c (rb_w32_getppid): support Win64.usa
2010-10-26* common.mk (pkgconfig-data): moved from Makefile.in.nobu
2010-10-12* win32/win32.c (rb_w32_open_osfhandle, rb_w32_wopen, rb_w32_pipe):nobu
2010-10-12* win32/win32.c (rb_w32_strerror): get English message first, insteadusa
2010-10-12* win32/win32.c (rb_w32_strerror): unmap some range of errno forusa
2010-10-08git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29425 b2dd03c8-39d4-4d8f-98...nobu
2010-10-07* cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu
2010-10-05* win32/mkexports.rb: revert r29320 and r29402.wanabe
2010-10-03* tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe
2010-09-30* win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa