summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
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
2010-09-23* tool/config.sub: add mingw64.wanabe
2010-09-19* common.mk (clean): removes all documents on cleaning.oyugui
2010-09-02* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to freeusa
2010-09-02* win32/win32.c (CreateChild): unicodize.usa
2010-08-24* configure.in: read API version from include/ruby/version.h.nobu
2010-08-16* Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): splitnobu
2010-08-01* win32/Makefile.sub: needs stddef.h for size_t. a patch fromnobu
2010-07-26* configure.in (config.h): add include guard.nobu
2010-06-26* configure.in (enable-debug-env): option for RUBY_DEBUG env.nobu
2010-06-14* Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaningnobu
2010-05-27* win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa
2010-05-20* thread.c (subtract_tv): if the rest is zero, should finish waitingusa
2010-05-17* win32/win32.c (argv_size): merged into join_argv() to maintain theusa
2010-05-16* win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.nobu
2010-05-16* dln.c (rb_w32_check_imported): check if extension library to benobu
2010-05-13* win32/Makefile.sub: link with ffs.obj.usa