| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * win32/win32.c (errmap): add some winsock errors. | usa | 2006-06-07 | 1 | -1/+7 |
* | * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes | nobu | 2006-06-01 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success | usa | 2006-06-01 | 1 | -19/+30 |
* | * win32/win32.c (rb_w32_getcwd): set errno if not set. | usa | 2006-06-01 | 1 | -0/+7 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -2/+2 |
* | * mkconfig.rb: merge multiple entries to an entry with multiple lines. | nobu | 2006-05-24 | 2 | -2/+26 |
* | * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. | ocean | 2006-03-02 | 1 | -0/+1 |
* | * win32/win32.c (NtInitialize): need to set a handler for VC++8. | usa | 2006-02-24 | 1 | -0/+11 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 2 | -3/+3 |
* | * win32/win32.c (rb_w32_utime): drop read-only attribute before | usa | 2006-02-14 | 1 | -0/+5 |
* | * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with | usa | 2006-02-14 | 1 | -0/+3 |
* | * time.c (search_time_t): support non 32bit time_t environments. | usa | 2006-02-14 | 1 | -0/+8 |
* | * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. | usa | 2006-02-04 | 1 | -1/+14 |
* | * win32/setup.mak (MAKE): workaround for nmake 8. | usa | 2006-01-17 | 1 | -0/+1 |
* | * win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8. | usa | 2006-01-17 | 1 | -3/+3 |
* | * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag, | ocean | 2006-01-09 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_seekdir): should not segfault even if passed | ocean | 2006-01-01 | 2 | -19/+31 |
* | * win32/Makefile.sub: VC++8 support. | nobu | 2005-12-30 | 1 | -2/+12 |
* | * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid broken | ocean | 2005-11-28 | 1 | -3/+3 |
* | * file.c (test_identical): test if two files are identical. | nobu | 2005-11-22 | 2 | -22/+21 |
* | * win32/win32.c (winnt_stat): set mapped errno instead of ENOENT. | ocean | 2005-11-22 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared'); | ocean | 2005-11-22 | 1 | -1/+106 |
* | * win32/setup.mk: findstr doesn't exist on win9x. | ocean | 2005-11-21 | 1 | -2/+2 |
* | * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? now | ocean | 2005-11-18 | 1 | -0/+4 |
* | * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias | nobu | 2005-11-05 | 3 | -160/+220 |
* | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu | 2005-10-25 | 1 | -0/+1 |
* | * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, | usa | 2005-10-18 | 1 | -1/+1 |
* | * mkconfig.rb: fixup configure_args for mswin32 configure. | usa | 2005-10-17 | 1 | -2/+2 |
* | * win32/configure.bat: remove unnecessary line which prevents | usa | 2005-10-15 | 1 | -1/+0 |
* | * win32/Makefile.sub (MKFILES): update MKFILES if configure files get | nobu | 2005-10-14 | 3 | -3/+57 |
* | * win32/win32.c (ioctl): should set errno. | usa | 2005-10-14 | 1 | -0/+1 |
* | * win32/win32.c (do_select, rb_w32_select): brush up. | usa | 2005-10-01 | 1 | -48/+71 |
* | * win32/win32.c (rb_w32_select): documented problem. | ocean | 2005-09-17 | 1 | -6/+13 |
* | * win32/win32.c (rb_w32_select): fixed deadlock bug. | ocean | 2005-09-17 | 1 | -33/+37 |
* | * win32/win32.c (rb_w32_select): I hope performance problem was | ocean | 2005-09-17 | 1 | -8/+24 |
* | * win32/win32.c (rb_w32_select): console support is back. | ocean | 2005-09-17 | 1 | -1/+42 |
* | * win32/win32.c (rb_w32_select): select for socket didn't work. | ocean | 2005-09-17 | 1 | -223/+101 |
* | * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105] | nobu | 2005-09-16 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle(). | usa | 2005-09-15 | 1 | -9/+94 |
* | * win32/win32.c (collect_file_fd): rename from extract_file_fd. | usa | 2005-09-14 | 2 | -11/+128 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -2/+4 |
* | * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change | ocean | 2005-09-12 | 2 | -10/+11 |
* | * win32/win32.[hc] (rb_w32_utime): constified. | ocean | 2005-09-07 | 2 | -19/+16 |
* | * win32/Makefile.sub (OPTFLAGS): default global optimization to | usa | 2005-08-31 | 1 | -4/+1 |
* | * win32/win32.c (socketpair_internal): need to call open_ifs_socket() | usa | 2005-08-18 | 1 | -2/+2 |
* | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 1 | -7/+4 |
* | * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF, | usa | 2005-08-03 | 3 | -0/+27 |
* | * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed. | usa | 2005-07-25 | 2 | -21/+0 |
* | * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby | nobu | 2005-07-25 | 1 | -4/+1 |
* | * common.mk: Borland MAKE doesn't look for file names which have paths | nobu | 2005-07-25 | 1 | -1/+0 |