summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2009-02-06 * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa
2009-02-06 * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa
2009-02-05 * win32/Makefile.sub (config.h): follow recent changes about paths.usa
2009-02-04 * win32/mkexports.rb: shouldn't export DllMain.usa
2009-02-02* cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.nobu
2009-02-02* win32/win32.c (rb_w32_write): use of cast expressions as lvaluesnobu
2009-02-02 * mkconfig.rb: patchlevel is somtimes minus.usa
2009-02-02* win32/dir.h: forgot to commit.usa
2009-02-02 * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa
2009-01-30 * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa
2009-01-27* cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu
2009-01-27* lib/mkmf.rb (try_header): checks the header depending onnobu
2009-01-27* common.mk (distclean-enc, realclean-enc): do not call clean ofnobu
2009-01-25* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu
2009-01-25* common.mk (clean-extout): removes extout directory.nobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2009-01-22 * revert previous revision. it's already out-of-date.usa
2009-01-22 * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa
2009-01-20* Makefile.in (miniruby): renames and then removes, to get rid ofnobu
2009-01-17* configure.in (VCSUP): fixed the cases for git-svn or git.yugui
2009-01-16 * win32/Makefile.sub (up): tell nmake that need to run command viausa
2009-01-16* configure.in (Makefile): set VCS and VCSUP.nobu
2009-01-16 * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa
2009-01-16 * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.usa
2009-01-15 * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa
2009-01-15 * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.usa
2009-01-15* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu
2009-01-15 * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa
2009-01-14* win32/win32.c (rb_w32_aspawn): should not escape with carretnobu
2009-01-13 * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa
2009-01-12* win32/win32.c (internal_cmd_match): extracted fromnobu
2009-01-12* win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu
2009-01-05* win32/win32.c (init_env): use user profile folder than personalnobu
2009-01-03 * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macrousa
2009-01-02 * common.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc,usa
2008-12-31* Makefile.in (distclean-ext, realclean-ext): use EXTS as default.nobu
2008-12-28* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu
2008-12-27 * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa
2008-12-23* win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu
2008-12-23 * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa
2008-12-22* cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu
2008-12-20* dln.c (dln_find_1): supplements an extension for executablenobu
2008-12-15 * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHNusa
2008-12-05 * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa
2008-12-04 * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa
2008-12-04 * win32/win32.c (waitpid): fix bug of checking child slot.usa
2008-11-11 * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa
2008-11-10 * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa
2008-11-02win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009]suke