| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 | usa | 2007-02-27 | 1 | -1/+29 |
* | backport from ruby_1_8 ([ruby-core:9024]) | shyouhei | 2006-12-14 | 1 | -17/+42 |
* | * win32/Makefile.sub (config.status): include winsock2.h instead of | usa | 2006-08-19 | 1 | -0/+4 |
* | * win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258] | nobu | 2006-08-16 | 1 | -1/+0 |
* | * win32/win32.c (init_stdhandle): assign standard file handles. | nobu | 2006-08-01 | 1 | -0/+22 |
* | * win32/win32.c (exit_handler): new function; release winsock and | usa | 2006-07-31 | 1 | -19/+30 |
* | * win32/win32.c (open_ifs_socket): should not use plain malloc. | usa | 2006-07-18 | 1 | -1/+5 |
* | * win32/win32.h: define isascii on MinGW for msvcrt compatibility. | eban | 2006-06-27 | 1 | -0/+2 |
* | * win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified. | usa | 2006-06-26 | 2 | -4/+4 |
* | * win32/win32.h (write): not need to define on bcc. | usa | 2006-06-11 | 1 | -1/+0 |
* | * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions. | usa | 2006-06-08 | 2 | -0/+28 |
* | * win32/win32.c (errmap): add some winsock errors. | usa | 2006-06-07 | 1 | -1/+7 |
* | * win32/configure.bat: add help message. | usa | 2006-06-07 | 1 | -0/+1 |
* | * configure.in: add new configure option `--with-winsock2' for mingw. | usa | 2006-06-07 | 1 | -3/+3 |
* | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa | 2006-06-07 | 5 | -8/+85 |
* | * 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 | -16/+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/+25 |
* | * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. | ocean | 2006-03-02 | 1 | -0/+1 |
* | * time.c (time_new_internal): add prototype to tell the compiler | usa | 2006-02-24 | 1 | -0/+11 |
* | * configure.in (mingw): have link. | usa | 2006-02-20 | 1 | -0/+1 |
* | * time.c (search_time_t): support non 32bit time_t environments. | usa | 2006-02-14 | 2 | -0/+16 |
* | * 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,setup.mak}: invoke .bat via shell. workaround | usa | 2006-01-17 | 2 | -3/+3 |
* | * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag, | ocean | 2006-01-09 | 1 | -0/+4 |
* | * win32/win32.c (ioinfo): revert previous commit. sorry. | usa | 2006-01-06 | 1 | -4/+0 |
* | * win32/win32.c (ioinfo): VC++8 support, forgotten to commit. | usa | 2006-01-05 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_seekdir): should not segfault even if passed | ocean | 2006-01-01 | 1 | -12/+33 |
* | * win32/Makefile.sub: VC++8 support. | nobu | 2005-12-30 | 1 | -2/+12 |
* | * file.c (eaccess): workaround for VC++8 runtime. | usa | 2005-12-29 | 1 | -0/+4 |
* | * 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 | -1/+1 |
* | * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? now | ocean | 2005-11-18 | 1 | -0/+4 |
* | * configure.in (RUBY_EXTERN): macro to export symbols in shared | nobu | 2005-10-25 | 1 | -0/+1 |
* | * win32/win32.c (ioctl): should set errno. | usa | 2005-10-14 | 1 | -0/+1 |
* | * win32/win32.h (rb_w32_stat): added prototype. | ocean | 2005-09-15 | 1 | -0/+1 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -2/+4 |
* | * win32/Makefile.sub (OPTFLAGS): default global optimization to | usa | 2005-08-31 | 1 | -4/+1 |
* | * bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24. | ocean | 2005-08-18 | 1 | -0/+5 |
* | * win32/win32.c: just uniformed method style. | ocean | 2005-08-05 | 1 | -36/+40 |
* | * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated | nobu | 2005-08-03 | 1 | -5/+2 |
* | * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby | nobu | 2005-07-25 | 1 | -4/+1 |
* | * win32/win32.c (rb_w32_strerror): should return correct message | ocean | 2005-07-14 | 1 | -6/+19 |
* | * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES) | ocean | 2005-07-13 | 1 | -23/+23 |