aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa2009-02-061-1/+4
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-062-35/+96
* * win32/Makefile.sub (config.h): follow recent changes about paths.usa2009-02-051-5/+7
* * win32/mkexports.rb: shouldn't export DllMain.usa2009-02-041-2/+3
* * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.nobu2009-02-021-4/+10
* * win32/win32.c (rb_w32_write): use of cast expressions as lvaluesnobu2009-02-021-1/+1
* * mkconfig.rb: patchlevel is somtimes minus.usa2009-02-021-3/+4
* * win32/dir.h: forgot to commit.usa2009-02-021-2/+2
* * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa2009-02-021-27/+37
* * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa2009-01-301-2/+17
* * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu2009-01-271-1/+1
* * lib/mkmf.rb (try_header): checks the header depending onnobu2009-01-271-0/+1
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-272-8/+3
* * win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu2009-01-251-1/+1
* * common.mk (clean-extout): removes extout directory.nobu2009-01-251-0/+3
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-253-4/+61
* * revert previous revision. it's already out-of-date.usa2009-01-221-9/+0
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-221-0/+9
* * Makefile.in (miniruby): renames and then removes, to get rid ofnobu2009-01-201-5/+1
* * configure.in (VCSUP): fixed the cases for git-svn or git.yugui2009-01-171-2/+2
* * win32/Makefile.sub (up): tell nmake that need to run command viausa2009-01-161-1/+1
* * configure.in (Makefile): set VCS and VCSUP.nobu2009-01-161-0/+14
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-161-26/+11
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.usa2009-01-161-0/+4
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-151-6/+6
* * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.usa2009-01-151-1/+1
* * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu2009-01-151-1/+1
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-151-6/+6
* * win32/win32.c (rb_w32_aspawn): should not escape with carretnobu2009-01-141-2/+3
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-132-39/+63
* * win32/win32.c (internal_cmd_match): extracted fromnobu2009-01-121-14/+34
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-28/+67
* * win32/win32.c (init_env): use user profile folder than personalnobu2009-01-051-7/+24
* * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macrousa2009-01-031-2/+5
* * common.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc,usa2009-01-021-0/+36
* * Makefile.in (distclean-ext, realclean-ext): use EXTS as default.nobu2008-12-311-1/+5
* * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf innobu2008-12-281-4/+0
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-271-1/+1
* * win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu2008-12-231-0/+8
* * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa2008-12-231-17/+17
* * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu2008-12-221-0/+5
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-223-20/+4
* * dln.c (dln_find_1): supplements an extension for executablenobu2008-12-201-182/+122
* * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHNusa2008-12-151-0/+1
* * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa2008-12-051-0/+12
* * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa2008-12-041-2/+6
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-041-1/+13
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-111-11/+19
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-101-0/+2
* win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009]suke2008-11-021-1/+1